diff --git a/docs/en/reference/working-with-objects.rst b/docs/en/reference/working-with-objects.rst index 2b52fac41..01a7692e7 100644 --- a/docs/en/reference/working-with-objects.rst +++ b/docs/en/reference/working-with-objects.rst @@ -238,7 +238,7 @@ as follows: persist operation. However, the persist operation is cascaded to entities referenced by X, if the relationships from X to these other entities are mapped with cascade=PERSIST or cascade=ALL (see - "Transitive Persistence"). + ":doc:`Transitive Persistence `"). - If X is a removed entity, it becomes managed. - If X is a detached entity, an exception will be thrown on flush.