]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Fix broken link in basewiki
authorSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 13:48:07 +0000 (13:48 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 1 Dec 2018 13:56:34 +0000 (13:56 +0000)
Links from pages in the basewiki (which is also a subset of ikiwiki's
own wiki) to pages on ikiwiki's own wiki have to use [[!iki]] so that
they will not become broken links when the page in question is copied
into other installations.

Detected by ./t/basewiki_brokenlinks.t.

Signed-off-by: Simon McVittie <smcv@debian.org>
doc/ikiwiki/directive/meta.mdwn

index 89a32946acef998b8674c936e8440bf36bdb1c13..777712f32eaaaad50be28a02ba635c669b9c0b1c 100644 (file)
@@ -77,7 +77,8 @@ a quote in the text by writing `&quot;` and so on.
 
   Specifies the creation date of the page. This creates a 
   `<meta name="date" content="...">` header in the HTML output, but also
-  modifies the internal `ctime` in the [[internal index|tips/inside_dot_ikiwiki/]].
+  modifies the internal `ctime` in the
+  [[!iki tips/inside_dot_ikiwiki desc="internal index"]].
   The date can be entered in nearly any format, since it's parsed by
   [[!cpan TimeDate]] but invalid dates yield an error in 3.20180321
   or later.