fix: repair broken external URLs across documentation#789
Open
NoahMaizels wants to merge 4 commits intomasterfrom
Open
fix: repair broken external URLs across documentation#789NoahMaizels wants to merge 4 commits intomasterfrom
NoahMaizels wants to merge 4 commits intomasterfrom
Conversation
Fixes 26+ broken/stale URLs found in a dead link audit: - Discord links updated to current invite URLs - blockscout.com/xdai/mainnet → gnosis.blockscout.com - dappnode.io → dappnode.com - stedolan.github.io/jq → jqlang.github.io/jq - MDN HTTP Status URL updated to new path - MetaMask support URL updated to new path - ethereum.org /en/ paths removed (redirect) - developer.makerdao.com/dai → docs.gnosischain.com/about/tokens/xdai - docs.ethswarm.org/docs/installation/... → updated to current paths - github.com/ethersphere/bee/blob/master/packaging → tree/master/packaging - github.com/ethersphere/examples/tree/main/basic-static-website → website - papers.ethswarm.org/p/swarm-specification → swarm-protocol-spec - swarmscan.resenje.org → swarmscan.io - github.com/rndlabs/dappnodepackage-swarm → w3rkspacelabs/DAppNodePackage-Swarm - github.com/awmacpherson/deboot → debootdevs/deboot - github.com/pabloVoorvaart/videoNFT → pblvrt/videoNFT - github.com/ethersphere/gateway → gateway-ui - Removed broken erasure-coding image - Removed dead manifests/directory/script-03.js link - Removed Galileo entry (server permanently down) - Bchan link updated to bchan-public repo - bee-js.ethswarm.org → bee-js.ethswarm.org/docs/ - libp2p glossary URL updated - Added docusaurus redirect for old erasure-coding path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for test-twitter-preview-testing-3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This PR is focused on dead link fixes only; the example scripts section belongs in the dynamic-content PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Moves check_links.py and check_live_links.py from .claude/ to scripts/ so they are tracked in the repo. Replaces hardcoded absolute paths with Path(__file__).resolve().parent.parent so the scripts work for any contributor. Reports still write to .claude/ (gitignored output dir). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reports now go to link-reports/ instead of .claude/. The directory is created automatically on first run. Added link-reports/ to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <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
Dead link audit and cleanup — fixes 26+ broken, stale, or redirecting URLs across the documentation.
Test plan
python .claude/check_links.py --mode localafter build to confirm clean report🤖 Generated with Claude Code