From 16470a17498ccff7e3c1b70fc4e9606ff3cc82eb Mon Sep 17 00:00:00 2001 From: Clemens Tolboom Date: Sun, 6 Oct 2019 14:16:13 +0200 Subject: [PATCH] Make link to git install more logically. (#699) I was wondering what kind of tool `Git installed` was. --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 12329e290..6d444d4a3 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -21,7 +21,7 @@ toc: true {{% note %}} This quick start uses `macOS` in the examples. For instructions about how to install Hugo on other operating systems, see [install](/getting-started/installing). -It is recommended to have [Git installed](https://git-scm.com/downloads) to run this tutorial. +It is recommended to have [Git](https://git-scm.com/downloads) installed to run this tutorial. {{% /note %}}