Summary
The "Learn more →" link in the Transaction Explorer section of https://docs.xpay.sh/en (anchor #-transaction-explorer) is broken.
📊 Transaction Explorer
Observability
Complete visibility into agent spending patterns, API performance, and transaction flows. The "Datadog for x402" that every agent developer needs.
Learn more →
Location
Issues
- Target page does not exist:
src/content/en/products/ only contains mcp-monetization.mdx, paywall-service.mdx, pricing-widget.mdx, and smart-proxy.mdx. There is no transaction-explorer.mdx.
- Missing language prefix: Even if the page existed, the link should start with
/en/... to match the localized routing used elsewhere in the site.
The same section also likely exists in the Chinese index (src/content/zh/index.mdx) — please check there as well.
Possible fixes (one of)
- (A) Create a new
transaction-explorer product page under src/content/{en,zh}/products/
- (B) Replace the link target with an existing product page
- (C) Remove the Transaction Explorer section until the product page is ready
Note
There is a related pre-existing broken-link issue: #3 ('x402 Fundamentals →' on /en/x402-protocol). A broader audit of internal links and /en/ prefix usage across the site may be worthwhile.
Summary
The "Learn more →" link in the Transaction Explorer section of
https://docs.xpay.sh/en(anchor#-transaction-explorer) is broken.Location
/products/transaction-explorerIssues
src/content/en/products/only containsmcp-monetization.mdx,paywall-service.mdx,pricing-widget.mdx, andsmart-proxy.mdx. There is notransaction-explorer.mdx./en/...to match the localized routing used elsewhere in the site.The same section also likely exists in the Chinese index (src/content/zh/index.mdx) — please check there as well.
Possible fixes (one of)
transaction-explorerproduct page undersrc/content/{en,zh}/products/Note
There is a related pre-existing broken-link issue: #3 ('x402 Fundamentals →' on
/en/x402-protocol). A broader audit of internal links and/en/prefix usage across the site may be worthwhile.