diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2011-10-11 10:40:09 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-11 10:40:09 -0400 |
commit | 2c8ca894d6b773db2c7c278cfc4dd62ff54cdc43 (patch) | |
tree | b12847370bacccedbed477735cc6236b30e07a45 /doc | |
parent | 557b87852122422539e280c4856d0df5d0b471a6 (diff) | |
download | ikiwiki-2c8ca894d6b773db2c7c278cfc4dd62ff54cdc43.tar ikiwiki-2c8ca894d6b773db2c7c278cfc4dd62ff54cdc43.tar.gz |
wikipedia now supports ssl properly and the URLs changed accordingly
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index f957fc2ba..d81ec98fc 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -15,9 +15,9 @@ This page controls what shortcut links the wiki supports. * [[!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="https://secure.wikimedia.org/wikipedia/en/wiki/%s"]] +* [[!shortcut name=wikipedia url="https://en.wikimedia.org/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=wiktionary url="https://en.wiktionary.org/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"]] |