From 507f29ee428e50b7fd83c81375b383f7cfeb1d16 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 13 Feb 2017 17:25:34 +0100 Subject: [PATCH] Use HTTPS to link to symfony.com when possible --- _build/_theme/_templates/layout.html | 8 ++++---- best_practices/security.rst | 4 ++-- components/options_resolver.rst | 6 +++--- contributing/code/security.rst | 2 +- contributing/community/reviews.rst | 2 +- contributing/documentation/translations.rst | 2 +- create_framework/http_foundation.rst | 6 +++--- create_framework/http_kernel_controller_resolver.rst | 2 +- create_framework/http_kernel_httpkernelinterface.rst | 2 +- create_framework/introduction.rst | 2 +- doctrine/common_extensions.rst | 2 +- routing/routing_from_database.rst | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/_build/_theme/_templates/layout.html b/_build/_theme/_templates/layout.html index 3a68ff7b492..3f0e8f50cdf 100644 --- a/_build/_theme/_templates/layout.html +++ b/_build/_theme/_templates/layout.html @@ -1,13 +1,13 @@ {% extends '!layout.html' %} -{% set css_files = ['http://symfony.com/css/compiled/v5/all.css?v=4'] %} +{% set css_files = ['https://symfony.com/css/compiled/v5/all.css?v=4'] %} {# make sure the Sphinx stylesheet isn't loaded #} {% set style = '' %} {% set isIndex = pagename is index %} {% block extrahead %} {# add JS to support tabs #} - + {# pygment's styles are still loaded, undo some unwanted styles #}