From 51f723530f308996ad0813b12d8397c45de5c378 Mon Sep 17 00:00:00 2001
From: Cervac Petru <petru.cervac@gmail.com>
Date: Sun, 20 Aug 2023 10:50:33 +0100
Subject: [PATCH] docs: fix broken links in README

---
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 9df4ae0..9a91601 100644
--- a/README.md
+++ b/README.md
@@ -119,18 +119,18 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
 
 # Scenarios
 
-- [Fetch only the root files](#Fetch-only-the-root-files)
-- [Fetch only the root files and `.github` and `src` folder](#Fetch-only-the-root-files-and-github-and-src-folder)
-- [Fetch only a single file](#Fetch-only-a-single-file)
-- [Fetch all history for all tags and branches](#Fetch-all-history-for-all-tags-and-branches)
-- [Checkout a different branch](#Checkout-a-different-branch)
-- [Checkout HEAD^](#Checkout-HEAD)
-- [Checkout multiple repos (side by side)](#Checkout-multiple-repos-side-by-side)
-- [Checkout multiple repos (nested)](#Checkout-multiple-repos-nested)
-- [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
-- [Checkout pull request HEAD commit instead of merge commit](#Checkout-pull-request-HEAD-commit-instead-of-merge-commit)
-- [Checkout pull request on closed event](#Checkout-pull-request-on-closed-event)
-- [Push a commit using the built-in token](#Push-a-commit-using-the-built-in-token)
+- [Fetch only the root files](#user-content-Fetch-only-the-root-files)
+- [Fetch only the root files and `.github` and `src` folder](#user-content-Fetch-only-the-root-files-and-github-and-src-folder)
+- [Fetch only a single file](#user-content-Fetch-only-a-single-file)
+- [Fetch all history for all tags and branches](#user-content-Fetch-all-history-for-all-tags-and-branches)
+- [Checkout a different branch](#user-content-Checkout-a-different-branch)
+- [Checkout HEAD^](#user-content-Checkout-HEAD)
+- [Checkout multiple repos (side by side)](#user-content-Checkout-multiple-repos-side-by-side)
+- [Checkout multiple repos (nested)](#user-content-Checkout-multiple-repos-nested)
+- [Checkout multiple repos (private)](#user-content-Checkout-multiple-repos-private)
+- [Checkout pull request HEAD commit instead of merge commit](#user-content-Checkout-pull-request-HEAD-commit-instead-of-merge-commit)
+- [Checkout pull request on closed event](#user-content-Checkout-pull-request-on-closed-event)
+- [Push a commit using the built-in token](#user-content-Push-a-commit-using-the-built-in-token)
 
 ## Fetch only the root files