Skip to content

Commit dcc5087

Browse files
1 parent aea925f commit dcc5087

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

routing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,8 +2565,9 @@ It will help you understand and hopefully fixing unexpected behavior in your app
25652565
Generating URLs
25662566
---------------
25672567

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+
1. they associate URLs with controllers (as explained in the previous sections);
2570+
2. they generate URLs for a given route.
25702571
Generating URLs from routes allows you to not write the ``<a href="...">``
25712572
values manually in your HTML templates. Also, if the URL of some route changes,
25722573
you only have to update the route configuration and all links will be updated.

0 commit comments

Comments
 (0)