diff --git a/content/en/content-management/urls.md b/content/en/content-management/urls.md index fd05af00f..0f1d93c63 100644 --- a/content/en/content-management/urls.md +++ b/content/en/content-management/urls.md @@ -46,7 +46,7 @@ Set the `url` in front matter to override the entire path. Use this with either {{% note %}} Hugo does not sanitize the `url` front matter field, allowing you to generate: -- File paths that contain characters reserved by the operating system. For example, file paths on Windows may not contain any of these [reserved characters]. Hugo throws an error if a file path includes a character reserved by the current operating system.. +- File paths that contain characters reserved by the operating system. For example, file paths on Windows may not contain any of these [reserved characters]. Hugo throws an error if a file path includes a character reserved by the current operating system. - URLs that contain disallowed characters. For example, the less than sign (`<`) is not allowed in a URL. [reserved characters]: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions