8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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