docs: SQD links in the tooling table return 404 - #100
Open
boleklebovski wants to merge 1 commit into
Open
Conversation
beta.docs.sqd.dev is gone; the pages now live under docs.sqd.dev without the /overview suffix. Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com>
Troublor
approved these changes
Aug 10, 2026
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.
Problem
docs/dev/tooling.md:59links twice toThat URL returns 404 — SQD retired the
beta.host and dropped the/overviewpath segment. The row is the SQD entry of the indexers/tooling table, so both the "Docs" cell and the "Subsquid data lake / Portal API" link in the description send readers to a dead page.Fix
Point both at the current location:
One line changed; the third link on that row (the
squid-megaeth-examplerepo) already resolves and is untouched.Verification
beta.docs.sqd.dev/en/data/evm/megaeth-mainnet/overviewdocs.sqd.dev/en/data/evm/megaeth-mainnetWorth flagging for the link-checking setup:
lychee.tomlruns withoffline = true, so external URLs are never fetched in CI and this class of rot cannot be caught automatically. That is a reasonable default for build speed — just noting why this one sat unnoticed.