summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/404.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/404.md')
-rw-r--r--docs/content/en/templates/404.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/404.md b/docs/content/en/templates/404.md
index c638d89fa..87bbe1d36 100644
--- a/docs/content/en/templates/404.md
+++ b/docs/content/en/templates/404.md
@@ -17,7 +17,7 @@ aliases: []
toc: false
---
-When using Hugo with [GitHub Pages](https://pages.github.com/), you can provide your own template for a [custom 404 error page](https://help.github.com/articles/custom-404-pages/) by creating a 404.html template file in your `/layouts` folder. When Hugo generates your site, the `404.html` file will be placed in the root.
+When using Hugo with [GitHub Pages](https://pages.github.com/), you can provide your own template for a [custom 404 error page](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site) by creating a 404.html template file in your `/layouts` folder. When Hugo generates your site, the `404.html` file will be placed in the root.
404 pages will have all the regular [page variables][pagevars] available to use in the templates.