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 1df8843

Browse files
committedMar 11, 2019
minor symfony#11122 moved XSD to HTTPS (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- moved XSD to HTTPS as @fabpot did this in the code base, I think we should reflect the changes in the docs, too. Refs symfony/symfony#30434 <!-- 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 ------- f57eabe moved XSD to HTTPS
2 parents 36b3ff4 + f57eabe commit 1df8843

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.