From 27905febb6779b75a7b7e6175e6b39f9f4804a3f Mon Sep 17 00:00:00 2001 From: Nick Padgett Date: Mon, 22 Apr 2024 16:43:51 -0700 Subject: [PATCH] Fix typo --- content/en/content-management/organization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/organization/index.md b/content/en/content-management/organization/index.md index eedcc323d..dc0d8940d 100644 --- a/content/en/content-management/organization/index.md +++ b/content/en/content-management/organization/index.md @@ -52,7 +52,7 @@ Without any additional configuration, the following will automatically work: ## Path breakdown in Hugo -The following demonstrates the relationships between your content organization and the output URL structure for your Hugo website when it renders. These examples assume you are [using pretty URLs][pretty], which is the default behavior for Hugo. The examples also assume a key-value of `baseURL = "https://example.org"` in your [site's configuration file][config]. +The following demonstrates the relationships between your content organization and the output URL structure for your Hugo website when it renders. These examples assume you are [using pretty URLs][pretty], which is the default behavior for Hugo. The examples also assume a key-value of `baseURL = "https://example.org/"` in your [site's configuration file][config]. ### Index pages: `_index.md`