Skip to content

Commit

Permalink
Merge pull request #586 from kokspflanze/master
Browse files Browse the repository at this point in the history
image link in documentation result in mixed content problem
  • Loading branch information
TomHAnderson committed Mar 21, 2019
2 parents 2e8ba01 + 55a6c76 commit 8dbd23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cache.rst
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
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

0 comments on commit 8dbd23c

Please sign in to comment.