This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
commit 5936e70ef08f02fdc15f1542e3338930c90cdf7a Author: Oliver Lietz <[email protected]> AuthorDate: Fri Mar 23 21:09:45 2018 +0100 SLING-7554 Link to Slingshot sample does not work fix link to Slingshot sample --- src/main/resources/content/content/starter/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/content/content/starter/index.html b/src/main/resources/content/content/starter/index.html index c8ac448..69f0d98 100755 --- a/src/main/resources/content/content/starter/index.html +++ b/src/main/resources/content/content/starter/index.html @@ -48,7 +48,7 @@ repository and web server, a selection of Sling components, documentation and examples. The Starter makes it easy to get started with Sling and to develop script-based applications.</p> <h1>Getting Started</h1> - <p>To get started with Sling, see our <a href="http://sling.apache.org/" target="_blank" title="Visit the Apache Sling website">website</a>, the <a href="slingshot.html" title="Try the Slingshot sample application">Slingshot sample application</a> + <p>To get started with Sling, see our <a href="http://sling.apache.org/" target="_blank" title="Visit the Apache Sling website">website</a>, the <a href="/content/slingshot.html" title="Try the Slingshot sample application">Slingshot sample application</a> or the <a href="http://sling.apache.org/site/discover-sling-in-15-minutes.html" target="_blank">Sling in 15 minutes</a> tutorial.</p> <p>You can mount the repository via WebDAV to explore or modify content, simply use the root URL as the WebDAV server URL.</p> -- To stop receiving notification emails like this one, please contact [email protected].
