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/10/06 14:23:34 UTC

svn commit: r1707029 - /olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext

Author: chrish
Date: Tue Oct  6 12:23:34 2015
New Revision: 1707029

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext

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=1707029&r1=1707028&r2=1707029&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 Tue Oct  6 12:23:34 2015
@@ -843,7 +843,7 @@ After building and deploying your servic
     * <http://localhost:8080/DemoService/DemoService.svc/Products(1)>
     * <http://localhost:8080/DemoService/DemoService.svc/Categories(3)>
   * “to-many” navigation
-    * <http://localhost:8080/DemoService/DemoService.svc/Categories(3)/Products>
+    * <http://localhost:8080/DemoService/DemoService.svc/Categories(2)/Products>
   * “to-one” navigation
     * <http://localhost:8080/DemoService/DemoService.svc/Products(1)/Category>
   * “to-many” navigation with key access