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/09/16 14:48:55 UTC

svn commit: r1625266 - in /olingo/site/trunk/content/doc/odata2: download.mdtext index.mdtext

Author: mibo
Date: Tue Sep 16 12:48:55 2014
New Revision: 1625266

URL: http://svn.apache.org/r1625266
Log:
Fixed wrong URLs

Modified:
    olingo/site/trunk/content/doc/odata2/download.mdtext
    olingo/site/trunk/content/doc/odata2/index.mdtext

Modified: olingo/site/trunk/content/doc/odata2/download.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/download.mdtext?rev=1625266&r1=1625265&r2=1625266&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/download.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/download.mdtext Tue Sep 16 12:48:55 2014
@@ -54,7 +54,7 @@ on how to verify their integrity, authen
 according to the Apache Software Foundation best practices.
 Please make sure you check the following resources:
 
-  - [Artifact verification](verification.html) details
+  - [Artifact verification](/verification.html) details
   - Developers and release managers PGP keys are publicly available [here](http://apache.org/dist/incubator/olingo/KEYS).
 
 

Modified: olingo/site/trunk/content/doc/odata2/index.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/index.mdtext?rev=1625266&r1=1625265&r2=1625266&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/index.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/index.mdtext Tue Sep 16 12:48:55 2014
@@ -27,37 +27,37 @@ Notice:    Licensed to the Apache Softwa
 ### Tutorials (OData 2.0)
 
 ##### Olingo for Client usage
-* [Client Sample Tutorial](/doc/tutorials/OlingoV2BasicClientSample.html)
-* [Consuming Delta Responses](/doc/tutorials/deltaClient.html)
-* [How to use the Batch Client API](/doc/tutorials/batchClientApi.html)
+* [Client Sample Tutorial](/doc/odata2/tutorials/OlingoV2BasicClientSample.html)
+* [Consuming Delta Responses](/doc/odata2/tutorials/deltaClient.html)
+* [How to use the Batch Client API](/doc/odata2/tutorials/batchClientApi.html)
 
 ##### Olingo for Server usage
-* [Read Scenario](/doc/tutorials/basicread.html)
-* [Write Scenario](/doc/tutorials/Olingo_Tutorial_BasicWrite.html)
-* [Read Scenario - $expand](/doc/tutorials/read_expand.html)
-* [Read Scenario - Media Resources](/doc/tutorials/read_media-resource.html)
-* [Batch Scenario (read/write)](/doc/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html)
-* [Delta Responses](/doc/tutorials/delta.html)
+* [Read Scenario](/doc/odata2/tutorials/basicread.html)
+* [Write Scenario](/doc/odata2/tutorials/Olingo_Tutorial_BasicWrite.html)
+* [Read Scenario - $expand](/doc/odata2/tutorials/read_expand.html)
+* [Read Scenario - Media Resources](/doc/odata2/tutorials/read_media-resource.html)
+* [Batch Scenario (read/write)](/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html)
+* [Delta Responses](/doc/odata2/tutorials/delta.html)
 
 ##### Olingo Library Extensions
 
-* [Creating a Web Application Project for Transforming JPA Models into OData Services](/doc/tutorials/CreateWebApp.html)
-* [Extending the EDM Generated from the JPA Models](/doc/tutorials/ExtendingtheEDM.html)
-* [Adding Function Imports to OData Services](/doc/tutorials/jpafunctionimport.html)
-* [Redefine Metadata for JPA Model](/doc/tutorials/jparedefinemetadata.html)
+* [Creating a Web Application Project for Transforming JPA Models into OData Services](/doc/odata2/tutorials/CreateWebApp.html)
+* [Extending the EDM Generated from the JPA Models](/doc/odata2/tutorials/ExtendingtheEDM.html)
+* [Adding Function Imports to OData Services](/doc/odata2/tutorials/jpafunctionimport.html)
+* [Redefine Metadata for JPA Model](/doc/odata2/tutorials/jparedefinemetadata.html)
 * [Delta Token Support][1]
 * [Handling CLOB and BLOB Data Types][2]
 * [Custom OData JPA Processor][3]
-* [Creating a Web Application Project with Annotation Processor Extension](/doc/tutorials/AnnotationProcessorExtension.html)
+* [Creating a Web Application Project with Annotation Processor Extension](/doc/odata2/tutorials/AnnotationProcessorExtension.html)
 
 ##### Miscellaneous
 
-* [Non JAX-RS support](/doc/tutorials/servlet.html)
-* [Implementation of Filter Visitor](/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html)
-* [Parse Metadata](/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.html)
-* [Service Resolution](/doc/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html)
-* [Debug Support and Custom Error Handling](/doc/tutorials/debug.html)
-* [OSGi Support](/doc/tutorials/osgi.html)
+* [Non JAX-RS support](/doc/odata2/tutorials/servlet.html)
+* [Implementation of Filter Visitor](/doc/odata2/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html)
+* [Parse Metadata](/doc/odata2/tutorials/Olingo_Tutorial_BasicRead_EDM.html)
+* [Service Resolution](/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html)
+* [Debug Support and Custom Error Handling](/doc/odata2/tutorials/debug.html)
+* [OSGi Support](/doc/odata2/tutorials/osgi.html)
 
 ### Javadoc
 
@@ -67,7 +67,7 @@ Notice:    Licensed to the Apache Softwa
 
 * [Git and Maven Support](/doc/odata2/maven.html)
 * [Eclipse IDE Support](/doc/odata2/eclipse.html)
-* [Release Documentation](/doc/release.html)
+* [Release Documentation](/doc/odata2/release.html)
 
 
   [1]: http://olingo.apache.org/doc/odata2/tutorials/DeltaQuerySupport.html