From 6c22dc3279243f03bc85384a9182e7ffa329814e Mon Sep 17 00:00:00 2001 From: Salim B Date: Sat, 1 May 2021 12:37:04 +0000 Subject: [PATCH] Fix URL --- content/en/variables/site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/site.md b/content/en/variables/site.md index 2300c2cb8..e5d2e52f9 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -96,7 +96,7 @@ All the methods below, e.g. `.Site.RegularPages` can also be reached via the glo : top-level directories of the site. .Site.Taxonomies -: the [taxonomies](/taxonomies/usage/) for the entire site. Also see section [Taxonomies elsewhere](#taxonomies-elsewhere). +: the [taxonomies](/taxonomies/usage/) for the entire site. Also see section [Use `.Site.Taxonomies` Outside of Taxonomy Templates](/variables/taxonomy/#use-sitetaxonomies-outside-of-taxonomy-templates). .Site.Title : a string representing the title of the site.