docs: fix 4 stale external links surfaced by working lychee#263
Merged
Destynova2 merged 1 commit intomainfrom Apr 25, 2026
Merged
docs: fix 4 stale external links surfaced by working lychee#263Destynova2 merged 1 commit intomainfrom
Destynova2 merged 1 commit intomainfrom
Conversation
Now that lychee actually runs (--exclude-mail flag was crashing it before any link was checked), it surfaces 4 stale references that existed silently on main: - ADR-0018: Envoy arch_overview URL had a duplicated path segment (/intro/arch_overview/intro/arch_overview -> /intro/arch_overview/intro/intro). - oauth-setup: sst/opencode-anthropic-auth was renamed/absorbed into sst/opencode. - owasp-llm-top10: OWASP renamed LLM02 to llm022025-* in the 2025 list (LLM01 unchanged, kept as-is). - benchmarks: replaced 4x [grob-bench] external repo placeholder with a relative link to the actual bench code in this repo (benches/).
This was referenced Apr 25, 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
Follow-up to #261. Now that lychee actually executes (the
--exclude-mailflag was crashing it before any link check), it surfaces 4 stale references that existed silently onmainfor a while.docs/decisions/0018-nature-inspired-routing.md) — Envoyarch_overviewURL had a duplicated path segment (/intro/arch_overview/intro/arch_overview→/intro/arch_overview/intro/intro).docs/how-to/oauth-setup.md—sst/opencode-anthropic-authwas renamed/absorbed intosst/opencode.docs/reference/owasp-llm-top10.md— OWASP renamed LLM02 tollm022025-*in their 2025 list. LLM01 is unchanged on their side, so kept as-is.docs/reference/benchmarks.md— replaced 4×[grob-bench](https://github.com/azerozero/grob-bench)placeholder (repo doesn't exist) with a relative link to the actual bench code in this repo (benches/).All 4 candidate URLs were probed with
curl -Ito confirm they return 200 before being committed.Test plan
curl -Iconfirms each replacement URL returns 200Broken link check (lychee)greenmarkdownlintgreen (no MD changes that affect lint)