Skip to content

Commit

Permalink
Fix ref and doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed Apr 5, 2019
1 parent b243ea1 commit 7333d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/en/reference/caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ You can set the namespace a cache driver should use by using the
<?php
$cacheDriver->setNamespace('my_namespace_');
.. _integrating-with-the-orm:

Integrating with the ORM
------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/en/reference/improving-performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Doctrine will need to load your mapping information on every single
request and has to parse each DQL query on every single request.
This is a waste of resources.

See :ref:`caching#integrating-with-the-orm`
See :ref:`integrating-with-the-orm`

Alternative Query Result Formats
--------------------------------
Expand Down Expand Up @@ -65,7 +65,7 @@ Apply Best Practices
A lot of the points mentioned in the Best Practices chapter will
also positively affect the performance of Doctrine.

See :ref:`best-practices`
See :doc:`Best Practices <reference/best-practices>`

Change Tracking policies
------------------------
Expand Down

0 comments on commit 7333d0d

Please sign in to comment.