]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/shortcuts.mdwn
convert add_depends to use influences
[git.ikiwiki.info.git] / doc / shortcuts.mdwn
index d9c2e1937479ee3fba1b21a6b07a4157b0805cb1..ad3f2a8903eeb649dc3b2322c4a9706c4e986606 100644 (file)
@@ -18,7 +18,7 @@ This page controls what shortcut links the wiki supports.
 * [[!shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]]
 * [[!shortcut name=wikitravel url="http://wikitravel.org/en/%s"]]
 * [[!shortcut name=wiktionary url="http://en.wiktionary.org/wiki/%s"]]
-* [[!shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]]
+* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="Debian bug #%s"]]
 * [[!shortcut name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]]
 * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]]
 * [[!shortcut name=debpkgsid url="http://packages.debian.org/sid/%s"]]
@@ -62,7 +62,7 @@ This page controls what shortcut links the wiki supports.
 
 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 [[!wikipedia url-encoding]]
+text passed to the named shortcut, after [[!wikipedia url_encoding]]
 it, and '%S' is replaced with the raw, non-encoded text. The optional
 `desc` parameter controls the description of the link.