From 8e1bcea82f00e32b98175d4c7b09b40eddcdb06c Mon Sep 17 00:00:00 2001 From: sethmacleod Date: Tue, 30 Aug 2016 01:26:21 -0400 Subject: [PATCH] docs: Update documentation for URLs Using absolute URLs overrides relative URL behavior. This should be explicit in the docs. --- docs/content/extras/menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md index 754b58841..f62bc4cf6 100644 --- a/docs/content/extras/menus.md +++ b/docs/content/extras/menus.md @@ -125,7 +125,7 @@ And the equivalent example `config.yaml`: --- -**NOTE:** The URLs must be relative to the context root. If the `BaseURL` is `http://example.com/mysite/`, then the URLs in the menu must not include the context root `mysite`. +**NOTE:** The URLs must be relative to the context root. If the `BaseURL` is `http://example.com/mysite/`, then the URLs in the menu must not include the context root `mysite`. Using an absolute URL will overide the BaseURL. If the `URL` is `http://subdomain.example.com/`, the output will be `http://subdomain.example.com`. ## Nesting