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 2018/12/12 04:17:32 UTC

svn commit: r1848725 - in /olingo/site/trunk/content/doc: javascript/ odata2/tutorials/ odata4/tutorials/action/ odata4/tutorials/batch/ odata4/tutorials/deep_insert/ odata4/tutorials/media/ odata4/tutorials/navigation/ odata4/tutorials/prerequisites/ ...

Author: mibo
Date: Wed Dec 12 04:17:32 2018
New Revision: 1848725

URL: http://svn.apache.org/viewvc?rev=1848725&view=rev
Log:
Changed git-wip-us to gitbox

Modified:
    olingo/site/trunk/content/doc/javascript/project-setup.mdtext
    olingo/site/trunk/content/doc/odata2/tutorials/ExtendingtheEDM.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/prerequisites/prerequisites.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.mdtext
    olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext

Modified: olingo/site/trunk/content/doc/javascript/project-setup.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-setup.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-setup.mdtext Wed Dec 12 04:17:32 2018
@@ -58,7 +58,7 @@ should produce a similar output on your
 
 Open your (git-)bash and use the following commonand:
 
-``git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4-js``
+``git clone https://gitbox.apache.org/repos/asf/olingo-odata4-js``
 
 ### Install the project dependencies
 

Modified: olingo/site/trunk/content/doc/odata2/tutorials/ExtendingtheEDM.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/tutorials/ExtendingtheEDM.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/tutorials/ExtendingtheEDM.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/tutorials/ExtendingtheEDM.mdtext Wed Dec 12 04:17:32 2018
@@ -90,5 +90,5 @@ The Complex Type added to the EDM can be
 
 
 
-  [1]: https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=blob;f=odata2-jpa-processor/jpa-web/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/extension/SalesOrderProcessingExtension.java;h=3dacd7e727528cb79cb3d4a878ac53d0a4b25277;hb=ecdc476
+  [1]: https://gitbox.apache.org/repos/asf?p=olingo-odata2.git;a=blob;f=odata2-jpa-processor/jpa-web/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/extension/SalesOrderProcessingExtension.java;h=3dacd7e727528cb79cb3d4a878ac53d0a4b25277;hb=ecdc476
   [2]: </doc/odata2/tutorials/jpafunctionimport.html>

Modified: olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext Wed Dec 12 04:17:32 2018
@@ -30,7 +30,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we’ll implement a function import and an action import as well.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory `/samples/tutorials/p9_action`
 
@@ -117,7 +117,7 @@ As you read in the definition, actions c
 
 You should read the previous tutorials first to have an idea how to read entities and entity collections. In addition the following code is based on the write tutorial merged with the navigation tutorial.
 
