docs: repoint the two links that 404 - #82
Merged
Merged
Conversation
faststream.airt.ai is gone (GitHub Pages 404); FastStream's docs are at faststream.ag2.ai. The faststream-outbox timers link pointed at a readthedocs host that project never used - its mkdocs site_url is faststream-outbox.modern-python.org, where the timers page exists. Both were live on the PyPI page as of 0.4.2.
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.
Summary
Two links in this repo 404. Both are visible to readers: they are in the README's opening line and
its "Already using Postgres?" callout, so they are also on the PyPI page as of 0.4.2.
https://faststream.airt.ainow returns GitHub Pages' "Site not found". FastStream's docs live athttps://faststream.ag2.ai/(verified: loads, FastStream 0.7.5).https://faststream-outbox.readthedocs.io/en/latest/usage/timers/404s, and faststream-outbox doesnot publish to Read the Docs at all — its
mkdocs.ymlsetssite_url: https://faststream-outbox.modern-python.org/, and the page exists athttps://faststream-outbox.modern-python.org/usage/timers/(verified: loads, titled "Timers").Found while verifying the rendered PyPI pages after the 0.4.2 release. The docs site picks this up on
merge; the PyPI page picks it up on the next release.
Changes
README.md: both links repointed.docs/index.md: the same two links in the mirrored intro and tip block.CONTEXT.md: the FastStream link in the opening description.Checklist
ruff) — no Python touchedty) — no Python toucheduv build) if packaging or build config changed — not touched;just docs-build(mkdocs--strict) passes locally