Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Kirsh <bost56@gmail.com>2015-01-20 22:40:32 +0300
committerAnthony Fok <foka@debian.org>2015-01-20 23:51:15 +0300
commit932214d72509d499f48d0f98c1d128e9fc9c7e10 (patch)
tree901a81beece80acc179610501cb194d8f242e8a4
parent2ec046afb18adbf580bf0d173201abfb5f691d58 (diff)
fix --uglyUrls params
-rw-r--r--docs/content/content/organization.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/content/organization.md b/docs/content/content/organization.md
index e6bc8e8c0..7908acbef 100644
--- a/docs/content/content/organization.md
+++ b/docs/content/content/organization.md
@@ -35,7 +35,7 @@ in Hugo and is used as the [section](/content/sections).
├── first.md // <- http://1.com/quote/first/
└── second.md // <- http://1.com/quote/second/
-**Here's the same organization run with `hugo --uglyurls`**
+**Here's the same organization run with `hugo --uglyUrls`**
.
└── content
@@ -87,7 +87,7 @@ path. Includes [section](/content/sections).
A complete URL can be provided. This will override all the above as it pertains
to the end destination. This must be the path from the baseurl (starting with a "/").
When a url is provided, it will be used exactly. Using url will ignore the
-`--uglyurls` setting.
+`--uglyUrls` setting.
## Path breakdown in Hugo