Skip to content

Commit cb8dff8

Browse files
brabojclaude
andcommitted
fix: correct cross-chapter anchor links in chapter 4
Update #merging and #conflicts anchors to match numbered heading format (#3-merging, #6-conflicts) in chapter 3. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 78846ad commit cb8dff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chapters/04-remote-repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,13 @@ forward. No merge commit is created.
287287

288288
If both sides have new commits, Git creates a merge commit, just like
289289
merging any two branches (see
290-
[Branching and Merging](03-branching-and-merging.md#merging)).
290+
[Branching and Merging](03-branching-and-merging.md#3-merging)).
291291

292292
### Handling conflicts
293293

294294
If the remote changes conflict with your local changes, Git stops and
295295
asks you to resolve — the same process described in
296-
[Branching and Merging](03-branching-and-merging.md#conflicts). After
296+
[Branching and Merging](03-branching-and-merging.md#6-conflicts). After
297297
resolving:
298298

299299
```text

0 commit comments

Comments
 (0)