Skip to content

[docs-agent] Fix weekly link check: empty URLs + third-party excludes#1448

Open
alchemy-bot wants to merge 1 commit into
mainfrom
docs/weekly-link-check-2026-07-13
Open

[docs-agent] Fix weekly link check: empty URLs + third-party excludes#1448
alchemy-bot wants to merge 1 commit into
mainfrom
docs/weekly-link-check-2026-07-13

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Summary

Addresses the 9 broken links reported by this week's Weekly Link Check (workflow run).

Fixed in source (3 empty-href markdown links):

  • content/api-reference/debug-api/debug-api-quickstart.mdx — the prestatetracer entry on the Trace types table had [prestatetracer](). Repointed to /docs/reference/trace_call-vs-debug_tracecall#prestatetracer, mirroring the sibling callTracer link and matching the ### prestateTracer heading on that page.
  • content/api-reference/pricing-resources/resources/throughput.mdx (2 rows) — the wss://… endpoints on the WebSocket rows were wrapped as [wss://…](). Rewritten as inline code so they render cleanly without an empty href. The HTTP siblings above them still resolve and keep their [url](url) form.

lychee.toml excludes for third-party bot/rate-limit failures:

  • tenderly.co — 429 Too Many Requests (bot rate limit). Referenced from bundler-api revert-codes page and debug-with-tenderly page.
  • learnmeabitcoin.com — SSL certificate error to crawler clients (page loads fine in browser). Referenced from two Alchemy University cryptography-basics pages.
  • bscscan.com — 403 Forbidden (Etherscan-family bot protection, same category as the existing celoscan.io exclude).

Each exclude is a narrow domain-scoped regex with a one-line comment matching the file's established style.

Linear

DOCS-138 — https://linear.app/alchemyapi/issue/DOCS-138/weekly-link-check-fix-empty-urls-exclude-tenderly-learnmeabitcoin

Requested by

DX Slack Bot weekly link check (Slack thread). No GitHub attribution — bots have no self-approval risk to guard against.

* debug-api-quickstart.mdx: point prestatetracer link to trace_call-vs-debug_tracecall#prestatetracer (was empty href).

* throughput.mdx: render wss:// endpoints as inline code instead of empty-href markdown links.

* lychee.toml: exclude tenderly.co (429), learnmeabitcoin.com (SSL to crawlers), bscscan.com (403 bot protection).

Refs DOCS-138
@alchemy-bot alchemy-bot requested a review from a team as a code owner July 13, 2026 17:52
@github-actions

github-actions Bot commented Jul 13, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jul 13, 2026, 5:53 PM

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.

2 participants