Skip to content

Comments

fix: remove broken .mdx links, #TODO placeholders, and outdated deprecation date#115

Open
giwaov wants to merge 1 commit intotempoxyz:mainfrom
giwaov:fix/broken-links-and-cleanup
Open

fix: remove broken .mdx links, #TODO placeholders, and outdated deprecation date#115
giwaov wants to merge 1 commit intotempoxyz:mainfrom
giwaov:fix/broken-links-and-cleanup

Conversation

@giwaov
Copy link

@giwaov giwaov commented Feb 20, 2026

Summary

  • Remove .mdx extensions from 10 internal links in spec-fee.mdx and verify-contracts.mdx — Vocs routes use extensionless paths, so links like /protocol/fees/spec-fee-amm.mdx result in 404s. Changed to /protocol/fees/spec-fee-amm.
  • Replace 3 broken #TODO placeholder links in embed-passkeys.mdx (line 232) — [make a payment](#TODO), [create a stablecoin](#TODO), and [more](#TODO) all point to non-existent anchors. Replaced with descriptive text until the target guides exist.
  • Update outdated testnet deprecation messaging in index.mdx — The text says the old testnet "will be deprecated on March 8th, 2025" but that date has long passed. Updated to reflect the deprecation has already occurred.

Files Changed

File Change
src/pages/protocol/fees/spec-fee.mdx Remove .mdx from 9 internal links
src/pages/quickstart/verify-contracts.mdx Remove .mdx from 1 internal link
src/pages/guide/use-accounts/embed-passkeys.mdx Replace 3 #TODO links with text
src/pages/index.mdx Update outdated deprecation date (2 occurrences)

Note

The vocs.config.ts already has checkDeadlinks: 'warn' with a TODO comment acknowledging dead link issues — these fixes address several of those warnings.

Test plan

  • Verify all modified internal links resolve correctly on the docs site
  • Confirm the embed-passkeys "Next Steps" section reads naturally without broken links
  • Check that the index page testnet migration banner reflects current status

@vercel
Copy link

vercel bot commented Feb 20, 2026

@giwaov is attempting to deploy a commit to the brendan-7108's projects Team on Vercel.

A member of the Team first needs to authorize it.

…ks, and update outdated deprecation date

- Remove `.mdx` file extensions from 10 internal links in `spec-fee.mdx` and
  `verify-contracts.mdx` that cause 404s in the Vocs router (internal links
  should use extensionless paths)
- Replace three broken `#TODO` placeholder links in `embed-passkeys.mdx` with
  descriptive text
- Update outdated "will be deprecated on March 8th, 2025" testnet messaging in
  `index.mdx` to reflect that the old testnet has already been deprecated
@giwaov giwaov force-pushed the fix/broken-links-and-cleanup branch from ec719ac to b1c3c60 Compare February 20, 2026 11:59
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.

1 participant