This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4be6131  Automatic website deployment
4be6131 is described below

commit 4be6131c76d02e00af4bddf4242087a2f51f9d3b
Author: jenkins <[email protected]>
AuthorDate: Tue Jul 9 12:01:04 2019 +0000

    Automatic website deployment
---
 documentation/getting-started/discover-sling-in-15-minutes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/getting-started/discover-sling-in-15-minutes.html 
b/documentation/getting-started/discover-sling-in-15-minutes.html
index 6f83ba7..7301934 100644
--- a/documentation/getting-started/discover-sling-in-15-minutes.html
+++ b/documentation/getting-started/discover-sling-in-15-minutes.html
@@ -94,7 +94,7 @@
 <p>To create a content node (nodes are a <a 
href="http://jackrabbit.apache.org/";>JCR</a> concept, a unit of storage) with 
cURL, use:</p>
 <pre><code>curl -u admin:admin -F&quot;sling:resourceType=foo/bar&quot; 
-F&quot;title=some title&quot; http://localhost:8080/content/mynode
 </code></pre>
-<p>The resulting node can be seen at <a 
href="http://localhost:8080/content/mynode.html.path";>http://localhost:8080/content/mynode.html</a>,
 or as json format under <a 
href="http://localhost:8080/content/mynode.json";>http://localhost:8080/content/mynode.json</a>.
 Lets try with cURL:</p>
+<p>The resulting node can be seen at <a 
href="http://localhost:8080/content/mynode.html";>http://localhost:8080/content/mynode.html</a>,
 or as json format under <a 
href="http://localhost:8080/content/mynode.json";>http://localhost:8080/content/mynode.json</a>.
 Lets try with cURL:</p>
 <pre><code>$ curl http://localhost:8080/content/mynode.json
 </code></pre>
 <p>This returns the properties of the <code>/content/mynode</code> in JSON 
format as we have created it above. </p>
@@ -188,7 +188,7 @@ curl -u admin:admin -T sling.jpg 
http://localhost:8080/images/sling.jpg
 <p>The <a 
href="http://localhost:8080/content/mynode.html";>http://localhost:8080/content/mynode.html</a>,
 once refreshed, now shows the blue headline and logo, and this layout also 
applies to any node created with 
<em>sling:resourceType=foo/bar</em>.</p></section></div></div>            
             <footer class="footer">
 <div class="revisionInfo">
-                    Last modified by <span class="author">John Bradley</span> 
on <span class="comment">Sat Feb 3 18:04:27 2018 -0500</span>
+                    Last modified by <span class="author">Swapnil M 
Mane</span> on <span class="comment">Tue Jul 9 15:54:29 2019 +0530</span>
                 </div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </p><p>

Reply via email to