Commit c96e04a
authored
fix: dead links breaking check-links CI on every push/PR (#15)
Diagnosed from the failing "Check Links" workflow on PR #14 (already
merged, non-blocking, but failing on every push/PR/weekly-schedule run
since the workflow scans the whole repo, not just changed files).
- mlc_config.json: add 403 and 429 to aliveStatusCodes. Several legitimate
sites (datacamp.com, udemy.com, deeplearning.ai, madewithml.com,
snowflake.com, data.cityofnewyork.us) block automated link checkers with
403 even though they're live for real visitors -- the standard fix for
this class of false positive.
- 4 Hugging Face dataset links (SST-2, AG News, SQuAD 2.0, MultiNLI) used
old un-namespaced URLs; HF now requires the owner-namespaced path.
Verified each new URL resolves before changing it.
- Think Bayes moved from greenteapress.com/thinkbayes2/ to
greenteapress.com/wp/think-bayes/.
- dbt certification page (getdbt.com/dbt-learn/dbt-certification/) 404s;
pointed at the still-live getdbt.com/dbt-learn instead.
- RI DLT's WARN Act page moved off the warn.dlt.ri.gov subdomain (DNS
failure, status 0) to dlt.ri.gov/employers/... -- verified via search,
the new page is real and indexed even though it also 403s automated
fetchers (covered by the aliveStatusCodes fix above).
- 3 internal links (README.md x2, PROGRESS.md) pointed to
08_Career_Guide/salary_guide.md, which doesn't exist -- the file lives
at 00_Overview/salary_guide.md. Looks like a file move that never got
its inbound links updated.1 parent e45d4f8 commit c96e04a
7 files changed
Lines changed: 11 additions & 11 deletions
File tree
- .github
- 00_Overview
- 07_Resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments