diff options
author | PaulePanter <PaulePanter@web> | 2010-09-02 14:09:55 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-02 14:09:55 +0000 |
commit | 704038db298c0f3a8039dcfe8d3a801c26fadf15 (patch) | |
tree | 904223ebd89e5fe1ebfc4d9a95420a0c80f239cb /doc | |
parent | 2a1077f8869ca65b49e09d99a76b595d90b28499 (diff) | |
download | ikiwiki-704038db298c0f3a8039dcfe8d3a801c26fadf15.tar ikiwiki-704038db298c0f3a8039dcfe8d3a801c26fadf15.tar.gz |
Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google (noted by using DuckDuckGo.com which is directing there)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 54dd0fdb1..cafe3f573 100644 --- a/doc/shortcuts.mdwn +++ b/doc/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"]] |