fix: repair broken external links across docs#2207
Merged
Conversation
Swept all external URLs in the active docs and replaced genuine 404s (verified each replacement now returns 200). Internal links unaffected. - Vendor docs that moved: MetaMask, Self, Jaw.id, Quex, POKT, Dynamic, Para, Witnet, OpenZeppelin, Coinbase Wallet - GitHub repo restructures: celo-composer, Validators.sol, CGP links (migrated to governance repo), ODIS source (moved to social-connect) - Dead project hosts: Credit Collective, MCP community, indexing.co - Deprecated content: SETUP.md -> README, oracle Helm chart -> archived repo, ContractKit sample RPC -> Celo Sepolia forno Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
seolaoh
reviewed
Jun 26, 2026
Co-authored-by: Seola Oh <osa8361@gmail.com>
Co-authored-by: Seola Oh <osa8361@gmail.com>
Co-authored-by: Seola Oh <osa8361@gmail.com>
The ODIS guide documented APIs that were deprecated or removed, so repointing the dead links alone kept removed functionality looking current. - Use OdisUtils.Identifier.getObfuscatedIdentifier. The older getPhoneNumberIdentifier is deprecated and just forwards to it; the response is now IdentifierHashDetails (obfuscatedIdentifier, not phoneHash). - Drop the ReactBlsBlindingClient snippet. Only WasmBlsBlindingClient is shipped, and its constructor throws in React Native and in the browser, so point browser/RN users at a web blinding client example instead. - Remove the Matchmaking section. getContactMatches / matchmaking.ts were removed in the ODIS 2.0.0 refactor (celo-org/celo-monorepo#9693) and social-connect's OdisUtils has no Matchmaking export. - Replace the dead valora wallet example link with the maintained celo-org/SocialConnect-Twitter sample app. All source links are pinned to a commit SHA instead of a branch so they do not rot again.
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
Swept all external URLs in the active docs (re-checking GitHub links separately, since GitHub soft-404s to browser scanners), then fixed every genuine 404. Mintlify's internal link checker (
mint broken-links) stays clean, and every replacement URL was verified to resolve (HTTP 200).28 links fixed across 21 files.
What changed
Vendor docs that moved
MetaMask ×2 (new
json-rpc-methodspages), Self.xyz ×5 (→/docs/self-pass/…), Jaw.id ×2 (siwe,subscription), Quex (→consumer/getting_started), POKT (→ newdocs.pocket.networkhost), Dynamic, Para, Witnet, OpenZeppelin, Coinbase Wallet ×2 (→ Base smart-wallet docs).GitHub repo restructures
celo-composer hardhat config (→ template path),
Validators.sol(→contracts-0.8/), CGP0016.md+template.md(→ migratedgovernancerepo), ODIS source links (→social-connectSDK).Dead project hosts
Credit Collective (→
credit-collective.com), MCP community forum (→ GitHub Discussions), indexing.co Platform link.Deprecated content
SETUP.md→ celo-monorepo README; Mento oracle Helm chart → archivedhelm-charts-deprecatedrepo (worded as archived); ODIS examples → social-connect ODIS dir; ContractKit live sample RPC → Celo Sepolia forno.Intentionally not touched
legacy/and_deprecated/pagessomeuser/someplugin,cgp-00000.md, etc.)localhost/ in-code endpoint samples and the indexing.co curl API examplesVerification
mint broken-links→ "no broken links found"curl→ 200 (GitHub checked without a browser UA to avoid soft-404s)🤖 Generated with Claude Code