Skip to content

Commit 4ebb269

Browse files
committed
Fixing bad reference
1 parent a4ca0f8 commit 4ebb269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ regardless of how your project is developed. To name a few:
504504
the ``Request`` and ``Response`` classes, as well as other classes for handling
505505
sessions and file uploads;
506506

507-
* :doc:`Routing</components/routing>` - Powerful and fast routing system that
507+
* :doc:`Routing</components/routing/introduction>` - Powerful and fast routing system that
508508
allows you to map a specific URI (e.g. ``/contact``) to some information
509509
about how that request should be handled (e.g. execute the ``contactAction()``
510510
method);

0 commit comments

Comments
 (0)