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 09:11:54 UTC

svn commit: r1567010 - /isis/site/trunk/content/core/integtestsupport.md

Author: danhaywood
Date: Tue Feb 11 08:11:54 2014
New Revision: 1567010

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

Modified:
    isis/site/trunk/content/core/integtestsupport.md

Modified: isis/site/trunk/content/core/integtestsupport.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/integtestsupport.md?rev=1567010&r1=1567009&r2=1567010&view=diff
==============================================================================
--- isis/site/trunk/content/core/integtestsupport.md (original)
+++ isis/site/trunk/content/core/integtestsupport.md Tue Feb 11 08:11:54 2014
@@ -19,7 +19,7 @@ To use, update the `pom.xml`:
     </dependency>
 </pre>
 
-A full example is provided in the [quickstart archetype](../getting-started/quickstart-archetype.html).  But to briefly explain; the recommended approach is to create an abstract class for all your integration tests.  Here is the one from the quickstart archetype:
+A full example is provided in the [quickstart archetype](../intro/getting-started/quickstart-archetype.html).  But to briefly explain; the recommended approach is to create an abstract class for all your integration tests.  Here is the one from the quickstart archetype:
 
     public abstract class AbstractIntegTest {
     
@@ -123,4 +123,4 @@ Each of the integration tests then inher
 
 Note that when the `ToDoItem` is wrapped, it is not possible to call `setComplete()` directly on the object; but when it is unwrapped then this call can be made as per normal.
 
-The full source code, plus other example tests, can be found [here](https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/integtests/src/test/java/integtests).
+The full source code, plus other example tests, can be found [here](https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/integtests/src/test/java).