From 2c78b4ff1f8550d6d2e42be05d05dca0755c54d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Kami=C5=84ski?= Date: Wed, 19 Feb 2020 23:54:40 +0100 Subject: [PATCH] Use https in URIs of xsd files --- Resources/doc/config.rst | 36 +++++++++++++++++------------------ Resources/doc/first_steps.rst | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Resources/doc/config.rst b/Resources/doc/config.rst index 99a8c767..88c9bb12 100644 --- a/Resources/doc/config.rst +++ b/Resources/doc/config.rst @@ -32,8 +32,8 @@ Sample Configuration + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -98,8 +98,8 @@ If you wish to use memcache to cache your metadata, you need to configure the + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -195,8 +195,8 @@ The following configuration shows a bunch of mapping examples: + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -251,8 +251,8 @@ Filters may be registered with a document manager by using the following syntax: + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -317,8 +317,8 @@ following syntax: + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -428,8 +428,8 @@ Otherwise you will get a *auth failed* exception. + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -487,8 +487,8 @@ You can then use this service in your configuration: + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> @@ -582,8 +582,8 @@ Full Default Configuration + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb https://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> + https://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd"> @@ -342,7 +342,7 @@ To do this, add the name of the repository class to your mapping definition. + https://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd">