From: Nicolas Lœuillet Date: Tue, 2 May 2017 13:46:45 +0000 (+0200) Subject: Merge pull request #3072 from wallabag/hotfix/3061 X-Git-Tag: 2.2.3~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a7c8f5457014f5dd6370323e9aad61d0d08848ee;hp=9579003045970d4feed9de955fe939d4f02fe439;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3072 from wallabag/hotfix/3061 Small typo in documentation fix #3061 --- 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 - [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. - Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**). -- Update the URL shortener (used on `wllbg.org` to generate links like `http://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) +- Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) - Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date) - Update Dockerfile https://github.com/wallabag/docker (and create a new tag) - 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: .. code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package Du findest den `aktuellen MD5-Hash auf unserer Webseite `_. 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: .. code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package You will find the `md5 hash of the latest package on our website `_. 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 : .. code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package Vous trouverez `le hash md5 du dernier package sur notre site `_. 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: .. code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito `_. 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: . code-block:: bash - wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package + wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package Troverete il `hash md5 dell'ultima versione del pacchetto sul nostro sito `_.