From 3e158c873f84d5eba915e9bcb87b8829af328f7f Mon Sep 17 00:00:00 2001 From: gstjepan2 Date: Wed, 15 May 2024 17:48:43 +0200 Subject: [PATCH] Fix broken link --- src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.md b/src/git.md index 3d5642785..58d3d8a6a 100644 --- a/src/git.md +++ b/src/git.md @@ -193,7 +193,7 @@ rm -r src/stdarch ### I see `<<< HEAD`? You were probably in the middle of a rebase or merge conflict. See -[Conflicts](#conflicts) for how to fix the conflict. If you don't care about the changes +[Conflicts](#rebasing-and-conflicts) for how to fix the conflict. If you don't care about the changes and just want to get a clean copy of the repository back, you can use `git reset`: ```console