Skip to content

fix: correct broken redirect destinations for basenames wagmi guide and apps quickstart - #1784

Open
teyrebaz33 wants to merge 1 commit into
base:masterfrom
teyrebaz33:fix/broken-redirect-destinations
Open

fix: correct broken redirect destinations for basenames wagmi guide and apps quickstart#1784
teyrebaz33 wants to merge 1 commit into
base:masterfrom
teyrebaz33:fix/broken-redirect-destinations

Conversation

@teyrebaz33

Copy link
Copy Markdown

Partially addresses #1783

Problem

Two groups of redirects in docs.json pointed to pages that no longer exist:

  • 39 redirects → /base-account/basenames/basenames-wagmi-tutorial (doesn't exist)
  • 36 redirects → /apps/quickstart/create-new-app (doesn't exist)

Fix

  • Updated the 39 redirects to point to /base-account/framework-integrations/wagmi/basenames, the actual wagmi + basenames guide (verified by content match: title, description, and body all reference wagmi/viem basenames setup).
  • Updated the 36 redirects to point to /apps/quickstart/build-app, the current quickstart page for creating a new app (verified against docs.json navigation, since apps/quickstart/ only contains build-app.mdx and deploy-on-base.mdx).

Scope

This fixes the 2 highest-impact broken destination groups (75 of ~270 broken redirect entries found in the audit). The remaining ~105 unique broken destinations are documented in #1783, since several of them (particularly /onchainkit/* and /smart-wallet/* legacy paths) may point to content intentionally moved out of this repo, and guessing at destinations for those risks introducing new incorrect redirects. Happy to open follow-up PRs once destinations are confirmed.

Verification

  • docs.json validated as parseable JSON after the change
  • Confirmed via file-tree cross-check that both new destinations exist and match the semantic intent of the original (now-broken) destination
  • node scripts/lint-mdx.js all run — no new errors introduced (this script doesn't check docs.json redirects, so the broken-redirect count itself isn't reflected there)

…nd apps quickstart

Two redirect destination groups in docs.json pointed to pages that no
longer exist:

- 39 redirects (mostly legacy /onchainkit/identity/* paths) pointed to
  /base-account/basenames/basenames-wagmi-tutorial, which does not
  exist. The actual wagmi + basenames guide lives at
  /base-account/framework-integrations/wagmi/basenames.

- 36 redirects (legacy /mini-apps/* and onchainkit minikit paths)
  pointed to /apps/quickstart/create-new-app, which does not exist.
  The current quickstart page for creating a new app is
  /apps/quickstart/build-app.

Both destinations were verified against docs.json navigation and the
actual docs/ file tree.
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants