From b0e82b3a5ca85744cb0652652d619c497a1c037b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 19 Feb 2018 22:20:34 +0100 Subject: [PATCH] Fix uglyURLs example Closes https://github.com/gohugoio/hugo/issues/4428 --- content/content-management/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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