From: joey Date: Tue, 17 Jul 2007 20:09:16 +0000 (+0000) Subject: improve urlto docs X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/18d1066e4c5731d2357b958eab35e87f6e5d4b2f?ds=sidebyside improve urlto docs --- diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8f0a99acb..870b3c451 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -422,7 +422,9 @@ This is the standard gettext function, although slightly optimised. #### `urlto($$)` -Construct a relative url to the first parameter from the second. +Construct a relative url to the first parameter from the page named by the +second. The first parameter can be either a page name, or some other +destination file, as registered by `will_render`. #### `targetpage($$)`