You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/01/15 08:58:08 UTC

svn commit: r1558317 - /incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext

Author: mibo
Date: Wed Jan 15 07:58:08 2014
New Revision: 1558317

URL: http://svn.apache.org/r1558317
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext?rev=1558317&r1=1558316&r2=1558317&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/AnnotationProcessorExtension.mdtext Wed Jan 15 07:58:08 2014
@@ -35,7 +35,7 @@ mvn archetype:generate 
 
 In the generated sample project you now can simply run Maven with the default goal (run `mvn` in the shell) which compiles the sources and starts an Jetty web server at `http://localhost:8080`.
 
-For more detailed documentation about Archetypes in Olingo take a look into the [sample setup](doc/sample-setup) section.
+For more detailed documentation about Archetypes in Olingo take a look into the [sample setup](/doc/sample-setup) section.
 
 ## Creation from Scratch