Skip to content

Commit 5802014

Browse files
authored
docs: fix broken /src chapter links (bookqa #200) (#201)
1 parent 25fdf08 commit 5802014

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/chapters/chapter-docs-as-code/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Issue/Project のラベル体系は、タスク管理だけでなく **情報分
190190

191191
Issue と Pull Request の基本操作は、以下の章も参照してください。
192192

193-
- Pull Request:{{ '/src/chapter-pull-requests/' | relative_url }}
194-
- Issue / Projects:{{ '/src/chapter-issue-management/' | relative_url }}
193+
- Pull Request:{{ '/chapters/chapter-pull-requests/' | relative_url }}
194+
- Issue / Projects:{{ '/chapters/chapter-issue-management/' | relative_url }}
195195

196196
### 手順(エンジニア向け:ローカルで Git を使う)
197197

@@ -220,7 +220,7 @@ git push -u origin docs/add-templates
220220

221221
関連する章:
222222

223-
- GitHub Actions:{{ '/src/chapter-github-actions/' | relative_url }}
223+
- GitHub Actions:{{ '/chapters/chapter-github-actions/' | relative_url }}
224224

225225
## まとめ
226226

docs/chapters/chapter-github-actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ GitHub Actions で build → deploy する場合は、ビルド成果物のパ
436436

437437
このリポジトリの Docs-as-Code 例(推奨構成・テンプレ)は、次の章と `examples/` を参照してください。
438438

439-
- Docs-as-Code:{{ '/src/chapter-docs-as-code/' | relative_url }}
439+
- Docs-as-Code:{{ '/chapters/chapter-docs-as-code/' | relative_url }}
440440
- 実習サンプル(examples):{{ '/examples/' | relative_url }}
441441

442442
### 環境変数とシークレットの管理

docs/chapters/chapter-issue-management/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,5 +537,5 @@ Done:
537537

538538
参照:
539539

540-
- Docs-as-Code:{{ '/src/chapter-docs-as-code/' | relative_url }}
541-
- Pull Request:{{ '/src/chapter-pull-requests/' | relative_url }}
540+
- Docs-as-Code:{{ '/chapters/chapter-docs-as-code/' | relative_url }}
541+
- Pull Request:{{ '/chapters/chapter-pull-requests/' | relative_url }}

docs/chapters/chapter-pull-requests/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,5 +418,5 @@ Pull Requestのメトリクスを分析することで、チームの開発効
418418

419419
参照:
420420

421-
- Docs-as-Code:{{ '/src/chapter-docs-as-code/' | relative_url }}
422-
- Issue / Projects:{{ '/src/chapter-issue-management/' | relative_url }}
421+
- Docs-as-Code:{{ '/chapters/chapter-docs-as-code/' | relative_url }}
422+
- Issue / Projects:{{ '/chapters/chapter-issue-management/' | relative_url }}

docs/chapters/chapter-troubleshooting/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ git push --force origin main
230230

231231
公開運用の考え方は、次の章も参照してください。
232232

233-
- Docs-as-Code:{{ '/src/chapter-docs-as-code/' | relative_url }}
234-
- GitHub Actions(Pagesデプロイ):{{ '/src/chapter-github-actions/' | relative_url }}
233+
- Docs-as-Code:{{ '/chapters/chapter-docs-as-code/' | relative_url }}
234+
- GitHub Actions(Pagesデプロイ):{{ '/chapters/chapter-github-actions/' | relative_url }}
235235

236236
**404エラーの診断と解決**
237237

0 commit comments

Comments
 (0)