From 37f2b75e07ab4fbabc5a6c505546b5f01a28bea8 Mon Sep 17 00:00:00 2001 From: fellalli Date: Wed, 21 Aug 2024 16:35:09 +0200 Subject: [PATCH] Fix section in res links (#6726) --- .../git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md | 2 +- .../roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md b/src/data/roadmaps/git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md index 34eedf489..3578fe247 100644 --- a/src/data/roadmaps/git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md +++ b/src/data/roadmaps/git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md @@ -4,4 +4,4 @@ When using mixed mode, the HEAD pointer is moved to the specified commit. Howeve Visit the following resources to learn more: -- [@official@--mixed documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard) \ No newline at end of file +- [@official@--mixed documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---mixed) \ No newline at end of file diff --git a/src/data/roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md b/src/data/roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md index 58ee556f0..c62ace3e1 100644 --- a/src/data/roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md +++ b/src/data/roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md @@ -2,4 +2,4 @@ In this mode, only the HEAD pointer is moved to the specified commit. The files in your working directory are not modified, but they remain as they were when you started the reset. -- [@official@--soft documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard) \ No newline at end of file +- [@official@--soft documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---soft) \ No newline at end of file