-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
fix(docs): repair broken relative links in translated READMEs - #3371
fix(docs): repair broken relative links in translated READMEs #3371robingautierpro-afk wants to merge 1 commit into
Conversation
The Japanese, Korean, and Chinese translations under docs/translations/ copied relative links to ARCHITECTURE.md and the worked/ example folders from the root README verbatim. Since these files live two directories deeper, the links resolved to docs/translations/ARCHITECTURE.md and docs/translations/worked/*, which don't exist. Point them back at the repo root with ../../. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graphify reviewed this change.
Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).
Graphify review — findings
Fixes broken relative links in the Japanese, Korean, and Chinese README translations so worked/ example paths and the ARCHITECTURE.md reference resolve from the docs/translations/ directory via ../../.
No blocking issues surfaced.
Analysis details — impact, health, verification
Impact & health
Graphify review
Impact — 37 functions depend on the 37 functions this change touches.
Health — grade A; no new coupling hotspots.
Verification — 37 functions in the blast radius were not formally verified this run (proofs are advisory here).
Gate & verification
graphify gate
PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.
Advisory (not blocking):
- verification_scope: 37 function(s) in the blast radius were not formally verified this run
Cross-repo impact
Cross-repo impact
No cross-repo impact detected among the indexed peer repo(s).
1 peer repo(s) in this group are not yet indexed — cross-repo impact may be incomplete.
Cross-repo linkage is derived (SCIP-moniker matches are sound; name/contract matches are heuristic) and ADVISORY — it never affects this check's conclusion.
Summary
docs/translations/link toARCHITECTURE.mdand theworked/*example folders using paths copied verbatim from the root README.docs/translations/), those relative links resolve todocs/translations/ARCHITECTURE.mdanddocs/translations/worked/*, which don't exist — the links are broken on GitHub.../../.Test plan
🤖 Generated with Claude Code