From 8203f649dfae19ef79b591426b6306177934eeff Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Sun, 11 Mar 2018 20:25:31 -0400 Subject: [PATCH] Fix misformed markdown link --- content/content-management/sections.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/content-management/sections.md b/content/content-management/sections.md index 9e842b929..e53e0feb7 100644 --- a/content/content-management/sections.md +++ b/content/content-management/sections.md @@ -24,8 +24,9 @@ By default, all the **first-level** directories under `content/` form their own sections (**root sections**). If a user needs to define a section `foo` at a deeper level, they need to create -a directory named `foo` with an `_index.md` file (see [Branch Bundles][branch -bundles] for more information). +a directory named `foo` with an `_index.md` file (see [Branch Bundles][branch bundles] +for more information). + {{% note %}} A **section** cannot be defined or overridden by a front matter parameter -- it