Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8b88b78

Browse files
committed
Fixed config path for routing auto.
1 parent 20d954b commit 8b88b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/auto-routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Now you will need to include this configuration:
192192

193193
.. code-block:: yaml
194194
195-
# src/Acme/BasicCmsBundle/Resources/config/config.yml
195+
# app/config/config.yml
196196
imports:
197197
- { resource: routing_auto.yml }
198198

0 commit comments

Comments
 (0)