aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-03 15:54:56 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-03 15:54:56 +0200
commit56f9a60f49af8e23d56bdbe0b65dd629226af25a (patch)
tree496c02e1b0c7ccd8fb1e555ebfa2bd00315047e1 /docs/en/user/installation.rst
parent9c09c253fea8d618f1be110677a1a9c76e3afdcd (diff)
downloadwallabag-56f9a60f49af8e23d56bdbe0b65dd629226af25a.tar.gz
wallabag-56f9a60f49af8e23d56bdbe0b65dd629226af25a.tar.zst
wallabag-56f9a60f49af8e23d56bdbe0b65dd629226af25a.zip
Fixed old links in documentation
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 81c563f0..f1146b49 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -87,7 +87,7 @@ Execute this command to download and extract the latest package:
87 87
88 wget https://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://static.wallabag.org/releases/>`_.
91 91
92Now, read the following documentation to create your virtual host, then access your wallabag. 92Now, read the following documentation to create your virtual host, then access your wallabag.
93If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. 93If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``.