From cae630a6ef51c0aba616a8a2fc02ff2241ca902e Mon Sep 17 00:00:00 2001 From: RaitoCZ Date: Tue, 7 Feb 2017 12:58:34 +0100 Subject: [PATCH] Added filename references to examples --- routing/scheme.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routing/scheme.rst b/routing/scheme.rst index bca7813fd96..2b15a944835 100644 --- a/routing/scheme.rst +++ b/routing/scheme.rst @@ -11,7 +11,8 @@ the URI scheme via schemes: .. configuration-block:: .. code-block:: yaml - + + # app/config/routing.yml secure: path: /secure defaults: { _controller: AppBundle:Main:secure } @@ -19,6 +20,7 @@ the URI scheme via schemes: .. code-block:: xml +