summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKamil Samigullin <kamilsk@users.noreply.github.com>2017-04-03 02:29:53 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-03 01:29:53 +0200
commit5d7eeeadf0c39c72d8a87b5f7f7527ddb9bef82b (patch)
tree2c806b8de0617c0db0f9138311cc8fb8cc3a27e0 /docs
parent8b5b558bb515e80da640f5e114169874771b61e4 (diff)
docs: Remove localhost part from link
Fixes #3264
Diffstat (limited to 'docs')
-rw-r--r--docs/content/content/using-index-md.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/content/using-index-md.md b/docs/content/content/using-index-md.md
index faff3de74..7afe26e1c 100644
--- a/docs/content/content/using-index-md.md
+++ b/docs/content/content/using-index-md.md
@@ -39,7 +39,7 @@ If this is confusing or you are unfamiliar with Hugo's template hierarchy, visit
Now that you've got a handle on templates lets recap some Hugo basics to understand how to use an \_index.md file with a List page.
1. Sections and Taxonomies are 'List' pages, NOT single pages.
-2. List pages are rendered using the template heirarchy found in the [Content - List Template](http://localhost:1313/templates/list/) docs.
+2. List pages are rendered using the template heirarchy found in the [Content - List Template](/templates/list/) docs.
3. The Home page, though technically a List page, can have [it's own template](/templates/homepage/) at layouts/index.html rather than \_default/list.html. Many themes exploit this behaviour so you are likely to encounter this specific use case.
4. Taxonomy terms pages are 'lists of metadata' not lists of content, so [have their own templates](/templates/terms/).