From 06e45f75877daef7fa0647d874ffe9a5f6271bcf Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 11 Jun 2011 09:59:17 +0200 Subject: [PATCH] Fix bug in previous commit --- en/tutorials/getting-started-xml-edition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 8a9facd00..24ea4ab67 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -20,7 +20,7 @@ abstract base class or interface. An entity class must not be final or contain final methods. Additionally it must not implement **clone** nor **wakeup** or :doc:`do so safely <../cookbook/implementing-wakeup-or-clone>`. -See the `architecture chapter <../reference/architecture>` for a full list of the restrictions +See the :doc:`architecture chapter <../reference/architecture>` for a full list of the restrictions that your entities need to comply with. An entity contains persistable properties. A persistable property