aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-11-20 14:51:14 +0100
committermathieui <mathieui@mathieui.net>2016-11-20 14:51:14 +0100
commit7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1 (patch)
tree0eb1c4dc313b21cadca955b30525abb35d3b8ff2 /docs/fr
parentcb1a6590c0e58c56d0612066501b3a586b103ed5 (diff)
downloadwallabag-7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1.tar.gz
wallabag-7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1.tar.zst
wallabag-7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1.zip
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.
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/user/installation.rst4
-rw-r--r--docs/fr/user/upgrade.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index f6afcda6..9ef5ee98 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -16,7 +16,7 @@ Installation de Composer :
16 16
17:: 17::
18 18
19 curl -s http://getcomposer.org/installer | php 19 curl -s https://getcomposer.org/installer | php
20 20
21Vous pouvez trouver des instructions spécifiques `ici (en anglais) <https://getcomposer.org/doc/00-intro.md>`__. 21Vous pouvez trouver des instructions spécifiques `ici (en anglais) <https://getcomposer.org/doc/00-intro.md>`__.
22 22
@@ -82,7 +82,7 @@ Exécutez cette commande pour télécharger et décompresser l'archive :
82 82
83.. code-block:: bash 83.. code-block:: bash
84 84
85 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 85 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
86 86
87Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_. 87Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_.
88 88
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 :
35 35
36.. code-block:: bash 36.. code-block:: bash
37 37
38 wget http://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz 38 wget https://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz
39 39
40(hash md5 de l'archive 2.1.1 : ``9584a3b60a2b2a4de87f536548caac93``) 40(hash md5 de l'archive 2.1.1 : ``9584a3b60a2b2a4de87f536548caac93``)
41 41
@@ -80,7 +80,7 @@ Téléchargez la dernière version de wallabag :
80 80
81.. code-block:: bash 81.. code-block:: bash
82 82
83 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 83 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
84 84
85Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_. 85Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_.
86 86