From f3df000d294634e6042a11bf8518291fa313e18b Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 27 Jan 2017 09:27:25 +0100 Subject: [PATCH] Fix a link to a ref in another page --- docs/en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 613d98dcc..d33313d89 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -364,7 +364,7 @@ Here is the list of possible generation strategies: a new entity is passed to ``EntityManager#persist``. NONE is the same as leaving off the @GeneratedValue entirely. - ``CUSTOM``: With this option, you can use the ``@CustomIdGenerator`` annotation. - It will allow you to pass a :ref:`class of your own to generate the identifiers <_annref_customidgenerator>` + It will allow you to pass a :doc:`class of your own to generate the identifiers.<_annref_customidgenerator>` Sequence Generator ^^^^^^^^^^^^^^^^^^