We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea925f commit dcc5087Copy full SHA for dcc5087
routing.rst
@@ -2565,8 +2565,9 @@ It will help you understand and hopefully fixing unexpected behavior in your app
2565
Generating URLs
2566
---------------
2567
2568
-Routing systems are bidirectional: 1) they associate URLs with controllers (as
2569
-explained in the previous sections); 2) they generate URLs for a given route.
+Routing systems are bidirectional:
+1. they associate URLs with controllers (as explained in the previous sections);
2570
+2. they generate URLs for a given route.
2571
Generating URLs from routes allows you to not write the ``<a href="...">``
2572
values manually in your HTML templates. Also, if the URL of some route changes,
2573
you only have to update the route configuration and all links will be updated.
0 commit comments