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 19dcac3Copy full SHA for 19dcac3
routing.rst
@@ -2565,8 +2565,11 @@ 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:
+
2570
+1. they associate URLs with controllers (as explained in the previous sections);
2571
+2. they generate URLs for a given route.
2572
2573
Generating URLs from routes allows you to not write the ``<a href="...">``
2574
values manually in your HTML templates. Also, if the URL of some route changes,
2575
you only have to update the route configuration and all links will be updated.
0 commit comments