Skip to content

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

Merged
0xBreadguy merged 1 commit into
megaeth-labs:mainfrom
boleklebovski:fix/sqd-docs-link
Aug 18, 2026
Merged

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

Conversation

@boleklebovski

Copy link
Copy Markdown
Contributor

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.

@boleklebovski
boleklebovski requested a review from Troublor as a code owner August 8, 2026 19:09
beta.docs.sqd.dev is gone; the pages now live under docs.sqd.dev without
the /overview suffix. Table cell padding is preserved so `prettier --check`
stays green.

Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com>
@mega-maxwell

mega-maxwell Bot commented Aug 11, 2026

Copy link
Copy Markdown

Claude review status

Living comment — rewritten in place. The review workflow keeps this single comment up to date instead of posting a new one each round, so it always describes the latest reviewed commit and the earlier text is intentionally gone. No reply is needed here; answer findings and questions in the review threads it links to.

🛠️ Review did not finish

Attempted head eb5b9096 · updated 2026-08-11T11:32:21+00:00

This round did not publish: MODEL_ACTION_FAILED in phase review_retry. Anything listed below is from the last round that did. Re-run the workflow or push a new commit to try again.

@0xBreadguy 0xBreadguy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Replaces dead links.

@0xBreadguy
0xBreadguy merged commit 3c0c0da into megaeth-labs:main Aug 18, 2026
2 of 3 checks passed
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.

3 participants