Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

docs.json contains redirects to non-existent internal destinations

Open
#1,426 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Quiet
Domain
documentation

Research direction

Start in docs/docs.json at the redirect entries around lines 1101, 1261, 1785, 2149, 3045, then compare each destination with the current files under docs/base-account/basenames, the Apps quickstart pages, and ai-agents/payments. Audit the listed redirects and update stale destinations or identify missing pages; done means every internal redirect resolves to an existing docs route.

Written by the indexing model from the issue text.

Description

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:

  • docs/docs.json:3045

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.

Dominant language
JavaScript
Stars
337
Forks
798
Avg merge
13h 7m
Merged PRs (30d)
57

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from base/docs

All issues in base/docs

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.