We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ca0f8 commit 4ebb269Copy full SHA for 4ebb269
book/http_fundamentals.rst
@@ -504,7 +504,7 @@ regardless of how your project is developed. To name a few:
504
the ``Request`` and ``Response`` classes, as well as other classes for handling
505
sessions and file uploads;
506
507
-* :doc:`Routing</components/routing>` - Powerful and fast routing system that
+* :doc:`Routing</components/routing/introduction>` - Powerful and fast routing system that
508
allows you to map a specific URI (e.g. ``/contact``) to some information
509
about how that request should be handled (e.g. execute the ``contactAction()``
510
method);
0 commit comments