docs(spec): fix link-checker findings and re-enable partners.md checking (#2100) - #2114
Open
msampathkumar wants to merge 10 commits into
Open
docs(spec): fix link-checker findings and re-enable partners.md checking (#2100)#2114msampathkumar wants to merge 10 commits into
msampathkumar wants to merge 10 commits into
Conversation
Point moved/renamed targets at their canonical URLs: - ADK docs google.github.io/adk-docs/* -> adk.dev/* - Hector repo kadirpekel/hector -> verikod/hector - Swift client tolgaki/a2a-client-swift -> a2a-swift-client - MS Agent Framework -> agent-framework/integrations/a2a
…ect#2100) Point links at their final canonical URLs to avoid redirects: - IETF RFCs tools.ietf.org/html/* -> datatracker.ietf.org/doc/html/* - RFC 9111 -> datatracker (rfc-editor /info still 302s) - ProtoJSON guide -> trailing-slash canonical - DeepLearning.AI -> www.deeplearning.ai Skipped (intentional): partners.md (excluded in lychee.toml), mkdocs template-generated raw.githubusercontent links, and version-pinned redirect targets (MCP root, CrewAI).
Stop skipping partners.md (broad exclusion added in a2aproject#2106) so future dead links are caught. Instead: - Upgrade 18 insecure http:// partner links to https:// (scheme only; no domain/brand changes). - Narrowly exclude only the Crubyt URL (expired SSL cert, no working variant) instead of the whole partners page. Verified locally with lychee v0.22.0 + this config: 0 errors on all changed docs (redirects/403s are accepted per lychee.toml). Refs a2aproject#2106
…roject#2100) New tokens introduced by the link fixes: - verikod: Hector repo's new owner (community.md) - datatracker: IETF canonical RFC host (specification.md, governance)
msampathkumar
enabled auto-merge (squash)
August 6, 2026 14:18
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
Closes #2100. Follows up on #2106, which had excluded
docs/partners.mdfrom link checking to silence the failures. Rather than keep partners skipped, this re-enables checking so future dead links are caught.Changes
Relocated / renamed targets → canonical URLs
google.github.io/adk-docs/*→adk.dev/*(community.md,index.md,topics/what-is-a2a.md)kadirpekel/hector→verikod/hectortolgaki/a2a-client-swift→tolgaki/a2a-swift-client(link + badge)agent-framework/integrations/a2aRedirect canonicalization (checked docs)
tools.ietf.org/html/*→datatracker.ietf.org/doc/html/*(RFC 2119/7515/8785/9111)www.deeplearning.aiRe-enable
partners.mdlink checking (reverses the exclusion from #2106)docs/partners.mdand built-site/partnersexclusions fromlychee.toml.http://partner links tohttps://(scheme only — no domain/brand changes).Spelling allowlist
datatrackerandverikodto.github/actions/spelling/allow.txt(new tokens from the link fixes).Deliberately NOT changed
lychee.tomlalreadyaccepts301/302/307/308/403.raw.githubusercontent.comredirects — generated by the mkdocs-materialcontent.action.viewfeature, not present in source (being removed in a separate PR).Verification
Ran
lychee v0.22.0locally with the repo config against all changed docs:Fixes #2100