Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f57eabe

Browse files
committedMar 10, 2019
moved XSD to HTTPS
1 parent 36b3ff4 commit f57eabe

File tree

193 files changed

+479
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+479
-479
lines changed
 

‎_includes/service_container/_my_mailer.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<container xmlns="http://symfony.com/schema/dic/services"
1616
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1717
xsi:schemaLocation="http://symfony.com/schema/dic/services
18-
http://symfony.com/schema/dic/services/services-1.0.xsd">
18+
https://symfony.com/schema/dic/services/services-1.0.xsd">
1919

2020
<services>
2121
<service id="app.mailer" class="AppBundle\Mailer">

‎bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The end user can provide values in any configuration file:
352352
<container xmlns="http://symfony.com/schema/dic/services"
353353
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
354354
xsi:schemaLocation="http://symfony.com/schema/dic/services
355-
http://symfony.com/schema/dic/services/services-1.0.xsd">
355+
https://symfony.com/schema/dic/services/services-1.0.xsd">
356356
357357
<parameters>
358358
<parameter key="acme_blog.author.email">fabien@example.com</parameter>

0 commit comments

Comments
 (0)
Please sign in to comment.