From 181b20112c6e074fce82cc411c1910a4e2710fdb Mon Sep 17 00:00:00 2001 From: Johannes Ernst Date: Thu, 22 Aug 2019 10:23:25 -0700 Subject: [PATCH] Use index.md instead of _index.md in example The about directory in the example has no children, but the example used _index.md. This is confusing to beginners. --- content/en/content-management/organization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/organization/index.md b/content/en/content-management/organization/index.md index c12e07c26..9ed2dbff3 100644 --- a/content/en/content-management/organization/index.md +++ b/content/en/content-management/organization/index.md @@ -46,7 +46,7 @@ Without any additional configuration, the following will just work: . └── content └── about - | └── _index.md // <- https://example.com/about/ + | └── index.md // <- https://example.com/about/ ├── posts | ├── firstpost.md // <- https://example.com/posts/firstpost/ | ├── happy