[docs-agent] Fix weekly link-check: swap starkscan.co for voyager.online; exclude portal.zksync.io#1319
Merged
Merged
Conversation
…ine; exclude portal.zksync.io Weekly Link Check run (2026-05-21) flagged 2 broken links: - starkscan.co returns 525 SSL handshake failure. Sahil's call: replace with https://voyager.online/ (canonical Starknet explorer) in content/tutorials/getting-started/developer-best-practices/choosing-a-web3-network.mdx. - portal.zksync.io/bridge returns intermittent ERR to lychee but loads fine in a browser. Add an exclude pattern to lychee.toml with a one-line comment. Refs DOCS-93 Requested-by: @dslovinsky
🔗 Preview Mode
|
dslovinsky
previously approved these changes
May 21, 2026
@dslovinsky you are listed as the originator of this docs request (via the Requested-by trailer on a docs-agent commit). Per the docs-agent self-review policy, the originator can't approve their own request. Please ask another team member to review.
dslovinsky
previously approved these changes
May 21, 2026
@dslovinsky you are listed as the originator of this docs request (via the Requested-by trailer on a docs-agent commit). Per the docs-agent self-review policy, the originator can't approve their own request. Please ask another team member to review.
SahilAujla
approved these changes
May 21, 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
Fixes the 2 broken links reported by the weekly link-check workflow (run 26247729128):
https://starkscan.co/[525]SSL handshake failurecontent/tutorials/getting-started/developer-best-practices/choosing-a-web3-network.mdxhttps://voyager.online/(per Sahil in the Slack thread, canonical Starknet explorer)https://portal.zksync.io/bridge/[ERR]intermittentcontent/api-reference/zksync/zksync-api-faq.mdx.*portal\.zksync\.io.*tolychee.tomlexclude with a one-line comment. URL is valid (verified 200 in a browser), failure looks like a CDN edge or bot challenge.Linear
DOCS-93 — https://linear.app/alchemyapi/issue/DOCS-93/fix-weekly-link-check-failures-starkscanco-portalzksyncio
Slack thread
https://alchemyenergy.slack.com/archives/C0852FMMUMR/p1779391269838449
Requested by
@SahilAujla (via Slack thread)