We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7b94 commit 903f52cCopy full SHA for 903f52c
book/controller.rst
@@ -202,7 +202,7 @@ to the controller:
202
return $collection;
203
204
Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/app_dev.php/hello/ryan``
205
-if you're using the :doc:`built-in web server </cookbook/webserver/built_in>`)
+if you're using the :doc:`built-in web server </cookbook/web_server/built_in>`)
206
and Symfony will execute the ``HelloController::indexAction()`` controller
207
and pass in ``ryan`` for the ``$name`` variable. Creating a "page" means
208
simply creating a controller method and an associated route.
0 commit comments