diff --git a/controller/service.rst b/controller/service.rst index 067c797e8c0..247b5737c45 100644 --- a/controller/service.rst +++ b/controller/service.rst @@ -103,14 +103,14 @@ which is a common practice when following the `ADR pattern`_ .. code-block:: yaml - # app/config/routing.yml + # config/routes.yaml hello: path: /hello/{name} defaults: { _controller: app.hello_controller } .. code-block:: xml - +