Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image link in documentation result in mixed content problem #586

Merged
merged 1 commit into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ How to enable and configure Second Level Cache
You also need to add the ``Cache`` annotation to your model (`read
more <https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/second-level-cache.html#entity-cache-definition>`__).
Read more about `Second Level
Cache <http://docs.doctrine-project.org/projects/doctrine-orm/en/current/reference/second-level-cache.html>`__.
Cache <https://docs.doctrine-project.org/projects/doctrine-orm/en/current/reference/second-level-cache.html>`__.
4 changes: 2 additions & 2 deletions docs/developer-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Once ``ZendDeveloperTools`` is enabled, having
``EntityManager``, you will notice that the queries performed by the ORM
get logged and displayed in the toolbar.

.. figure:: http://github.com/doctrine/DoctrineORMModule/raw/master/docs/images/zf2-zend-developer-tools-doctrine-module.png
.. figure:: https://github.com/doctrine/DoctrineORMModule/raw/master/docs/images/zf2-zend-developer-tools-doctrine-module.png

Customization
-------------
Expand Down Expand Up @@ -119,4 +119,4 @@ something like following in your module:
This example will simply generate a new icon in the toolbar, with the
log results of your ``other_orm`` connection:

.. figure:: http://github.com/doctrine/DoctrineORMModule/raw/master/docs/images/zend-developer-tools-multiple-entity-managers.png
.. figure:: https://github.com/doctrine/DoctrineORMModule/raw/master/docs/images/zend-developer-tools-multiple-entity-managers.png