From 42763ca5aef5d41738e3ab999f05d78a16df665d Mon Sep 17 00:00:00 2001 From: Thomas Rabaix Date: Sat, 21 Mar 2015 09:44:12 +0100 Subject: [PATCH] http => https --- .travis.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- .../config/doctrine/Gallery.mongodb.xml.skeleton | 2 +- Resources/config/doctrine/Gallery.orm.xml.skeleton | 2 +- Resources/config/doctrine/Gallery.phpcr.xml.skeleton | 2 +- .../config/doctrine/GalleryHasMedia.orm.xml.skeleton | 2 +- .../doctrine/GalleryHasMedia.phpcr.xml.skeleton | 2 +- Resources/config/doctrine/Media.mongodb.xml.skeleton | 2 +- Resources/config/doctrine/Media.orm.xml.skeleton | 2 +- Resources/config/doctrine/Media.phpcr.xml.skeleton | 2 +- Resources/doc/reference/installation.rst | 12 ++++++------ Tests/Metadata/AmazonMetadataBuilderTest.php | 7 +++++++ composer.json | 4 ++-- 14 files changed, 26 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed8b5c3b1..d7e0280e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_script: script: make test notifications: - webhooks: http://sonata-project.org/bundles/media/master/travis + webhooks: https://sonata-project.org/bundles/media/master/travis matrix: allow_failures: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index adeb901dd..06ae638d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Sonata respects the symfony’s conventions about contributing to the code. So b If you happen to find a bug, we kindly request you to report it. However, before submitting it, please: - * Check the [project documentation available online](http://sonata-project.org/bundles/) + * Check the [project documentation available online](https://sonata-project.org/bundles/) Then, if it appears that it’s a real bug, you may report it using Github by following these 3 points: diff --git a/README.md b/README.md index e7f6e6db1..1189ad77d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SonataMediaBundle - Media management on steroids The ``SonataMediaBundle`` is a media library based on a dedicated ``provider`` which handles different ``type`` of media: files, videos or images. -Check out the documentation on [http://sonata-project.org/bundles/media/master/doc/index.html](http://sonata-project.org/bundles/media/master/doc/index.html) +Check out the documentation on [https://sonata-project.org/bundles/media/master/doc/index.html](https://sonata-project.org/bundles/media/master/doc/index.html) **Google Groups**: For questions and proposals you can post on this google groups diff --git a/Resources/config/doctrine/Gallery.mongodb.xml.skeleton b/Resources/config/doctrine/Gallery.mongodb.xml.skeleton index b4e107a14..5b7c0c3b1 100644 --- a/Resources/config/doctrine/Gallery.mongodb.xml.skeleton +++ b/Resources/config/doctrine/Gallery.mongodb.xml.skeleton @@ -4,7 +4,7 @@ xsi:schemaLocation="http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd">