aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
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
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')
-rw-r--r--docs/de/user/installation.rst4
-rw-r--r--docs/de/user/upgrade.rst4
-rw-r--r--docs/en/user/installation.rst4
-rw-r--r--docs/en/user/upgrade.rst4
-rw-r--r--docs/fr/user/installation.rst4
-rw-r--r--docs/fr/user/upgrade.rst4
6 files changed, 12 insertions, 12 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index 131aa1f8..cec62d18 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -16,7 +16,7 @@ Composer installieren:
16 16
17:: 17::
18 18
19 curl -s http://getcomposer.org/installer | php 19 curl -s https://getcomposer.org/installer | php
20 20
21Du kannst eine spezifische Anleitung `hier <https://getcomposer.org/doc/00-intro.md>`__ finden. 21Du kannst eine spezifische Anleitung `hier <https://getcomposer.org/doc/00-intro.md>`__ finden.
22 22
@@ -86,7 +86,7 @@ Führe dieses Kommando aus, um das neueste Paket herunterzuladen und zu entpacke
86 86
87.. code-block:: bash 87.. code-block:: bash
88 88
89 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 89 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
90 90
91Du findest die `md5 Hashsumme des neuesten Pakets auf unserer Website <https://www.wallabag.org/pages/download-wallabag.html>`_. 91Du findest die `md5 Hashsumme des neuesten Pakets auf unserer Website <https://www.wallabag.org/pages/download-wallabag.html>`_.
92 92
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst
index ad020dd8..fbbf29f4 100644
--- a/docs/de/user/upgrade.rst
+++ b/docs/de/user/upgrade.rst
@@ -36,7 +36,7 @@ Lade das 2.1.1-Release von wallabag herunter:
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 @@ Lade das letzte Release von wallabag herunter:
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
86Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://www.wallabag.org/pages/download-wallabag.html>`_. 86Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://www.wallabag.org/pages/download-wallabag.html>`_.
87 87
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 77ef60a8..7d3bcf61 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -16,7 +16,7 @@ Install 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
21You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__. 21You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__.
22 22
@@ -85,7 +85,7 @@ Execute this command to download and extract the latest package:
85 85
86.. code-block:: bash 86.. code-block:: bash
87 87
88 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 88 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
89 89
90You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. 90You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
91 91
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
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