diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:37:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:37:00 -0400 |
commit | b50fc63208ea491895d37b442a7701fad3f72edd (patch) | |
tree | 76b8e05b26dc6f820c480af7b4f9fd36dab895a1 | |
parent | ad7f5febf399b24b135cbcd65e1927b3eb5a951a (diff) | |
download | ikiwiki-b50fc63208ea491895d37b442a7701fad3f72edd.tar ikiwiki-b50fc63208ea491895d37b442a7701fad3f72edd.tar.gz |
fix link
-rw-r--r-- | doc/plugins/creole.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn index 4b0adb4f1..c6491f754 100644 --- a/doc/plugins/creole.mdwn +++ b/doc/plugins/creole.mdwn @@ -12,5 +12,5 @@ wiki markup formats, so should be fairly easy to guess at. There is also a [CheatSheet](http://www.wikicreole.org/wiki/CheatSheet). Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and -[[ikiwiki/directives]] inside `{{{ }}}` blocks are still expanded, +[[directives|ikiwiki/directive]] inside `{{{ }}}` blocks are still expanded, since this happens before the creole format is processed. |