From 7333d0dc572c1d7c7b915bb05c7e2f6010fb9e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Fri, 5 Apr 2019 08:58:48 +0200 Subject: [PATCH] Fix ref and doc links --- docs/en/reference/caching.rst | 2 ++ docs/en/reference/improving-performance.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/caching.rst b/docs/en/reference/caching.rst index b8f956f4a6..4c07e1607c 100644 --- a/docs/en/reference/caching.rst +++ b/docs/en/reference/caching.rst @@ -282,6 +282,8 @@ You can set the namespace a cache driver should use by using the setNamespace('my_namespace_'); +.. _integrating-with-the-orm: + Integrating with the ORM ------------------------ diff --git a/docs/en/reference/improving-performance.rst b/docs/en/reference/improving-performance.rst index 8879ec4844..be4ac0acb5 100644 --- a/docs/en/reference/improving-performance.rst +++ b/docs/en/reference/improving-performance.rst @@ -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 -------------------------------- @@ -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 ` Change Tracking policies ------------------------