Author: bdelacretaz
Date: Tue Jun 9 20:44:50 2009
New Revision: 783127
URL: http://svn.apache.org/viewvc?rev=783127&view=rev
Log:
Fix wrong example URL
Modified:
incubator/sling/trunk/launchpad/webapp/README.txt
Modified: incubator/sling/trunk/launchpad/webapp/README.txt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/README.txt?rev=783127&r1=783126&r2=783127&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/README.txt (original)
+++ incubator/sling/trunk/launchpad/webapp/README.txt Tue Jun 9 20:44:50 2009
@@ -64,10 +64,10 @@
curl -D - -Ftitle=something
http://admin:ad...@localhost:8888/testing/this
-Then, http://admin:ad...@localhost:8888/testing/this should display a default
HTML
-representation, including the value of the "title" property.
+Then, http://admin:ad...@localhost:8888/testing/this.html should display a
default
+HTML representation, including the value of the "title" property.
-Add a txt or json extension to see other output formats.
+Use a txt or json extension instead of html to see other output formats.
For more info see the Sling website at http://incubator.apache.org/sling, and
the
"Sling in 15 minutes" tutorial