Skip to content

Commit fb41d49

Browse files
Update routing.rst
1 parent dcc5087 commit fb41d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,8 +2566,10 @@ Generating URLs
25662566
---------------
25672567

25682568
Routing systems are bidirectional:
2569+
25692570
1. they associate URLs with controllers (as explained in the previous sections);
25702571
2. they generate URLs for a given route.
2572+
25712573
Generating URLs from routes allows you to not write the ``<a href="...">``
25722574
values manually in your HTML templates. Also, if the URL of some route changes,
25732575
you only have to update the route configuration and all links will be updated.

0 commit comments

Comments
 (0)