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