diff --git a/http_cache/ssi.rst b/http_cache/ssi.rst index 7d45300b132..44ebda2990c 100644 --- a/http_cache/ssi.rst +++ b/http_cache/ssi.rst @@ -64,9 +64,9 @@ First, to use SSI, be sure to enable it in your application configuration: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:framework="http://symfony.com/schema/dic/symfony" xsi:schemaLocation="http://symfony.com/schema/dic/services - http://symfony.com/schema/dic/services/services-1.0.xsd + https://symfony.com/schema/dic/services/services-1.0.xsd http://symfony.com/schema/dic/symfony - http://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> + https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">