diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:25:52 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:25:52 -0500 |
commit | ecf2408bf64de1aee3bb8b79f6e28c14b52cf1c4 (patch) | |
tree | 7ea0568de597fd36361da546403df193ff9740e9 /doc/tips | |
parent | 276798fbca4409b91c0cad99b45cb334cbb49129 (diff) | |
download | ikiwiki-ecf2408bf64de1aee3bb8b79f6e28c14b52cf1c4.tar ikiwiki-ecf2408bf64de1aee3bb8b79f6e28c14b52cf1c4.tar.gz |
fix a few directives using the old syntax
I'm turning on prefix_directives for the live wiki now.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/inside_dot_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/inside_dot_ikiwiki.mdwn b/doc/tips/inside_dot_ikiwiki.mdwn index 1f76ce4bd..b81ffae8d 100644 --- a/doc/tips/inside_dot_ikiwiki.mdwn +++ b/doc/tips/inside_dot_ikiwiki.mdwn @@ -66,7 +66,7 @@ to do it rarely, and the data I've wanted has been different each time. ## the session database -`.ikiwiki/sessions.db` is the session database. See the [[cpan CGI::Session]] +`.ikiwiki/sessions.db` is the session database. See the [[!cpan CGI::Session]] documentation for more details. ## lockfiles |