Skip to content

Commit de134f9

Browse files
committed
minor #12178 Use https for xsd (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Use https for xsd <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bc76dbc Use https for xsd
2 parents 069cdeb + bc76dbc commit de134f9

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)