10000 Fixed more XSD URLs · symfony/symfony-docs@7c081f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c081f1

Browse files
committed
Fixed more XSD URLs
1 parent ad68339 commit 7c081f1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

configuration/external_parameters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ Symfony provides the following env var processors:
515515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
516516
xmlns:framework="http://symfony.com/schema/dic/symfony"
517517
xsi:schemaLocation="http://symfony.com/schema/dic/services
518-
http://symfony.com/schema/dic/services/services-1.0.xsd
518+
https://symfony.com/schema/dic/services/services-1.0.xsd
519519
http://symfony.com/schema/dic/symfony
520-
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
520+
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
521521
<parameters>
522522
<!-- if PRIVATE_KEY is not a valid file path, the content of raw_key is returned -->
523523
<parameter key="private_key">%env(default:raw_key:file:PRIVATE_KEY)%</parameter>

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ configuration option to define your own translations directory (or directories):
154154
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
155155
xmlns:twig="http://symfony.com/schema/dic/twig"
156156
xsi:schemaLocation="http://symfony.com/schema/dic/services
157-
http://symfony.com/schema/dic/services/services-1.0.xsd
157+
https://symfony.com/schema/dic/services/services-1.0.xsd
158158
http://symfony.com/schema/dic/twig
159159
https://symfony.com/schema/dic/twig/twig-1.0.xsd">
160160

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ doubling them to prevent Symfony from interpreting them as container parameters)
311311
xmlns:framework="http://symfony.com/schema/dic/symfony"
312312
xsi:schemaLocation="http://symfony.com/schema/dic/services
313313
https://symfony.com/schema/dic/services/services-1.0.xsd
314-
https://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
314+
https://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
315315
316316
<framework:config ide="myide://open?url=file://%%f&line=%%l" />
317317
</container>

reference/constraints/Json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The ``Json`` constraint can be applied to a property or a "getter" method:
5353
<?xml version="1.0" encoding="UTF-8" ?>
5454
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
5555
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56-
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd">
56+
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd">
5757
5858
<class name="App\Entity\Book">
5959
<property name="chapters">

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ or you decided not to maintain it anymore), you can deprecate its definition:
170170
<?xml version="1.0" encoding="UTF-8" ?>
171171
<container xmlns="http://symfony.com/schema/dic/services"
172172
xmlns:xsi="http://www.w3.org/2001/XMLSchema-Instance"
173-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
173+
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
174174
175175
<services>
176176
<service id="app.mailer" alias="App\Mail\PhpMailer">

0 commit comments

Comments
 (0)
0