docs(ecommerce): fix broken example links#81
Open
enesozturk wants to merge 2 commits into
Open
Conversation
Both example links on the ecommerce integration/overview pages 404'd: - Live Demo (demo-checkout.walletconnect.com) — host no longer resolves. - Ecommerce Example — pointed into the internal `buyer-experience` repo, which public docs readers can't open. Point the example card at the public WalletConnect/walletconnect-pay-examples repo and remove the dead Live Demo card. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Point to the public gateway/headless-checkout (React/Next.js) and gateway/headless-checkout-vanilla (JavaScript) examples, with react/js icons, instead of a single repo-root card. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rtomas
approved these changes
Jul 13, 2026
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.
Reported: the two "Example Implementation" links on the ecommerce integration page 404.
Root cause
demo-checkout.walletconnect.combuyer-experience/.../examples/ecommerce-pocapps/ecommerce-poc, andbuyer-experienceis aninternalrepo — public docs readers can't open any link into itThe same two dead links were also on
payments/ecommerce/overview.mdx.Fix
WalletConnect/walletconnect-pay-examplesrepo.payments/ecommerce/integration.mdxandpayments/ecommerce/overview.mdx.Note
walletconnect-pay-examplescurrently holds only the gateway/headless examples (gateway/headless-checkout+-vanilla); the ecommerce example hasn't been published there yet. The card points at the repo root so it stays valid once the ecommerce example lands. If you'd rather deep-link, we can update it when that example is public.🤖 Generated with Claude Code