From b8bc13c35124d2885c82c9a9f49ac7a6daba44bb Mon Sep 17 00:00:00 2001 From: cmal Date: Fri, 10 Aug 2018 15:57:41 +0200 Subject: [PATCH] Make link more specific --- docs/content/documentation/content/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/page.md b/docs/content/documentation/content/page.md index 7d61c27..733f412 100644 --- a/docs/content/documentation/content/page.md +++ b/docs/content/documentation/content/page.md @@ -20,7 +20,7 @@ content directory `about.md` would also create a page at `[base_url]/about`. As you can see, creating an `about.md` file is exactly equivalent to creating an `about/index.md` file. The only difference between the two methods is that creating the `about` folder allows you to use asset colocation, as discussed in the -[Overview](./documentation/content/overview.md) section of this documentation. +[Overview](./documentation/content/overview.md#assets-colocation) section of this documentation. ## Front-matter