docs: ブロークンリンク修正・ADRリンク形式統一#105
Merged
Merged
Conversation
- DE/FR/ZH/PT-BR の getting-started.md: `../reference/configuration.md` を `../../reference/configuration.md` に修正(存在しない de/reference/ を指していた) - explanation/design-philosophy.md (EN): ADRリンクに .md 拡張子を追加(JA版と統一) - ja/explanation/design-philosophy.md (JA): ADRリンクパスを `../adr/` から `../../adr/` に修正 (docs/ja/explanation/ から ../adr/ は docs/ja/adr/ を指すが存在しない) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
3回目の確認で発見した残存リンク問題を修正。
ブロークンリンク(4件)
DE/FR/ZH/PT-BR の
getting-started.mdが../reference/configuration.mdにリンクしていたが、これはdocs/{lang}/reference/configuration.mdを指す(存在しない)。正しくは EN 版の../../reference/configuration.md。de/tutorials/getting-started.md../reference/...../../reference/...fr/tutorials/getting-started.md../reference/...../../reference/...zh/tutorials/getting-started.md../reference/...../../reference/...pt-br/tutorials/getting-started.md../reference/...../../reference/...ADR リンク形式の不整合(2件)
explanation/design-philosophy.md:.md拡張子なし →.mdあり に統一ja/explanation/design-philosophy.md:../adr/→../../adr/(docs/ja/explanation/から../adr/は存在しないdocs/ja/adr/を指していた)Test plan
🤖 Generated with Claude Code