File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2565,8 +2565,11 @@ It will help you understand and hopefully fixing unexpected behavior in your app
2565
2565
Generating URLs
2566
2566
---------------
2567
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.
2568
+ Routing systems are bidirectional:
2569
+
2570
+ 1. they associate URLs with controllers (as explained in the previous sections);
2571
+ 2. they generate URLs for a given route.
2572
+
2570
2573
Generating URLs from routes allows you to not write the ``<a href="..."> ``
2571
2574
values manually in your HTML templates. Also, if the URL of some route changes,
2572
2575
you only have to update the route configuration and all links will be updated.
You can’t perform that action at this time.
0 commit comments