aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user/installation.rst
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-12-19 10:29:18 +0100
committerGitHub <noreply@github.com>2016-12-19 10:29:18 +0100
commit68cb89a5161351dd730871fc834bf147204a2a07 (patch)
tree61b0dd392646b1bad18e3936bfdb8576fd4549a9 /docs/fr/user/installation.rst
parent77e342f75d9c8da453a077bb826e722768389dcd (diff)
parent7c05d59153cb89d5a714f1c8dfb8862d9c4f89d1 (diff)
downloadwallabag-68cb89a5161351dd730871fc834bf147204a2a07.tar.gz
wallabag-68cb89a5161351dd730871fc834bf147204a2a07.tar.zst
wallabag-68cb89a5161351dd730871fc834bf147204a2a07.zip
Merge pull request #2616 from mathieui/doc-https-links
Change documentation links to HTTPS
Diffstat (limited to 'docs/fr/user/installation.rst')
-rw-r--r--docs/fr/user/installation.rst4
1 files changed, 2 insertions, 2 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