Skip to content

Commit bc76dbc

Browse files
committed
Use https for xsd
1 parent 069cdeb commit bc76dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache/ssi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ First, to use SSI, be sure to enable it in your application configuration:
6464
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6565
xmlns:framework="http://symfony.com/schema/dic/symfony"
6666
xsi:schemaLocation="http://symfony.com/schema/dic/services
67-
http://symfony.com/schema/dic/services/services-1.0.xsd
67+
https://symfony.com/schema/dic/services/services-1.0.xsd
6868
http://symfony.com/schema/dic/symfony
69-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
69+
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
7070
7171
<framework:config>
7272
<framework:ssi enabled="true"/>

0 commit comments

Comments
 (0)