diff --git a/CLAUDE.md b/CLAUDE.md
index 7974b4b..9cf67a5 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -34,7 +34,7 @@ chapters/ # SSG-agnostic tutorial content (canonical)
02-building-blocks.md
03-branching-and-merging.md
04-remote-repositories.md
- 05-subprojects.md
+ 05-nested-repositories.md
06-expert-topics.md
07-playbook.md
08-appendix.md
diff --git a/README.md b/README.md
index c4677cb..3f7990e 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ directory.
| 2 | [Building Blocks](chapters/02-building-blocks.md) | Repositories, objects, references, HEAD, tags |
| 3 | [Branching and Merging](chapters/03-branching-and-merging.md) | Branches, merge strategies, rebase, cherry-pick, conflicts, stash |
| 4 | [Remote Repositories](chapters/04-remote-repositories.md) | Clone, push, pull, fetch, remote tracking, forking workflows |
-| 5 | [Subprojects](chapters/05-subprojects.md) | Submodules and subtrees |
+| 5 | [Nested Repositories](chapters/05-nested-repositories.md) | Submodules and subtrees |
| 6 | [Expert Topics](chapters/06-expert-topics.md) | Configuration, selectors, refspecs, hooks, bisect |
| 7 | [Playbook](chapters/07-playbook.md) | Step-by-step recipes for common tasks |
| 8 | [Appendix](chapters/08-appendix.md) | Merge strategies, SSH setup, Git clients, references |
diff --git a/astro-site/src/components/Header.astro b/astro-site/src/components/Header.astro
index 9cb8066..cb4b7a1 100644
--- a/astro-site/src/components/Header.astro
+++ b/astro-site/src/components/Header.astro
@@ -30,7 +30,7 @@ const base = import.meta.env.BASE_URL;
-
+