Author: chetanm
Date: Sat Dec 17 16:23:57 2016
New Revision: 1774792
URL: http://svn.apache.org/viewvc?rev=1774792&view=rev
Log:
@trivial Update the webdav url to include workspace name
Modified:
jackrabbit/oak/trunk/oak-examples/standalone/README.md
Modified: jackrabbit/oak/trunk/oak-examples/standalone/README.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/standalone/README.md?rev=1774792&r1=1774791&r2=1774792&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/standalone/README.md (original)
+++ jackrabbit/oak/trunk/oak-examples/standalone/README.md Sat Dec 17 16:23:57
2016
@@ -35,7 +35,7 @@ Once done you can run the application by
This would start an Oak based repository which uses filesystem storage. All
the content would be by default stored under `oak` folder. The server
would listen at port 8080 and support remote access via DavEx (at `/server`)
-and WebDAV (at `/repository`).
+and WebDAV (at `/repository/default`).
Now lets write something in the repository