aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/upgrade.rst
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/en/user/upgrade.rst
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/en/user/upgrade.rst')
-rw-r--r--docs/en/user/upgrade.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst
index 544d57eb..e6e4c165 100644
--- a/docs/en/user/upgrade.rst
+++ b/docs/en/user/upgrade.rst
@@ -36,7 +36,7 @@ Download the 2.1.1 release of wallabag:
36 36
37.. code-block:: bash 37.. code-block:: bash
38 38
39 wget http://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz 39 wget https://framabag.org/wallabag-release-2.1.1.tar.gz && tar xvf wallabag-release-2.1.1.tar.gz
40 40
41(md5 hash of the 2.1.1 package: ``9584a3b60a2b2a4de87f536548caac93``) 41(md5 hash of the 2.1.1 package: ``9584a3b60a2b2a4de87f536548caac93``)
42 42
@@ -81,7 +81,7 @@ Download the last release of wallabag:
81 81
82.. code-block:: bash 82.. code-block:: bash
83 83
84 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 84 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
85 85
86You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. 86You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
87 87