diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
commit | 0db356ea482b3045f4d49b5c7953791bf18573a3 (patch) | |
tree | d083419e0fb7f974b4111a5fcd44174d1d221556 /shortcuts.mdwn | |
parent | 9553439d7562aad9c3b58a83fc7c0059fc29422a (diff) | |
download | web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.gz web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.bz2 web-0db356ea482b3045f4d49b5c7953791bf18573a3.zip |
Fix git.savannah.gnu.org urls into https
Diffstat (limited to 'shortcuts.mdwn')
-rw-r--r-- | shortcuts.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shortcuts.mdwn b/shortcuts.mdwn index 85d4d386..5de19e8c 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -97,11 +97,11 @@ ikiwiki will include your shortcut in the standard underlay. ## Savannah * [[!shortcut name=GNU_Savannah_Git_hurd_gnumach - url="http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=%s" + url="https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=%s" desc="hurd/gnumach.git commit %s"]] * [[!shortcut name=GNU_Savannah_Git_hurd_hurd - url="http://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=%s" + url="https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=%s" desc="hurd/hurd.git commit %s"]] |