From b5cae066f15b4428ed6beaec2605a4a9013243df Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Thu, 17 Oct 2024 12:53:21 +1100 Subject: [PATCH] update instructions --- course/content/source-control/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/content/source-control/git/README.md b/course/content/source-control/git/README.md index 3ec917c..9fae880 100644 --- a/course/content/source-control/git/README.md +++ b/course/content/source-control/git/README.md @@ -22,7 +22,7 @@ This will require a mechanism of tracking history of changes in these files and ## Installing GIT -We can download `git` for any operating system and follow the prompts to install.
+We can download [Git](https://git-scm.com/) for any operating system and follow the prompts to install.
## Using GIT and Command line