aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-12-01 13:48:07 +0000
committerSimon McVittie <smcv@debian.org>2018-12-01 13:56:34 +0000
commit6e52d0a7eecfd9f0c9486e0e86294038c36d595a (patch)
treed81a2d62ae68b78393da53daf6faa24ea96c0ee7 /doc/ikiwiki
parent2bdf01279a7d1c1f4381c403b254915a9075b98c (diff)
downloadikiwiki-6e52d0a7eecfd9f0c9486e0e86294038c36d595a.tar
ikiwiki-6e52d0a7eecfd9f0c9486e0e86294038c36d595a.tar.gz
Fix broken link in basewiki
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>
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/meta.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/meta.mdwn b/doc/ikiwiki/directive/meta.mdwn
index 89a32946a..777712f32 100644
--- a/doc/ikiwiki/directive/meta.mdwn
+++ b/doc/ikiwiki/directive/meta.mdwn
@@ -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.