You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/09/01 09:26:58 UTC

svn commit: r1700406 - /sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext

Author: bdelacretaz
Date: Tue Sep  1 07:26:57 2015
New Revision: 1700406

URL: http://svn.apache.org/r1700406
Log:
Replace closer.cgi with closer.lua as requested by infra

Modified:
    sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext

Modified: sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext?rev=1700406&r1=1700405&r2=1700406&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext (original)
+++ sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext Tue Sep  1 07:26:57 2015
@@ -19,7 +19,7 @@ Once you grok the basic examples of this
 
 ## Prerequisites
 
-We'll start with the self-runnable jar from the Sling distribution, you only need a Java 5 JDK. Download the latest release from the Sling [Downloads](/downloads.cgi) page or by clicking this link: [org.apache.sling.launchpad-7-standalone.jar](http://www.apache.org/dyn/closer.cgi/sling/org.apache.sling.launchpad-7-standalone.jar). Alternatively you can deploy the [Sling Web application](http://www.apache.org/dyn/closer.cgi/sling/org.apache.sling.launchpad-7.war) into any decent Servlet Container such as Jetty or Tomcat or you can [build the current source yourself]({{ refs.getting-and-building-sling.path }}).
+We'll start with the self-runnable jar from the Sling distribution, you only need a Java 5 JDK. Download the latest release from the Sling [Downloads](/downloads.cgi) page or by clicking this link: [org.apache.sling.launchpad-7-standalone.jar](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7-standalone.jar). Alternatively you can deploy the [Sling Web application](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7.war) into any decent Servlet Container such as Jetty or Tomcat or you can [build the current source yourself]({{ refs.getting-and-building-sling.path }}).
 
 To show the simplicity of the REST-style approach taken by Sling the examples below will be using [cURL](http://curl.haxx.se/). Any HTTP client would do, but cURL is the easiest to document in a reproducible way.