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:03:08 UTC

svn commit: r1567347 - /isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md

Author: danhaywood
Date: Tue Feb 11 20:03:08 2014
New Revision: 1567347

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

Modified:
    isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md

Modified: isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md?rev=1567347&r1=1567346&r2=1567347&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md Tue Feb 11 20:03:08 2014
@@ -3,7 +3,7 @@ Title: Using JDO/DataNucleus with Eclips
 > See also:
 > 
 > * this page describing [how to use JDO/DataNucleus with Maven](./datanucleus-and-maven.html).  
-> * this screencast describing [how to import an application into Eclipse](../../../getting-started/screencasts.html)
+> * this screencast describing [how to import an application into Eclipse](../../../intro/getting-started/screencasts.html)
 > 
 
 By leveraging the JDO/Datanucleus ORM, Isis' JDO objectstore is very powerful. However, with such power comes a little bit of complexity to the development environment: all domain objects must be enhanced through the [JDO enhancer](http://db.apache.org/jdo/enhancement.html).  So the enhancer must, in one way or another, be integrated into your development environment.