aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-27 14:46:21 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-27 14:46:21 +0200
commit37da178696c2f23b8a3b85f10e3c885ecf425173 (patch)
treed7a10ac00b3dab83975b4f6f3d409ac2aa403d53 /docs/en
parent069d39dfaffdc99db44d578250cd366b1af69fd6 (diff)
downloadwallabag-37da178696c2f23b8a3b85f10e3c885ecf425173.tar.gz
wallabag-37da178696c2f23b8a3b85f10e3c885ecf425173.tar.zst
wallabag-37da178696c2f23b8a3b85f10e3c885ecf425173.zip
Added the whole path to parameters.yml file
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/developer/rabbitmq.rst2
-rw-r--r--docs/en/developer/redis.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/developer/rabbitmq.rst b/docs/en/developer/rabbitmq.rst
index 673228e9..7ee8a5ce 100644
--- a/docs/en/developer/rabbitmq.rst
+++ b/docs/en/developer/rabbitmq.rst
@@ -37,7 +37,7 @@ Stop RabbitMQ
37Configure RabbitMQ in wallabag 37Configure RabbitMQ in wallabag
38------------------------------ 38------------------------------
39 39
40Edit your ``parameters.yml`` file to edit RabbitMQ configuration. The default one should be ok: 40Edit your ``app/config/parameters.yml`` file to edit RabbitMQ configuration. The default one should be ok:
41 41
42.. code:: yaml 42.. code:: yaml
43 43
diff --git a/docs/en/developer/redis.rst b/docs/en/developer/redis.rst
index 2e2bbbea..ea084e66 100644
--- a/docs/en/developer/redis.rst
+++ b/docs/en/developer/redis.rst
@@ -28,7 +28,7 @@ The server might be already running after installing, if not you can launch it u
28Configure Redis in wallabag 28Configure Redis in wallabag
29--------------------------- 29---------------------------
30 30
31Edit your ``parameters.yml`` file to edit Redis configuration. The default one should be ok: 31Edit your ``app/config/parameters.yml`` file to edit Redis configuration. The default one should be ok:
32 32
33.. code:: yaml 33.. code:: yaml
34 34