diff --git a/book/routing.rst b/book/routing.rst index 68f73fab1e3..42a96c4fb77 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -778,7 +778,7 @@ routing system can be: $collection = new RouteCollection(); $collection->add( - 'homepage', + 'article_show', new Route('/articles/{culture}/{year}/{title}.{_format}', array( '_controller' => 'AcmeDemoBundle:Article:show', '_format' => 'html',