diff options
author | PaulePanter <PaulePanter@web> | 2010-09-02 14:09:55 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-03-09 18:24:37 +0100 |
commit | 63c335fc1df0552a43a8712792ee6bf3951906ac (patch) | |
tree | 827db71d3e7f1402e9d1cdecbcd60465d504b38d | |
parent | 4def48d68cc32cbc9c130111df380ea2ee9ede70 (diff) |
Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google (noted by using DuckDuckGo.com which is directing there)
(cherry picked from commit 704038db298c0f3a8039dcfe8d3a801c26fadf15)
Conflicts:
shortcuts.mdwn
-rw-r--r-- | shortcuts.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shortcuts.mdwn b/shortcuts.mdwn index acac0eac..3f6e9547 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -11,13 +11,13 @@ Some examples of using shortcuts include: This page controls what shortcut links the wiki supports. -* [[!shortcut name=google url="http://www.google.com/search?q=%s"]] +* [[!shortcut name=google url="https://encrypted.google.com/search?q=%s"]] * [[!shortcut name=archive url="http://web.archive.org/*/%S"]] * [[!shortcut name=gmap url="http://maps.google.com/maps?q=%s"]] * [[!shortcut name=gmsg url="http://groups.google.com/groups?selm=%s"]] -* [[!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=wikipedia url="https://secure.wikimedia.org/wikipedia/en/wiki/%S"]] +* [[!shortcut name=wikitravel url="https://wikitravel.org/en/%s"]] +* [[!shortcut name=wiktionary url="https://secure.wikimedia.org/wiktionary/en/wiki/%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"]] |