aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/errors_during_fetching.rst4
-rw-r--r--docs/en/user/installation.rst5
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/en/user/errors_during_fetching.rst b/docs/en/user/errors_during_fetching.rst
index d3efc848..da6ee745 100644
--- a/docs/en/user/errors_during_fetching.rst
+++ b/docs/en/user/errors_during_fetching.rst
@@ -12,9 +12,9 @@ There may be several reasons:
12How can I help to fix that? 12How can I help to fix that?
13--------------------------- 13---------------------------
14 14
15- `by sending us an email with the article's URL <mailto:hello@wallabag.org>`_ 15- `by sending us an email with the article's URL <mailto:hello\@wallabag.org>`_
16- by trying to fix this article by yourself :) by creating a file for the article. 16- by trying to fix this article by yourself :) by creating a file for the article.
17 You can use this tool http://siteconfig.fivefilters.org/. 17 You can use `this tool <http://siteconfig.fivefilters.org/>`__.
18 18
19How can I try to re-fetch this article? 19How can I try to re-fetch this article?
20--------------------------------------- 20---------------------------------------
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--------------------