]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Don't URL-encode links to Debian wiki pages
authorSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 18:23:36 +0000 (19:23 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 18:23:36 +0000 (19:23 +0100)
doc/bugs/debwiki_shortcut_creates_buggy_URLs_to_subpages.mdwn
doc/shortcuts.mdwn

index c068c4aa18d6d632dd0e4b4a6c21651e101247aa..f83f960ce08e6d6ba6b1b6002f418386e6a93607 100644 (file)
@@ -1,3 +1,5 @@
 E.g. [[!debwiki Derivatives/Guidelines]].
 
 Maybe we should use `%S` instead of `%s` in the shortcut definition?
+
+> seems reasonable, [[done]] --[[smcv]]
index 753bdb98fafa6304a3684d6962a7f8691823485a..ca529c296b64e9eb34f884c5a1595365ea41cca6 100644 (file)
@@ -27,7 +27,7 @@ This page controls what shortcut links the wiki supports.
 * [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]]
 * [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]]
   * Usage: `\[[!debss package]]` or `\[[!debss package/version]]`.  See <http://snapshot.debian.org/> for details.
-* [[!shortcut name=debwiki url="https://wiki.debian.org/%s"]]
+* [[!shortcut name=debwiki url="https://wiki.debian.org/%S"]]
 * [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]
 * [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
 * [[!shortcut name=gnomebug url="https://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]]