diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-21 13:55:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-21 13:55:09 +0000 |
commit | 95396fc3e1d5dc083dc88d43dd2dfce8facf16d4 (patch) | |
tree | 1c06d861b0f4f85ba3745f70409e360063e85556 /doc/shortcuts.mdwn | |
parent | 4443ae2a4b8cc09a2224ad5d2c7d07a201e9c1b5 (diff) | |
download | ikiwiki-95396fc3e1d5dc083dc88d43dd2dfce8facf16d4.tar ikiwiki-95396fc3e1d5dc083dc88d43dd2dfce8facf16d4.tar.gz |
web commit by JoshTriplett: Fix URL.
Diffstat (limited to 'doc/shortcuts.mdwn')
-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 b224c7d12..c5b3336bc 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -5,7 +5,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=debbug url="http://bugs.debian.org/%s" desc="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=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=1234" desc="freedesktop.org bug #%s"]] +* [[shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]] * [[shortcut name=cpan url="http://search.cpan.org/search?mode=dist&query=%s"]] To add a new shortcut, use the "shortcut" preprocessor directive. "%s" is |