From 9f26f21d28914e5564e905b726637961f30ffec2 Mon Sep 17 00:00:00 2001 From: maiki Date: Thu, 15 Feb 2018 07:49:45 -0800 Subject: [PATCH] Fix URL typo Remove extra word in URL, as pointed at at https://discourse.gohugo.io/t/typo-in-docs/10558?u=maiki. --- 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 c2c08a4d4..67bb86b4b 100644 --- a/content/content-management/urls.md +++ b/content/content-management/urls.md @@ -118,7 +118,7 @@ aliases: --- {{< /code >}} -Now when you visit any of the locations specified in aliases---i.e., *assuming the same site domain*---you'll be redirected to the page they are specified on. For example, a visitor to `example.com/posts/my-original-url/` will be immediately redirected to `example.com/posts/my-awesome-blog-post/`. +Now when you visit any of the locations specified in aliases---i.e., *assuming the same site domain*---you'll be redirected to the page they are specified on. For example, a visitor to `example.com/posts/my-original-url/` will be immediately redirected to `example.com/posts/my-awesome-post/`. ### Example: Aliases in Multilingual