Skip to content

Commit 9139999

Browse files
committed
fix(readme): replace broken links with verified URLs and ISBN references
1 parent 5a0269a commit 9139999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ codelens estimate . --avg-wage 120000 # Custom salary across all models
111111

112112
| Model | Description | Reference | Typical Use |
113113
|-------|-------------|-----------|-------------|
114-
| [COCOMO Basic](https://en.wikipedia.org/wiki/COCOMO) | Classic Boehm 1981 regression | [*Software Engineering Economics*](https://dl.acm.org/doi/book/10.5555/539404), Boehm 1981 | Quick estimates, scc comparison |
115-
| [COCOMO II](https://en.wikipedia.org/wiki/COCOMO#COCOMO_II) | Modern 2000 calibration with scale factors | [*Software Cost Estimation with COCOMO II*](https://dl.acm.org/doi/book/10.5555/557000), Boehm et al. 2000 | Organization-level planning |
116-
| [Putnam/SLIM](https://en.wikipedia.org/wiki/Putnam_model) | Rayleigh-curve conservative model | [*A General Empirical Solution to the Macro Software Sizing and Estimating Problem*](https://ieeexplore.ieee.org/document/1702708), Putnam 1978 | Risk assessment, worst case |
117-
| [LOCOMO](https://github.com/boyter/scc) | LLM token cost model | [scc LOCOMO model](https://boyter.org/posts/scc-a-very-fast-accurate-code-counter/#locomo), Boyter 2026 | AI-assisted development cost |
114+
| [COCOMO Basic](https://en.wikipedia.org/wiki/COCOMO) | Classic Boehm 1981 regression | *Software Engineering Economics*, Boehm 1981 (ISBN 0-13-822122-7) | Quick estimates, scc comparison |
115+
| [COCOMO II](https://en.wikipedia.org/wiki/COCOMO) | Modern 2000 calibration with scale factors | *Software Cost Estimation with COCOMO II*, Boehm et al. 2000 (ISBN 0-13-026692-2) | Organization-level planning |
116+
| [Putnam/SLIM](https://en.wikipedia.org/wiki/Putnam_model) | Rayleigh-curve conservative model | *A General Empirical Solution to the Macro Software Sizing and Estimating Problem*, IEEE TSE 1978 | Risk assessment, worst case |
117+
| [LOCOMO](https://github.com/boyter/scc?tab=readme-ov-file#locomo) | LLM token cost model | [scc LOCOMO model](https://github.com/boyter/scc?tab=readme-ov-file#locomo), Boyter 2026 | AI-assisted development cost |
118118

119119
## Output Formats
120120

0 commit comments

Comments
 (0)