diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-02 15:46:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 15:46:45 +0200 |
commit | a7c8f5457014f5dd6370323e9aad61d0d08848ee (patch) | |
tree | 6ef36b648841a23556dc2d9c445aa0de7958e24a /docs/en | |
parent | 9579003045970d4feed9de955fe939d4f02fe439 (diff) | |
parent | 0f26c285d4df77ada4b94e5f0e8a350d8e791f8d (diff) | |
download | wallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.tar.gz wallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.tar.zst wallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.zip |
Merge pull request #3072 from wallabag/hotfix/3061
Small typo in documentation fix #3061
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/upgrade.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
70 | You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. | 70 | You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_. |
71 | 71 | ||