From 7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 20 Nov 2016 14:51:14 +0100 Subject: Change documentation links to HTTPS Even though all the websites used in the commands redirect http to https, a man in the middle can happen with the initial request, leading to arbitrary code execution. --- docs/fr/user/upgrade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/fr/user/upgrade.rst') diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst index c3d33904..9aaa7782 100644 --- a/docs/fr/user/upgrade.rst +++ b/docs/fr/user/upgrade.rst @@ -35,7 +35,7 @@ Téléchargez la version 2.1.1 de wallabag : .. code-block:: bash - wget http://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz + wget https://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz (hash md5 de l'archive 2.1.1 : ``9584a3b60a2b2a4de87f536548caac93``) @@ -80,7 +80,7 @@ Téléchargez la dernière version de wallabag : .. code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package Vous trouverez `le hash md5 du dernier package sur notre site `_. -- cgit v1.2.3