From f97b6cf8c6c179560ff35ffa0d9433c0a842ae89 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 27 May 2019 10:34:40 +0200 Subject: [PATCH] Use correct filepaths for 4.2 --- controller/service.rst | 4 ++-- security/form_login_setup.rst | 2 +- workflow.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 - +