Commit 82d69f2
inflation_history: repoint the "hosted on github" link too
Copilot caught a fourth reference this PR had missed: the narrative link
introducing the spreadsheet still pointed at this series own
lectures/datasets directory, which this PR empties. It would not have
404d -- the directory survives with other files -- it would have quietly
become wrong, which nothing would ever flag.
It now points at data-lectures CATALOG.md rather than a directory listing.
A reader following "hosted on github" gets the dataset registry: source,
licence, integrity status and which lectures consume each file. That is
strictly more useful than the folder it replaced, and the catalog is
generated from the manifests, so it cannot drift out of date.
Worth recording why the earlier sweep missed this. It searched for links
ENDING in a data-file extension, so a link to a DIRECTORY was invisible to
it -- a blind spot in the check for the audits blind spot. Re-sweeping
properly found two more of the same shape (inequality.md in both repos,
linking to the usa-gini builder notebook), which belong to a later wave.
Folded into QuantEcon/data-lectures#42.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 421b581 commit 82d69f2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments