docs: Fix links in the documentation
authormattjmcnaughton <mattjmcnaughton@gmail.com>
Wed, 4 May 2016 02:16:14 +0000 (22:16 -0400)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Wed, 4 May 2016 19:35:24 +0000 (21:35 +0200)
A couple of internal links use `#toc_4` to attempt to locate a document
element within another document page. In both of these instances, there
is no element on the linked to pages with the id `#toc_4`. This commit
updates those links with the document elements which were the original
intended links, meaning these links now take you directly to the
intended element.

Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com>
docs/content/overview/source-directory.md
docs/content/templates/go-templates.md

index f8ce4d19ead4c3114dbf21d4e7ee11ce6178f4ed..5601f8d0b45bebdd72b21c52779639b4b0da8a43 100644 (file)
@@ -34,7 +34,7 @@ Learn more about the different directories and what their purpose is:
 * [archetypes](/content/archetypes/)
 * [content](/content/organization/)
 * [layouts](/layout/overview/)
-* [static](/themes/creation#toc_4)
+* [static](/themes/creation#static)
 * [themes](/themes/overview/)
 
 
index 2ba34dc8cf1e1efe05984bf2308cba523c025cb9..58ad75cc24376f02b4cf5c6f49b5919b7431f28b 100644 (file)
@@ -425,7 +425,7 @@ so, such as in this example:
 # Template example: Show only upcoming events
 
 Go allows you to do more than what's shown here.  Using Hugo's
-[`where`](/templates/functions/#toc_4) function and Go built-ins, we can list
+[`where`](/templates/functions/#where) function and Go built-ins, we can list
 only the items from `content/events/` whose date (set in the front matter) is in
 the future: