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 @@ -2225,8 +2225,11 @@ It will help you understand and hopefully fixing unexpected behavior in your app
2225
2225
Generating URLs
2226
2226
---------------
2227
2227
2228
- Routing systems are bidirectional: 1) they associate URLs with controllers (as
2229
- explained in the previous sections); 2) they generate URLs for a given route.
2228
+ Routing systems are bidirectional:
2229
+
2230
+ 1. they associate URLs with controllers (as explained in the previous sections);
2231
+ 2. they generate URLs for a given route.
2232
+
2230
2233
Generating URLs from routes allows you to not write the ``<a href="..."> ``
2231
2234
values manually in your HTML templates. Also, if the URL of some route changes,
2232
2235
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