@@ -44,11 +44,11 @@ The main configuration file is called ``config.yml``:
4444 xmlns : framework =" http://symfony.com/schema/dic/symfony"
4545 xmlns : twig =" http://symfony.com/schema/dic/twig"
4646 xsi : schemaLocation =" http://symfony.com/schema/dic/services
47- http ://symfony.com/schema/dic/services/services-1.0.xsd
47+ https ://symfony.com/schema/dic/services/services-1.0.xsd
4848 http://symfony.com/schema/dic/symfony
4949 http://symfony.com/schema/dic/symfony/symfony-1.0.xsd
5050 http://symfony.com/schema/dic/twig
51- http ://symfony.com/schema/dic/twig/twig-1.0.xsd" >
51+ https ://symfony.com/schema/dic/twig/twig-1.0.xsd" >
5252
5353 <imports >
5454 <import resource =" parameters.yml" />
@@ -151,7 +151,7 @@ it *also* loads other configuration files via its ``imports`` key:
151151 <container xmlns =" http://symfony.com/schema/dic/services"
152152 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
153153 xsi : schemaLocation =" http://symfony.com/schema/dic/services
154- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
154+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
155155
156156 <imports >
157157 <import resource =" parameters.yml" />
@@ -199,11 +199,11 @@ can also load XML files or PHP files.
199199 xmlns : framework =" http://symfony.com/schema/dic/symfony"
200200 xmlns : twig =" http://symfony.com/schema/dic/twig"
201201 xsi : schemaLocation =" http://symfony.com/schema/dic/services
202- http ://symfony.com/schema/dic/services/services-1.0.xsd
202+ https ://symfony.com/schema/dic/services/services-1.0.xsd
203203 http://symfony.com/schema/dic/symfony
204204 http://symfony.com/schema/dic/symfony/symfony-1.0.xsd
205205 http://symfony.com/schema/dic/twig
206- http ://symfony.com/schema/dic/twig/twig-1.0.xsd" >
206+ https ://symfony.com/schema/dic/twig/twig-1.0.xsd" >
207207
208208 <imports >
209209 <import resource =" parameters.res" type =" yml" />
253253 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
254254 xmlns : framework =" http://symfony.com/schema/dic/symfony"
255255 xsi : schemaLocation =" http://symfony.com/schema/dic/services
256- http ://symfony.com/schema/dic/services/services-1.0.xsd
256+ https ://symfony.com/schema/dic/services/services-1.0.xsd
257257 http://symfony.com/schema/dic/symfony
258258 http://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
259259
@@ -333,7 +333,7 @@ configure DoctrineBundle and other parts of Symfony:
333333 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
334334 xmlns : doctrine =" http://symfony.com/schema/dic/doctrine"
335335 xsi : schemaLocation =" http://symfony.com/schema/dic/services
336- http ://symfony.com/schema/dic/services/services-1.0.xsd
336+ https ://symfony.com/schema/dic/services/services-1.0.xsd
337337 http://symfony.com/schema/dic/doctrine
338338 http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
339339
0 commit comments