fix: remove broken .mdx links, #TODO placeholders, and outdated deprecation date#115
Open
giwaov wants to merge 1 commit intotempoxyz:mainfrom
Open
fix: remove broken .mdx links, #TODO placeholders, and outdated deprecation date#115giwaov wants to merge 1 commit intotempoxyz:mainfrom
giwaov wants to merge 1 commit intotempoxyz:mainfrom
Conversation
|
@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
ec719ac to
b1c3c60
Compare
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.
Summary
.mdxextensions from 10 internal links inspec-fee.mdxandverify-contracts.mdx— Vocs routes use extensionless paths, so links like/protocol/fees/spec-fee-amm.mdxresult in 404s. Changed to/protocol/fees/spec-fee-amm.#TODOplaceholder links inembed-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.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
src/pages/protocol/fees/spec-fee.mdx.mdxfrom 9 internal linkssrc/pages/quickstart/verify-contracts.mdx.mdxfrom 1 internal linksrc/pages/guide/use-accounts/embed-passkeys.mdx#TODOlinks with textsrc/pages/index.mdxNote
The
vocs.config.tsalready hascheckDeadlinks: 'warn'with a TODO comment acknowledging dead link issues — these fixes address several of those warnings.Test plan