Skip to content

Commit 4ea0c6e

Browse files
committed
minor #17541 [Routing] Fix link text (HypeMC)
This PR was merged into the 5.4 branch. Discussion ---------- [Routing] Fix link text Introduced in #17521 . [![image](https://user-images.githubusercontent.com/2445045/206602923-733369ea-3e69-4084-815b-26d8a2583d6f.png)](https://symfony.com/doc/5.4/routing.html#creating-routes-in-yaml-xml-or-php-files) Commits ------- 4addacd [Routing] Fix link text
2 parents 7f419cb + 4addacd commit 4ea0c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ the ``BlogController``:
187187

188188
By default Symfony only loads the routes defined in YAML format. If you
189189
define routes in XML and/or PHP formats, you need to
190-
:ref:`update the ``src/Kernel.php`` file <configuration-formats>`.
190+
:ref:`update the src/Kernel.php file <configuration-formats>`.
191191

192192
.. _routing-matching-http-methods:
193193

0 commit comments

Comments
 (0)