diff --git a/content/content-management/urls.md b/content/content-management/urls.md index 67bb86b4b..54ce81ee0 100644 --- a/content/content-management/urls.md +++ b/content/content-management/urls.md @@ -222,7 +222,7 @@ Here's the same organization run with `hugo --uglyURLs`: . └── content └── about - | └── _index.md // <- https://example.com/about/index.html + | └── _index.md // <- https://example.com/about.html ├── post | ├── firstpost.md // <- https://example.com/post/firstpost.html | ├── happy