HISTORY.md contains changelog entries whose issue links point to the project's former org names, which now return 404:
https://github.com/signals-dev/Orion/issues/<n> — 102 unique links
https://github.com/D3-AI/Orion/issues/<n> — 2 unique links
The referenced issues still exist under the current org — e.g. https://github.com/sintel-dev/Orion/issues/76 resolves (200) while https://github.com/signals-dev/Orion/issues/76 is 404. So a simple org-name swap (signals-dev/D3-AI → sintel-dev) would restore all ~104 links with no content changes.
Since HISTORY.md is a historical changelog, I wanted to check before sending a large mechanical diff: would you welcome a PR fixing these? If so I'll open one.
HISTORY.mdcontains changelog entries whose issue links point to the project's former org names, which now return 404:https://github.com/signals-dev/Orion/issues/<n>— 102 unique linkshttps://github.com/D3-AI/Orion/issues/<n>— 2 unique linksThe referenced issues still exist under the current org — e.g.
https://github.com/sintel-dev/Orion/issues/76resolves (200) whilehttps://github.com/signals-dev/Orion/issues/76is 404. So a simple org-name swap (signals-dev/D3-AI→sintel-dev) would restore all ~104 links with no content changes.Since
HISTORY.mdis a historical changelog, I wanted to check before sending a large mechanical diff: would you welcome a PR fixing these? If so I'll open one.