Skip to content

Commit 8c05dab

Browse files
committed
routing example fixed with routing.xml file
1 parent 061324f commit 8c05dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
431431
432432
.. code-block:: xml
433433
434-
<!-- app/config/config.xml -->
434+
<!-- app/config/routing.xml -->
435435
<?xml version="1.0" encoding="UTF-8" ?>
436436
<routes xmlns="http://symfony.com/schema/routing"
437437
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)