Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430eabf

Browse files
committed
minor #4298 Book HTTP Fundamentals routing example fixed with routing.xml file (peterkokot)
This PR was merged into the 2.3 branch. Discussion ---------- Book HTTP Fundamentals routing example fixed with routing.xml file Commits ------- 8c05dab routing example fixed with routing.xml file
2 parents 061324f + 8c05dab commit 430eabf

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)