ref: 8e1bcea82f00e32b98175d4c7b09b40eddcdb06c
parent: b6635e1bafecb0a0f203c9ac9672c99ef1a6fa71
author: sethmacleod <sethmacleod@gmail.com>
date: Mon Aug 29 21:26:21 EDT 2016
docs: Update documentation for URLs Using absolute URLs overrides relative URL behavior. This should be explicit in the docs.
--- a/docs/content/extras/menus.md
+++ b/docs/content/extras/menus.md
@@ -125,7 +125,7 @@
---
-**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
--
⑨