Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b9212c4

Browse files
committed
Use HTTPS for Sonata and Symfony websites
1 parent 1d0b2db commit b9212c4

37 files changed

+79
-79
lines changed

book/structuring_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ configuration options list and additional information.
172172
.. _`respective documentation page`: https://symfony.com/doc/master/bundles/KnpMenuBundle/index.html#rendering-menus
173173
.. _`Doctrine PHPCR documentation page`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/association-mapping.html#references
174174
.. _`KnpMenu`: https://github.com/knplabs/KnpMenu
175-
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
175+
.. _SonataDoctrinePHPCRAdminBundle: https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/block/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,5 @@ asynchronously or synchronously loaded and added to the page.
318318
.. _`SonataCacheBundle`: https://github.com/sonata-project/SonataCacheBundle
319319
.. _`ESI`: https://en.wikipedia.org/wiki/Edge_Side_Includes
320320
.. _`SSI`: https://en.wikipedia.org/wiki/Server_Side_Includes
321-
.. _`SonataCacheBundle documentation`: http://sonata-project.org/bundles/cache/master/doc/index.html
322-
.. _`SonataBlockBundle Advanced usage`: http://sonata-project.org/bundles/block/master/doc/reference/advanced_usage.html#block-context-manager-context-cache
321+
.. _`SonataCacheBundle documentation`: https://sonata-project.org/bundles/cache/master/doc/index.html
322+
.. _`SonataBlockBundle Advanced usage`: https://sonata-project.org/bundles/block/master/doc/reference/advanced_usage.html#block-context-manager-context-cache

bundles/block/types.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,9 @@ Please refer to the `Sonata Admin documentation`_
423423
for further information.
424424

425425
.. _`Symfony CMF Sandbox`: https://github.com/symfony-cmf/cmf-sandbox
426-
.. _`Sonata Admin documentation`: http://sonata-project.org/bundles/admin/master/doc/reference/form_types.html
427-
.. _`Sonata Admin Extensions`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
426+
.. _`Sonata Admin documentation`: https://sonata-project.org/bundles/admin/master/doc/reference/form_types.html
427+
.. _`Sonata Admin Extensions`: https://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
428428
.. _`LiipImagineBundle`: https://github.com/liip/LiipImagineBundle
429429
.. _`LiipImagineBundle documentation`: https://github.com/liip/LiipImagineBundle/tree/master/Resources/doc
430430
.. _`sub-request`: https://symfony.com/doc/current/components/http_kernel/introduction.html#http-kernel-sub-requests
431-
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
431+
.. _SonataDoctrinePHPCRAdminBundle: https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/core/dependency_injection_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ workflow.
1515
This tag has the attribute ``priority``. The lower the priority number, the
1616
earlier the voter gets to vote.
1717

18-
.. _`synchronized service`: http://symfony.com/doc/current/cookbook/service_container/scopes.html#a-using-a-synchronized-service
18+
.. _`synchronized service`: https://symfony.com/doc/current/cookbook/service_container/scopes.html#a-using-a-synchronized-service

bundles/core/persistence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ configuration in the ``sonata_admin`` section of your project configuration:
222222
223223
See the `Sonata Admin extension documentation`_ for more information.
224224

225-
.. _`Sonata Admin extension documentation`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
225+
.. _`Sonata Admin extension documentation`: https://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
226226
.. _`PHPCR-ODM documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/multilang.html#full-example

bundles/core/publish_workflow.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ configuration in the ``sonata_admin`` section of your project configuration:
431431
432432
See the `Sonata Admin extension documentation`_ for more information.
433433

434-
.. _`Symfony2 security component`: http://symfony.com/doc/current/components/security/index.html
435-
.. _`Symfony2 Authorization`: http://symfony.com/doc/current/components/security/authorization.html
436-
.. _`Security Chapter`: http://symfony.com/doc/current/book/security.html
437-
.. _`ACL checks`: http://symfony.com/doc/current/cookbook/security/acl.html
438-
.. _`Sonata Admin extension documentation`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
434+
.. _`Symfony2 security component`: https://symfony.com/doc/current/components/security/index.html
435+
.. _`Symfony2 Authorization`: https://symfony.com/doc/current/components/security/authorization.html
436+
.. _`Security Chapter`: https://symfony.com/doc/current/book/security.html
437+
.. _`ACL checks`: https://symfony.com/doc/current/cookbook/security/acl.html
438+
.. _`Sonata Admin extension documentation`: https://sonata-project.org/bundles/admin/master/doc/reference/extensions.html

bundles/create/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,4 +664,4 @@ Read On
664664
.. _`symfony-cmf/create-bundle`: https://packagist.org/packages/symfony-cmf/create-bundle
665665
.. _`RDF`: https://en.wikipedia.org/wiki/Resource_Description_Framework
666666
.. _`RDFa`: https://en.wikipedia.org/wiki/RDFa
667-
.. _`Symfony2 security chapter`: http://symfony.com/doc/current/book/security.html
667+
.. _`Symfony2 security chapter`: https://symfony.com/doc/current/book/security.html

bundles/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ help with integrating PHPCR concepts into the Symfony Framework.
126126

127127
* SonataDoctrinePHPCRAdminBundle_
128128

129-
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
129+
.. _SonataDoctrinePHPCRAdminBundle: https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/menu/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ Read On
182182
.. _`KnpMenu`: https://github.com/knplabs/KnpMenu
183183
.. _`KnpMenuBundle`: https://github.com/knplabs/KnpMenuBundle
184184
.. _`with composer`: https://getcomposer.org
185-
.. _`rendering menus`: http://symfony.com/doc/master/bundles/KnpMenuBundle/index.html#rendering-menus
185+
.. _`rendering menus`: https://symfony.com/doc/master/bundles/KnpMenuBundle/index.html#rendering-menus
186186
.. _`symfony-cmf/menu-bundle`: https://packagist.org/packages/symfony-cmf/menu-bundle

bundles/menu/menu_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ use an absolute path to get menus that are not located in the menu basepath.
3232
You can also write your completely custom provider and register it with the
3333
KnpMenu as explained in the `KnpMenuBundle custom provider documentation`_.
3434

35-
.. _`KnpMenuBundle custom provider documentation`: http://symfony.com/doc/master/bundles/KnpMenuBundle/custom_provider.html
35+
.. _`KnpMenuBundle custom provider documentation`: https://symfony.com/doc/master/bundles/KnpMenuBundle/custom_provider.html

0 commit comments

Comments
 (0)