aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-12 10:45:25 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-04-12 10:51:46 +0200
commit8846ad0a904ebad3b3e766f93c57a4bfd47b18dd (patch)
tree716a38c339ef49968aade41185f803355898cde2 /docs/en/user/installation.rst
parent41e79f97924ca0fe19d4269dbdf94502aa387abb (diff)
downloadwallabag-8846ad0a904ebad3b3e766f93c57a4bfd47b18dd.tar.gz
wallabag-8846ad0a904ebad3b3e766f93c57a4bfd47b18dd.tar.zst
wallabag-8846ad0a904ebad3b3e766f93c57a4bfd47b18dd.zip
Fix doc links
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 2c6b0331..216a8607 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -42,7 +42,7 @@ Install Composer:
42 42
43 curl -s http://getcomposer.org/installer | php 43 curl -s http://getcomposer.org/installer | php
44 44
45You can find specific instructions here : __ https://getcomposer.org/doc/00-intro.md 45You can find specific instructions `here <https://getcomposer.org/doc/00-intro.md>`__:
46 46
47To install wallabag itself, you must run these two commands: 47To install wallabag itself, you must run these two commands:
48 48
@@ -64,8 +64,7 @@ And access wallabag at http://yourserverip:8000
64 64
65.. note:: 65.. note::
66 66
67 To define parameters with environment variables, you have to set these variables with ``SYMFONY__`` prefix. For example, ``SYMFONY__DATABASE_DRIVER``. You can have a look to the `Symfony documentation 67 To define parameters with environment variables, you have to set these variables with ``SYMFONY__`` prefix. For example, ``SYMFONY__DATABASE_DRIVER``. You can have a look to the `Symfony documentation <http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
68<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
69 68
70Installing on Apache 69Installing on Apache
71-------------------- 70--------------------