docs: fix dead Cosmos SDK doc links and remove defunct dashboard/AutoStake links#449
Open
alexey-kichin wants to merge 2 commits intomainfrom
Open
docs: fix dead Cosmos SDK doc links and remove defunct dashboard/AutoStake links#449alexey-kichin wants to merge 2 commits intomainfrom
alexey-kichin wants to merge 2 commits intomainfrom
Conversation
Cosmos SDK docs reorganized to a /sdk/<version>/... layout, leaving prior /main/... and /v0.47/modules/... paths returning 404. Repoint all references to verified successors under /sdk/v0.50/ and /sdk/v0.47/build/. The observatory.zone/dydx/mev dashboard origin returns 503 consistently (not transient); remove the linkout while keeping the surrounding text. Affects both the live docs and the legacy old-docs content. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The autostake.com domain returns 404 across all paths (root, /networks/, /networks/dydx/), not just specific pages. Remove the AutoStake entries from the state-sync, snapshot, and address-book provider tables. Each table retains alternative providers (Polkachu, Lavender.Five, etc.). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Cleans up dead external links flagged by the
Check Markdown linksworkflow (which has been failing onmaincontinuously for ~7 weeks).1. Cosmos SDK docs reorganization
The
docs.cosmos.networksite moved to a/sdk/<version>/...layout; all prior/main/...and/v0.47/modules/...paths now 404. Repointed every reference in bothdocs/andold-docs/to verified successors under/sdk/v0.50/and/sdk/v0.47/build/. Anchor IDs (#parameters,#option-set,#the-distribution-scheme,#params) were verified to exist on the new pages.…/main/basics/tx-lifecycle…/sdk/v0.50/learn/beginner/tx-lifecycle…/main/build/tooling/cosmovisor…/sdk/v0.50/build/tooling/cosmovisor…/main/learn/advanced/config…/sdk/v0.50/learn/advanced/config…/main/build/modules/distribution(+#the-distribution-scheme,#params)…/sdk/v0.50/build/modules/distribution(anchors preserved)…/v0.47/modules…/sdk/v0.47/build/modules…/v0.47/modules/gov#parameters…/sdk/v0.47/build/modules/gov#parameters…/v0.47/modules/gov#option-set…/sdk/v0.47/build/modules/gov#option-set2. observatory.zone — defunct MEV dashboard
https://observatory.zone/dydx/mevreturns 503 from origin consistently (Cloudflare reportsx-do-orig-status: 503); the entire site is down, not transient. Removed the linkout in the MEV FAQ entry while preserving the surrounding sentence.3. autostake.com — defunct provider pages
The whole
autostake.comdomain returns 404 (root,/networks/,/networks/dydx/). Removed the AutoStake rows from the state-sync, snapshot, and address-book provider tables in bothdocs/andold-docs/. Each table retains alternative providers (Polkachu, Lavender.Five, Enigma, KingNodes). The AutoStake-operated RPC/peer/seed endpoint subdomains in inline-code blocks are left alone — those are operational infrastructure URLs, separate from the marketing site, and not flagged by the link checker.Why this matters
The same broken Cosmos URLs also exist in the active
docs/pages/site (the workflow only scansold-docs/pages/), so this PR also silently fixes latent breakage on the live docs.Test plan
markdown-link-check-mdandmarkdown-link-check-mdxshould both pass.🤖 Generated with Claude Code