From 9c894eff79865e2e670f4f20039d49930a762515 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 10 May 2024 16:53:08 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a7a18..3383a29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ In this guide we are going to show you how to use Gitlab, however before we get going setting things up it's good to get an understanding of the tool works that powers Gitlab (and Github). So let's dive in and take a look. Where possible I'll include instructions for Github but this guide focuses on using Gitlab primarily. -Have a read about whatis git first, this will help you understand whats happening under the hood, after that you can get going with learning the following operations: +Have a read about [what is git](#so-what-is-git) first, this will help you understand whats happening under the hood, after that you can get going with learning the following operations: - [Setting up git on your machine](#getting-setup) - [Getting code (clone and pull)](./getting-code.md)