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:10:52 UTC

svn commit: r1714821 - /olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext

Author: chrish
Date: Tue Nov 17 16:10:52 2015
New Revision: 1714821

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext

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=1714821&r1=1714820&r2=1714821&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 Tue Nov 17 16:10:52 2015
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 # How to build an OData Service with Olingo V4
 
-# Part 7: Batch Request Support
+# Part 8: Batch Request Support
 
 ## Introduction
 
@@ -377,9 +377,10 @@ Further topics to be covered by follow-u
   * Tutorial OData V4 service, part 5.2: [System Query Options $select, $expand](/doc/odata4/tutorials/sqo_es/tutorial_sqo_es.html)
   * 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 7: Batch request support
-  * Tutoral ODATA V4 service, part 8: [Handling "Deep Insert" requests](/doc/odata4/tutorials/batch/tutorial_batch.html)
+  * Tutorial ODATA V4 service, part 6: [Action and Function Imports](/doc/odata4/tutorials/action/tutorial_action.html)
+  * Tutorial ODATA V4 service, part 7: [Add Media entities to the service](/doc/odata4/tutorials/media/tutorial_media.html)
+  * Tutorial ODATA V4 service, part 8: Batch request support
+  * Tutorial ODATA V4 service, part 9: [Handling "Deep Insert" requests](/doc/odata4/tutorials/batch/tutorial_batch.html)
 
 ### Code and Repository
   * [Git Repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)