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:
authorSalim B <git@salim.space>2022-09-15 20:41:07 +0300
committerGitHub <noreply@github.com>2022-09-15 20:41:07 +0300
commit50f5d4776f647899a3c1d863e84d44ff72972cbe (patch)
tree0e4cd4c21683ed0f99ec4b5aa66864df7eed4f66
parent6beb443c58f1cc216b7f6ec7f423f9423e4528dc (diff)
Fix internal link (#1817)v0.103.0
-rw-r--r--content/en/getting-started/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md
index 4f1efefb3..5b27832bb 100644
--- a/content/en/getting-started/configuration.md
+++ b/content/en/getting-started/configuration.md
@@ -554,7 +554,7 @@ force = false
{{< new-in "0.103.0" >}}
-Hugo will, by default, render all 404 errors when running `hugo server` with the `404.html` template. Note that if you have already added one or more redirects to your [Server Config](#server-config), you need to add the 404 redirect explicitly, e.g:
+Hugo will, by default, render all 404 errors when running `hugo server` with the `404.html` template. Note that if you have already added one or more redirects to your [Server Config](#configure-server), you need to add the 404 redirect explicitly, e.g:
```toml
[[redirects]]