Summary
docs/docs.json appears to contain multiple redirects whose internal destinations do not exist in the current docs source.
Examples
/get-started/migrate-from-onchainkit
Many OnchainKit redirects point to this destination, but I could not find a corresponding docs page.
Example lines:
docs/docs.json:1261
docs/docs.json:1265
docs/docs.json:1269
docs/docs.json:1273
/base-account/basenames/basenames-wagmi-tutorial
Several Basenames redirects point to this destination, but docs/base-account/basenames/ currently only contains:
- basename-transfer.mdx
- basenames-faq.mdx
Example lines:
docs/docs.json:1101
docs/docs.json:1105
docs/docs.json:1109
/apps/quickstart/create-new-app
This route does not appear to exist. The current Apps quickstart page seems to be:
/apps/quickstart/build-app
Example lines:
docs/docs.json:1785
docs/docs.json:2149
docs/docs.json:2153
/ai-agents/payments/x402-protocol
Referenced at:
But the current payment pages appear to be:
- ai-agents/payments/pay-for-services-with-x402.mdx
- ai-agents/payments/accepting-payments.mdx
Expected behavior
All internal redirect destinations should resolve to existing docs routes.
Suggested fix
Audit docs.json redirects and update stale destinations to current route names, or restore the missing destination pages where appropriate.
Impact
Broken migration redirects can send users from old docs URLs to 404 pages, especially after docs restructures.
Summary
docs/docs.json appears to contain multiple redirects whose internal destinations do not exist in the current docs source.
Examples
/get-started/migrate-from-onchainkitMany OnchainKit redirects point to this destination, but I could not find a corresponding docs page.
Example lines:
docs/docs.json:1261docs/docs.json:1265docs/docs.json:1269docs/docs.json:1273/base-account/basenames/basenames-wagmi-tutorialSeveral Basenames redirects point to this destination, but
docs/base-account/basenames/currently only contains:Example lines:
docs/docs.json:1101docs/docs.json:1105docs/docs.json:1109/apps/quickstart/create-new-appThis route does not appear to exist. The current Apps quickstart page seems to be:
/apps/quickstart/build-appExample lines:
docs/docs.json:1785docs/docs.json:2149docs/docs.json:2153/ai-agents/payments/x402-protocolReferenced at:
docs/docs.json:3045But the current payment pages appear to be:
Expected behavior
All internal redirect destinations should resolve to existing docs routes.
Suggested fix
Audit docs.json redirects and update stale destinations to current route names, or restore the missing destination pages where appropriate.
Impact
Broken migration redirects can send users from old docs URLs to 404 pages, especially after docs restructures.