You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/11/17 17:03:29 UTC

svn commit: r1714816 - /olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext

Author: chrish
Date: Tue Nov 17 16:03:29 2015
New Revision: 1714816

URL: http://svn.apache.org/viewvc?rev=1714816&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.mdtext

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=1714816&r1=1714815&r2=1714816&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 Tue Nov 17 16:03:29 2015
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 # How to build an OData Service with Olingo V4
 
-# Part 7: Handling "Deep Insert" requests
+# Part 8: Handling "Deep Insert" requests
 
 ## Introduction
 
@@ -268,8 +268,8 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 5.3: [System Query Options $orderby](/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.html)
   * Tutorial OData V4 service, part 5.4: [System Query Options $filter](/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.html)
   * Tutoral ODATA V4 service, part 6: [Action and Function Imports](/doc/odata4/tutorials/action/tutorial_action.html)
-  * Tutoral ODATA V4 service, part 6: [Batch Request support](/doc/odata4/tutorials/batch/tutorial_batch.html)
-  * Tutoral ODATA V4 service, part 6: Handling "Deep Insert" requests 
+  * Tutoral ODATA V4 service, part 7: [Batch Request support](/doc/odata4/tutorials/batch/tutorial_batch.html)
+  * Tutoral ODATA V4 service, part 8: Handling "Deep Insert" requests 
 
 ### Code and Repository
   * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)