diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 15:32:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 15:32:39 +0000 |
commit | a2455d032e502cb2b41db16d0f2e97b1c7a85199 (patch) | |
tree | bbad84080ed7ee3fc009c0f7d6b680db9fcc96d8 /doc | |
parent | b0e033ac6853d28fbc92eae9ba21f4a51435f72b (diff) |
web commit by tuomov: Absolute urls
Diffstat (limited to 'doc')
-rw-r--r-- | doc/patchqueue/index.html_allowed.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/patchqueue/index.html_allowed.mdwn b/doc/patchqueue/index.html_allowed.mdwn index 2d7d41902..bd8c66738 100644 --- a/doc/patchqueue/index.html_allowed.mdwn +++ b/doc/patchqueue/index.html_allowed.mdwn @@ -341,6 +341,10 @@ I'll attach an updated and modified version below. --[[Joey]] >>>> Or it could use urlto("index", $page) instead. --[[Joey]] + >>>>> That is, however, a relative URL, and maybe an absolute one + >>>>> is wanted. Perhaps `urlto($targetpage)` should return the + >>>>> absolute version --[[tuomov]] + * > and something else in the > aggregate plugin (above), that I also think isn't what's wanted: > aren't `foo.html` pages also "rendered", so that they get moved as `foo/index.html`? |