diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 13:35:47 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 13:35:47 -0400 |
commit | 6e6e37b4fc682a7df79d383cb01437738831cd1b (patch) | |
tree | 4f8e71ddfe5707f051a81fb5e21efb52aaa39e65 | |
parent | 3bbbe4b9df2c77fe55a017c79d1d0d6a96692400 (diff) |
remove wikilink to ikiwiki/directive/shortcut
This is a broken link if ikiwiki is configured w/o
the listdirectives plugin. Since the value of the
link to the directive docs is fairly low (there are
a bunch of examples of it right on the page
you put it on), it seems simplest to just remove the link.
-rw-r--r-- | doc/shortcuts.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index c352f2452..14cd5ff2b 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -60,7 +60,7 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=man url="http://linux.die.net/man/%s"]] * [[!shortcut name=ohloh url="http://www.ohloh.net/projects/%s"]] -To add a new shortcut, use the [[`shortcut`|ikiwiki/directive/shortcut]] +To add a new shortcut, use the `shortcut` [[ikiwiki/directive]]. In the url, "%s" is replaced with the text passed to the named shortcut, after url-encoding it, and '%S' is replaced with the raw, non-encoded text. The optional `desc` parameter |