-As a shortcut you should checkout the prepared tutorial project in the [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p9_action_preparation.
+As a shortcut you should checkout the prepared tutorial project in the [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p9_action_preparation.
 
 Afterwards do a Deploy and run: it should be working. At this state you can perform CRUD operations and do navigations between products and categories.
 
@@ -601,7 +601,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext Wed Dec 12 04:17:32 2018
@@ -30,7 +30,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we’ll implement a bound action and function.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory `/samples/tutorials/p9_action`
 
@@ -110,7 +110,7 @@ To call such a bound function the client
 
 You should read the previous tutorials first to have an idea how to read entities and entity collections. 
 
-As a shortcut you should checkout the prepared tutorial project in the [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p9_action_preparation.
+As a shortcut you should checkout the prepared tutorial project in the [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p9_action_preparation.
 
 Afterwards do a Deploy and run: it should be working. At this state you can perform CRUD operations and do navigations between products and categories.
 
@@ -848,7 +848,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext Wed Dec 12 04:17:32 2018
@@ -26,7 +26,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we’ll implement batch requests.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory /samples/tutorials/p11_batch
 
@@ -383,7 +383,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
 
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext Wed Dec 12 04:17:32 2018
@@ -26,7 +26,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we will implement the handling of deep insert requests.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory /samples/tutorials/p12_deep_insert
 
@@ -77,7 +77,7 @@ In this example, a new Category "Food" a
 
 You should read the previous tutorials first to have an idea how to read and write entities. In addition the following code is based on the write tutorial merged with the navigation tutorial. **It is strongly recommended to have a look at the prepared code.** There are some changes how related entites are linked together. More details are descripted in the implementation chapter.
 
-As a shortcut you should checkout the prepared tutorial project in the [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p12_deep_insert_preparation.
+As a shortcut you should checkout the prepared tutorial project in the [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4) in folder /samples/tutorials/p12_deep_insert_preparation.
 
 Afterwards do a Deploy and run: it should be working. At this state you can perform CRUD operations and do navigations between products and categories.
 
@@ -277,7 +277,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: Handling "Deep Insert" requests 
 
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext Wed Dec 12 04:17:32 2018
@@ -25,7 +25,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we will implement a media entity set.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
 This tutorial can be found in subdirectory /samples/tutorials/p10_media
 
@@ -480,7 +480,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext Wed Dec 12 04:17:32 2018
@@ -26,7 +26,7 @@ In the present tutorial, we will learn h
 
 **Note**  
 
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory *\samples\tutorials\p4_navigation*
 
@@ -880,7 +880,7 @@ Check the *Links* section for more OData
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
 
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/prerequisites/prerequisites.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/prerequisites/prerequisites.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/prerequisites/prerequisites.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/prerequisites/prerequisites.mdtext Wed Dec 12 04:17:32 2018
@@ -32,9 +32,9 @@ The tutorials are tested and work with t
 ## Tutorial sources
 To get the source code of the tutorials, please perform the follwing steps:
 
-  - Clone the  project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)    
+  - Clone the  project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4)    
 
-    *\> git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4*
+    *\> git clone https://gitbox.apache.org/repos/asf/olingo-odata4*
 
   - Checkout the tag 4.0.0
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext Wed Dec 12 04:17:32 2018
@@ -22,7 +22,7 @@ Notice:    Licensed to the Apache Softwa
 
 This tutorial guides you through the steps required to write an OData Service based on the Olingo OData 4.0 Library for Java (based on current *Olingo 4.0.0* which can be get via the [Download-Page](../../download.html)).
 
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
 This tutorial can be found in subdirectory *\samples\tutorials\p1_read*
 
@@ -1026,7 +1026,7 @@ The expected result is the hardcoded lis
 Finally, we have created our first OData service based on the V4 version of the OData specification and using the V4 server library provided by _Olingo_.
 Our first OData service is very simple; it only allows invoking one entity collection, apart from the Service Document and the Metadata Document.
 
-The final source code result can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code result can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
 
 # Links
@@ -1049,7 +1049,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext Wed Dec 12 04:17:32 2018
@@ -32,7 +32,7 @@ Note that this tutorial doesn’t cov
 Such operations will be the focus of the Olingo V4 tutorial no. 3
 
 **Note**  
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory *\samples\tutorials\p2_readep*
 
@@ -841,7 +841,7 @@ In the next tutorial ([Part 3: Write](/d
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.mdtext Wed Dec 12 04:17:32 2018
@@ -27,7 +27,7 @@ After we have learned the rather simple
 
 
 **Note:**  
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory *\samples\tutorials\p6_queryoptions-es*
 
@@ -505,7 +505,7 @@ In this tutorial we have learned the bas
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.mdtext Wed Dec 12 04:17:32 2018
@@ -27,7 +27,7 @@ In the present tutorial, we’ll cont
 
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory *\samples\tutorials\p8_queryoptions-f*
 
@@ -560,7 +560,7 @@ In this tutorial we have learned how to
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.mdtext Wed Dec 12 04:17:32 2018
@@ -25,7 +25,7 @@ Notice:    Licensed to the Apache Softwa
 In the present tutorial, we will continue implementing OData system query options, this time focusing on `$orderby`
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).   
 This tutorial can be found in subdirectory *\samples\tutorials\p7_queryoptions-o*
 
@@ -320,7 +320,7 @@ We have decided to not go for the advanc
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext Wed Dec 12 04:17:32 2018
@@ -74,7 +74,7 @@ The following request returns the total
 
 
 **Note:**
-TThe final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+TThe final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
 This tutorial can be found in subdirectory *\samples\tutorials\p5_queryoptions-tcs*
 
@@ -436,7 +436,7 @@ More system query options will be treate
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
 
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.mdtext Wed Dec 12 04:17:32 2018
@@ -26,7 +26,7 @@ Available with *Apache Olingo 4.2.0 (and
 In the present tutorial we will add streaming support for Entity Collections on a per Entity granularity.
 
 **Note:**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).  
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).  
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).  
 This tutorial can be found in the `DemoService-Streaming` module in the projects subdirectory `/samples/tutorials/pe_streaming`
 
@@ -337,7 +337,7 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
 
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)
 

Modified: olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext?rev=1848725&r1=1848724&r2=1848725&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/write/tutorial_write.mdtext Wed Dec 12 04:17:32 2018
@@ -30,7 +30,7 @@ In the present tutorial, will cover the
 
 
 **Note**
-The final source code can be found in the project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4).
+The final source code can be found in the project [git repository](https://gitbox.apache.org/repos/asf/olingo-odata4).
 A detailed description how to checkout the tutorials can be found [here](/doc/odata4/tutorials/prerequisites/prerequisites.html).
 This tutorial can be found in subdirectory *\samples\tutorials\p3_write*
 
@@ -419,7 +419,7 @@ In the next tutorial (Part 4: Navigation
   * Tutorial OData V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html)
   
 ### Code and Repository
-  * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)
+  * [Git Repository](https://gitbox.apache.org/repos/asf/olingo-odata4)
   * [Guide - To fetch the tutorial sources](/doc/odata4/tutorials/prerequisites/prerequisites.html)
   * [Demo Service source code as zip file (contains all tutorials)](http://www.apache.org/dyn/closer.lua/olingo/odata4/4.0.0/DemoService_Tutorial.zip)