docs: fix broken and stale outbound links across docs - #231
Merged
Conversation
Repairs every confirmed-broken external link surfaced by a full link audit of the rendered site (internal links were already clean). - Typo: http://https//bitquery.io -> https://bitquery.io - Migrate 12 files from dexrabbit.com to the canonical dexrabbit.bitquery.io - Substitute current URLs for moved vendor docs: Jupiter Swap API, Solana Web3.js, Across v2->v3, Raydium CLMM - bitquery.io/contact (404) -> support.bitquery.io - cloud/evm.md: fix dex_trades.js -> dextrades.js, drop nonexistent dex_pools.js sample bullet - Delink missing bitquery/solana-wallet-tracker repo (text kept) - Remove 3 GitHub user-attachment images that 404'd on solana-orca-dex-api (replaced with in-file re-capture TODO markers) - Remove dead Djed app (app.djed.xyz) link; keep official-site link Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The 3 GitHub user-attachment screenshots were illustrative only and had 404'd. Instead of re-capturing fragile live-subscription screenshots, reword the sentences so they no longer point at a "following image" and remove the TODO markers. The GraphQL query below each sentence already shows the Instruction Accounts[] structure. Co-Authored-By: Claude Opus 4.8 <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
Full link audit of the rendered docs site (1,294 pages, ~176k
href/srcattributes). Internal links were already clean (0 broken routes/assets/anchors, confirmed bycheck-links.mjs); this PR fixes every confirmed-broken external link, plus two hygiene items, across 22 files.Each replacement URL was HTTP-verified (200/redirect) before substitution. GitHub rate-limit (429) and bot-block (403) false-positives were filtered out via low-concurrency re-checks, so this is real signal only.
Changes
http://https//bitquery.io→https://bitquery.iodexrabbit.com→dexrabbit.bitquery.io(.comnow 301s here)dev.jup.ag/docs/swap/; Solana Web3.js →solana-foundation.github.io/solana-web3.js/; Across →.../migration-from-v2-to-v3#event-changes; Raydium →docs.raydium.io/products/clmmbitquery.io/contact(404) →support.bitquery.io;dex_trades.js→dextrades.js; removed nonexistentdex_pools.jssample bullet; delinked missingbitquery/solana-wallet-trackerrepouser-attachmentsimages (404) insolana-orca-dex-api.mdx, replaced with in-file re-capture markersapp.djed.xyzbullet (unreachable); kept the workingdjed.xyzofficial-site linkdocs/blockchain/Solana/solana-orca-dex-api.mdx(Collect Fees / Update Fees and Rewards / Collect Reward account images) and host under/static/img. Marked with{/* TODO(re-capture) */}.djed.md.Explicitly deferred (out of scope)
docs.bitquery.io/docs/...self-links → should become root-relative/docs/...in a separate PR.explorer.bitquery.io/cardanoscan.io403s are bot-blocks (fine in-browser), not broken.🤖 Generated with Claude Code