From bc76dbc6491e33a56d53f02972a601d16bf21b53 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 15 Aug 2019 12:55:36 +0200 Subject: [PATCH] Use https for xsd --- http_cache/ssi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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">