From 5a41dcfed52c9988c46887574bea8958a69dac98 Mon Sep 17 00:00:00 2001 From: luisfranco Date: Thu, 17 Oct 2013 15:02:45 -0500 Subject: [PATCH] Update redirect_in_config.rst _controller is wrong, it should be "FrameworkBundle:Redirect:redirect" instead of "FrameworkBundle:Redirect:urlRedirect" --- cookbook/routing/redirect_in_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/routing/redirect_in_config.rst b/cookbook/routing/redirect_in_config.rst index 4d6b7004e6e..facabc1d0ab 100644 --- a/cookbook/routing/redirect_in_config.rst +++ b/cookbook/routing/redirect_in_config.rst @@ -22,7 +22,7 @@ Your configuration will look like this: root: path: / defaults: - _controller: FrameworkBundle:Redirect:urlRedirect + _controller: FrameworkBundle:Redirect:redirect path: /app permanent: true