[docs-agent] Fix weekly link check: empty URLs + third-party excludes#1448
Open
alchemy-bot wants to merge 1 commit into
Open
[docs-agent] Fix weekly link check: empty URLs + third-party excludes#1448alchemy-bot wants to merge 1 commit into
alchemy-bot wants to merge 1 commit into
Conversation
* 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
🔗 Preview Mode
|
dslovinsky
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.
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— theprestatetracerentry on the Trace types table had[prestatetracer](). Repointed to/docs/reference/trace_call-vs-debug_tracecall#prestatetracer, mirroring the siblingcallTracerlink and matching the### prestateTracerheading on that page.content/api-reference/pricing-resources/resources/throughput.mdx(2 rows) — thewss://…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.tomlexcludes 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 existingceloscan.ioexclude).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.