Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes broken external URLs identified in the February SEO audit (Semrush report + integrity check). Two URL patterns are corrected across all affected documentation files and their corresponding LLM-flattened text representations.
Changes:
- Updated SubWallet download URL from
/download.htmlto/downloadacross source and LLM text files. - Updated Alchemy
eth_createAccessListdocumentation URL from/docs/node/ethereum/...to/docs/chains/ethereum/...across the source markdown and all LLM text files.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
tokens/connect/subwallet.md |
Fixes SubWallet download URL (removes .html extension) |
builders/ethereum/json-rpc/eth-rpc.md |
Fixes Alchemy URL path (node → chains) for eth_createAccessList |
llms-full.txt |
Mirrors both URL fixes from the source markdown files |
llms-files/llms-ethereum-toolkit.txt |
Mirrors both URL fixes |
llms-files/llms-tokens-and-accounts.txt |
Mirrors both URL fixes |
llms-files/llms-json-rpc-apis.txt |
Mirrors eth_createAccessList URL fix (two occurrences) |
llms-files/llms-xcm.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-xcm-remote-execution.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-xc-20.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-tutorials.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-substrate-toolkit.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-staking.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-reference.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-precompiles.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-oracle-nodes.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-node-operators-and-collators.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-libraries-and-sdks.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-integrations.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-indexers-and-queries.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-governance.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-gmp-providers.txt |
Mirrors eth_createAccessList URL fix |
llms-files/llms-dev-environments.txt |
Mirrors eth_createAccessList URL fix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eshaben
approved these changes
Mar 3, 2026
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.
Description
This PR fixes some URLs identified in the February SEO audit. These findings come from the Semrush report and an integrity check.
Checklist
moonbeam-mkdocsto update redirectsTranslations
Does this PR update a page that also exists on the Chinese docs site? See mapping to confirm.
If Yes, complete the following:
Link to the corresponding CN docs PR: <INSERT_LINK>