Merge pull request #36 from swapnilmmane/master

Fixed the incorrect link of mynode example
diff --git a/src/main/jbake/content/documentation/getting-started/discover-sling-in-15-minutes.md b/src/main/jbake/content/documentation/getting-started/discover-sling-in-15-minutes.md
index 28ac7d4..807d512 100644
--- a/src/main/jbake/content/documentation/getting-started/discover-sling-in-15-minutes.md
+++ b/src/main/jbake/content/documentation/getting-started/discover-sling-in-15-minutes.md
@@ -60,7 +60,7 @@
     curl -u admin:admin -F"sling:resourceType=foo/bar" -F"title=some title" http://localhost:8080/content/mynode
 
 
-The resulting node can be seen at [http://localhost:8080/content/mynode.html](http://localhost:8080/content/mynode.html.path), or as json format under [http://localhost:8080/content/mynode.json](http://localhost:8080/content/mynode.json). Lets try with cURL:
+The resulting node can be seen at [http://localhost:8080/content/mynode.html](http://localhost:8080/content/mynode.html), or as json format under [http://localhost:8080/content/mynode.json](http://localhost:8080/content/mynode.json). Lets try with cURL:
 
     $ curl http://localhost:8080/content/mynode.json