Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-10 21:57:48 +0300
committerGitHub <noreply@github.com>2022-11-10 21:57:48 +0300
commit16a8c3548798acd778a9b37cb413358e4f0a95f4 (patch)
tree24640262b7fffb0e5adbdb5ae2e859dc2b13cddd
parent9e357f078a289db2c1db815c13a0b55029a97664 (diff)
Update links to installation page (#1876)
-rw-r--r--content/en/about/features.md2
-rw-r--r--content/en/getting-started/_index.md2
-rw-r--r--content/en/getting-started/quick-start.md5
-rw-r--r--content/en/getting-started/usage.md2
4 files changed, 5 insertions, 6 deletions
diff --git a/content/en/about/features.md b/content/en/about/features.md
index 6c443ef05..5e94de38c 100644
--- a/content/en/about/features.md
+++ b/content/en/about/features.md
@@ -67,7 +67,7 @@ toc: true
[Google Analytics]: https://google-analytics.com/
[homepage]: /templates/homepage/
[hostanywhere]: /hosting-and-deployment/
-[install]: /getting-started/installing/
+[install]: /installation/
[LiveReload]: /getting-started/usage/
[organization for your projects]: /getting-started/directory-structure/
[pagevars]: /variables/page/
diff --git a/content/en/getting-started/_index.md b/content/en/getting-started/_index.md
index ef641daa5..bffc2e1b7 100644
--- a/content/en/getting-started/_index.md
+++ b/content/en/getting-started/_index.md
@@ -17,6 +17,6 @@ toc: false
If this is your first time using Hugo and you've [already installed Hugo on your machine][installed], we recommend the [quick start][]. You can also use [external learning resources][] to learn Hugo.
-[installed]: /getting-started/installing/
+[installed]: /installation/
[quick start]: /getting-started/quick-start/
[external learning resources]: /getting-started/external-learning-resources/
diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md
index a874103e5..4fbdb1c8f 100644
--- a/content/en/getting-started/quick-start.md
+++ b/content/en/getting-started/quick-start.md
@@ -19,7 +19,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).
+This quick start uses `macOS` in the examples. For instructions about how to install Hugo on other operating systems, see [install](/installation/).
It is required to have [Git installed](https://git-scm.com/downloads) to run this tutorial.
@@ -31,7 +31,7 @@ For other approaches to learning Hugo (like books or video tutorials), refer to
Install the **extended version of Hugo** (this is required for the current theme used).
{{% note %}}
-`Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/getting-started/installing) if you are running Windows etc.
+`Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/installation/) if you are running Windows etc.
{{% /note %}}
```bash
@@ -174,4 +174,3 @@ hugo -D
```
Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).
-
diff --git a/content/en/getting-started/usage.md b/content/en/getting-started/usage.md
index 44137a6fb..6ee8d36ad 100644
--- a/content/en/getting-started/usage.md
+++ b/content/en/getting-started/usage.md
@@ -215,4 +215,4 @@ Running `hugo` *does not* remove generated files before building. This means tha
[dirs]: /getting-started/directory-structure/
[front matter]: /content-management/front-matter/
[hosting]: /hosting-and-deployment/
-[install]: /getting-started/installing/
+[install]: /installation/