Skip to content

Commit 903f52c

Browse files
committed
Fixing build error
1 parent ceb7b94 commit 903f52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ to the controller:
202202
return $collection;
203203
204204
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>`)
205+
if you're using the :doc:`built-in web server </cookbook/web_server/built_in>`)
206206
and Symfony will execute the ``HelloController::indexAction()`` controller
207207
and pass in ``ryan`` for the ``$name`` variable. Creating a "page" means
208208
simply creating a controller method and an associated route.

0 commit comments

Comments
 (0)