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:14:32 UTC

svn commit: r1567357 - /isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md

Author: danhaywood
Date: Tue Feb 11 20:14:32 2014
New Revision: 1567357

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

Modified:
    isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md

Modified: isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md?rev=1567357&r1=1567356&r2=1567357&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/lazy-loading.md Tue Feb 11 20:14:32 2014
@@ -4,7 +4,7 @@ By default, collections all rendered laz
 
 However, even in the case of collections that have annotated with `@Render(Type.EAGERLY)`, these should probably still be lazily loaded.  Otherwise, there will always be an unnecessary cost when rendering the object in a table.
 
-For example, in the `ToDoItem` (in the [wicket/restful/jdo archetype](../../../getting-started/quickstart-archetype.html)) the `dependencies` collection is as follows:
+For example, in the `ToDoItem` (in the [quickstart archetype](../../../intro/getting-started/quickstart-archetype.html)) the `dependencies` collection is as follows:
 
 <pre>
   @javax.jdo.annotations.Persistent(table="TODO_DEPENDENCIES")