aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxime Marinel <m.marinel@motoblouz.com>2017-05-02 11:51:23 +0200
committerMaxime Marinel <m.marinel@motoblouz.com>2017-05-02 11:51:23 +0200
commit0f26c285d4df77ada4b94e5f0e8a350d8e791f8d (patch)
tree6ef36b648841a23556dc2d9c445aa0de7958e24a
parent9579003045970d4feed9de955fe939d4f02fe439 (diff)
downloadwallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.tar.gz
wallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.tar.zst
wallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.zip
Small typo in documentation fix #3061
-rw-r--r--RELEASE_PROCESS.md2
-rw-r--r--docs/de/user/upgrade.rst2
-rw-r--r--docs/en/user/upgrade.rst2
-rw-r--r--docs/fr/user/upgrade.rst2
-rw-r--r--docs/it/user/installation.rst2
-rw-r--r--docs/it/user/upgrade.rst2
6 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md
index 51b9c4d0..465200eb 100644
--- a/RELEASE_PROCESS.md
+++ b/RELEASE_PROCESS.md
@@ -47,7 +47,7 @@ make release master /tmp wllbg-release prod
47 47
48- [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. 48- [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package.
49- Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**). 49- Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**).
50- Update the URL shortener (used on `wllbg.org` to generate links like `http://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) 50- Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`)
51- Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date) 51- Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date)
52- Update Dockerfile https://github.com/wallabag/docker (and create a new tag) 52- Update Dockerfile https://github.com/wallabag/docker (and create a new tag)
53- Update wallabag.org website (downloads, releases and new blog post) 53- Update wallabag.org website (downloads, releases and new blog post)
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst
index b9de6480..76faa4e2 100644
--- a/docs/de/user/upgrade.rst
+++ b/docs/de/user/upgrade.rst
@@ -61,7 +61,7 @@ Lade das letzte Release von wallabag herunter:
61 61
62.. code-block:: bash 62.. code-block:: bash
63 63
64 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 64 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
65 65
66Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://www.wallabag.org/pages/download-wallabag.html>`_. 66Du findest den `aktuellen MD5-Hash auf unserer Webseite <https://www.wallabag.org/pages/download-wallabag.html>`_.
67 67
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst
index b4635075..46b490c3 100644
--- a/docs/en/user/upgrade.rst
+++ b/docs/en/user/upgrade.rst
@@ -65,7 +65,7 @@ Download the last release of wallabag:
65 65
66.. code-block:: bash 66.. code-block:: bash
67 67
68 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 68 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
69 69
70You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. 70You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
71 71
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst
index 4e77e9f1..af97ebb2 100644
--- a/docs/fr/user/upgrade.rst
+++ b/docs/fr/user/upgrade.rst
@@ -61,7 +61,7 @@ Téléchargez la dernière version de wallabag :
61 61
62.. code-block:: bash 62.. code-block:: bash
63 63
64 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 64 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
65 65
66Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_. 66Vous trouverez `le hash md5 du dernier package sur notre site <https://www.wallabag.org/pages/download-wallabag.html>`_.
67 67
diff --git a/docs/it/user/installation.rst b/docs/it/user/installation.rst
index a79a31d3..95d781e6 100644
--- a/docs/it/user/installation.rst
+++ b/docs/it/user/installation.rst
@@ -86,7 +86,7 @@ Eseguite questo comando per scaricare ed estrarre il pacchetto piú aggiornato:
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
91Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_. 91Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_.
92 92
diff --git a/docs/it/user/upgrade.rst b/docs/it/user/upgrade.rst
index 86122223..e1c3f041 100644
--- a/docs/it/user/upgrade.rst
+++ b/docs/it/user/upgrade.rst
@@ -78,7 +78,7 @@ Scaricate l'ultima versione di wallabag:
78 78
79. code-block:: bash 79. code-block:: bash
80 80
81 wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package 81 wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
82 82
83Troverete il `hash md5 dell'ultima versione del pacchetto sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_. 83Troverete il `hash md5 dell'ultima versione del pacchetto sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_.
84 84