You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/11 21:12:50 UTC

svn commit: r1567354 - /isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md

Author: danhaywood
Date: Tue Feb 11 20:12:50 2014
New Revision: 1567354

URL: http://svn.apache.org/r1567354
Log:
fixing links

Modified:
    isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md

Modified: isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md?rev=1567354&r1=1567353&r2=1567354&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/mapping-joda-dates.md Tue Feb 11 20:12:50 2014
@@ -6,7 +6,7 @@ It is, however, necessary to annotate yo
 
 Moreover, these datatypes are *not* in the default fetch group, meaning that JDO/DataNucleus will perform an additional `SELECT` query for each attribute.  To avoid this extra query, the annotation should indicate that the property is in the default fetch group.
 
-For example, the `ToDoItem` (in the [wicket/restful/jdo archetype](../../../getting-started/quickstart-archetype.html)) defines the `dueBy` property as follows:
+For example, the `ToDoItem` (in the [quickstart archetype](../../../intro/getting-started/quickstart-archetype.html)) defines the `dueBy` property as follows:
 
 <pre>
   @javax.jdo.annotations.Persistent