docs: repoint two links that 404 - #166
Merged
Merged
Conversation
FastStream moved off airt.ai; faststream.ag2.ai is the live site and is what modern-di-faststream's README already uses. The dead link is in the first paragraph of our README and of the docs home page — the two most-read surfaces in the repo. The modern-di link pointed at readthedocs, which also 404s. The canonical per-project docs URL is <name>.modern-python.org, per the org AGENTS.md. Both replacements verified 200; both old hosts verified 404. Found by the external link check in modern-python/.github, which is exactly the rot a scheduled run catches and a PR gate cannot: no diff here ever touched these lines.
Benchmark gate✅ gate passed
Gated (fails the build): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Three links in published surfaces are dead:
faststream.airt.aiREADME.mdfirst paragraph,docs/index.mdfirst paragraphmodern-di.readthedocs.iodocs/usage/messaging-service.mdFastStream moved off
airt.ai.faststream.ag2.aiis live and is already whatmodern-di-faststream's README uses. Themodern-dilink should bemodern-di.modern-python.org— the canonical per-project docs URL under the org'sAGENTS.mdnaming rule.These sit in the opening sentence of the README and of the docs home page, so they are
about as visible as a broken link gets here.
Design
Three one-line replacements. No prose changes.
Non-goals
Not auditing other external links — the weekly check in
modern-python/.githubcoversthat, and these three are all it currently reports for this repo.
Verification
lychee --offlinestill 202 OK / 0 errors, andjust docs-buildpasses.Worth noting how these were found: the scheduled external check caught them, and the PR
gate structurally could not — no diff in this repo ever touched those lines. That is the
split #65 was arguing for, demonstrated.