You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by jh...@apache.org on 2013/10/14 16:39:56 UTC

svn commit: r1531915 - /incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Author: jhuesken
Date: Mon Oct 14 14:39:55 2013
New Revision: 1531915

URL: http://svn.apache.org/r1531915
Log:
CMS commit to olingo by jhuesken

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext?rev=1531915&r1=1531914&r2=1531915&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Mon Oct 14 14:39:55 2013
@@ -662,12 +662,12 @@ And add the small method to get the key 
 After the implementation of the `MyODataSingleProcessor` the web application can be tested.
 
 - Build your project. Remember? `mvn clean install` 
-- Show the Manufacturers: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers
-- Show one Manufacturer: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)
-- Show the Cars: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars
-- Show one Car: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)
-- Show the related Manufacturer of a Car: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)/Manufacturer
-- Show the related Cars of a Manufacturer: http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)/Cars
+- Show the Manufacturers: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers)
+- Show one Manufacturer: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1))
+- Show the Cars: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars)
+- Show one Car: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2))
+- Show the related Manufacturer of a Car: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)/Manufacturer](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars(2)/Manufacturer)
+- Show the related Cars of a Manufacturer: [http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)/Cars](http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)/Cars)
 
 
   [1]: /img/ODataCarsModel.JPG
\ No newline at end of file