Skip to content

docs: SQD links in the tooling table return 404 - #100

Open
boleklebovski wants to merge 1 commit into
megaeth-labs:mainfrom
boleklebovski:fix/sqd-docs-link
Open

docs: SQD links in the tooling table return 404#100
boleklebovski wants to merge 1 commit into
megaeth-labs:mainfrom
boleklebovski:fix/sqd-docs-link

Conversation

@boleklebovski

Copy link
Copy Markdown

Problem

docs/dev/tooling.md:59 links twice to

https://beta.docs.sqd.dev/en/data/evm/megaeth-mainnet/overview

That URL returns 404 — SQD retired the beta. host and dropped the /overview path 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:

https://docs.sqd.dev/en/data/evm/megaeth-mainnet

One line changed; the third link on that row (the squid-megaeth-example repo) already resolves and is untouched.

Verification

URL Status
beta.docs.sqd.dev/en/data/evm/megaeth-mainnet/overview 404 (checked twice)
docs.sqd.dev/en/data/evm/megaeth-mainnet 200 (checked twice)

Worth flagging for the link-checking setup: lychee.toml runs with offline = 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.

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>
@boleklebovski
boleklebovski requested a review from Troublor as a code owner August 8, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants