summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-09-01 16:18:23 +0000
committerSean R. Owen <srowen@apache.org>2015-09-01 16:18:23 +0000
commit2acf6b3cde40ca7561b552f73539d640abc7eb08 (patch)
tree90306f9f237953b98594813031713e3d467db807
parentdd597d1d34fd0049e3712df3536803255e12e11d (diff)
downloadspark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.tar.gz
spark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.tar.bz2
spark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.zip
SPARK-10398 also replace closer.cgi with closer.lua in historical docs' link to Mesos
-rw-r--r--site/docs/0.6.0/running-on-mesos.html2
-rw-r--r--site/docs/0.6.1/running-on-mesos.html2
-rw-r--r--site/docs/0.6.2/running-on-mesos.html2
-rw-r--r--site/docs/0.7.0/running-on-mesos.html2
-rw-r--r--site/docs/0.7.2/running-on-mesos.html2
-rw-r--r--site/docs/0.7.3/running-on-mesos.html2
-rw-r--r--site/docs/0.8.0/running-on-mesos.html2
-rw-r--r--site/docs/0.8.1/running-on-mesos.html2
-rw-r--r--site/docs/0.9.0/running-on-mesos.html2
-rw-r--r--site/docs/0.9.1/running-on-mesos.html2
-rw-r--r--site/docs/0.9.2/running-on-mesos.html2
-rw-r--r--site/docs/1.0.0/running-on-mesos.html2
-rw-r--r--site/docs/1.0.1/running-on-mesos.html2
-rw-r--r--site/docs/1.0.2/running-on-mesos.html2
-rw-r--r--site/docs/1.1.0/running-on-mesos.html2
-rw-r--r--site/docs/1.1.1/running-on-mesos.html2
-rw-r--r--site/docs/1.2.0/running-on-mesos.html2
-rw-r--r--site/docs/1.2.1/running-on-mesos.html2
-rw-r--r--site/docs/1.2.2/running-on-mesos.html2
-rw-r--r--site/docs/1.3.0/running-on-mesos.html2
-rw-r--r--site/docs/1.3.1/running-on-mesos.html2
-rw-r--r--site/docs/1.4.0/running-on-mesos.html2
-rw-r--r--site/docs/1.4.1/running-on-mesos.html2
23 files changed, 23 insertions, 23 deletions
diff --git a/site/docs/0.6.0/running-on-mesos.html b/site/docs/0.6.0/running-on-mesos.html
index f2f1e1d45..a4f6214dd 100644
--- a/site/docs/0.6.0/running-on-mesos.html
+++ b/site/docs/0.6.0/running-on-mesos.html
@@ -84,7 +84,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.6.1/running-on-mesos.html b/site/docs/0.6.1/running-on-mesos.html
index 6e98fdb88..d27007f5a 100644
--- a/site/docs/0.6.1/running-on-mesos.html
+++ b/site/docs/0.6.1/running-on-mesos.html
@@ -95,7 +95,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.6.2/running-on-mesos.html b/site/docs/0.6.2/running-on-mesos.html
index b1f2b8bfb..fb0f86c98 100644
--- a/site/docs/0.6.2/running-on-mesos.html
+++ b/site/docs/0.6.2/running-on-mesos.html
@@ -96,7 +96,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.7.0/running-on-mesos.html b/site/docs/0.7.0/running-on-mesos.html
index 60f54a0be..bba4e1771 100644
--- a/site/docs/0.7.0/running-on-mesos.html
+++ b/site/docs/0.7.0/running-on-mesos.html
@@ -107,7 +107,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.7.2/running-on-mesos.html b/site/docs/0.7.2/running-on-mesos.html
index c3004dee5..7448133f3 100644
--- a/site/docs/0.7.2/running-on-mesos.html
+++ b/site/docs/0.7.2/running-on-mesos.html
@@ -108,7 +108,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.7.3/running-on-mesos.html b/site/docs/0.7.3/running-on-mesos.html
index 59f0cd0c5..11728d86c 100644
--- a/site/docs/0.7.3/running-on-mesos.html
+++ b/site/docs/0.7.3/running-on-mesos.html
@@ -108,7 +108,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &#8220;template&#8221; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&#8217;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it:
diff --git a/site/docs/0.8.0/running-on-mesos.html b/site/docs/0.8.0/running-on-mesos.html
index b9f773eaa..b64413e72 100644
--- a/site/docs/0.8.0/running-on-mesos.html
+++ b/site/docs/0.8.0/running-on-mesos.html
@@ -121,7 +121,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don&#8217;t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
+ <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Create a Spark &#8220;distribution&#8221; using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.8.0-incubating</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.8.0-incubating.tar.gz spark-0.8.0-incubating</code></li>
diff --git a/site/docs/0.8.1/running-on-mesos.html b/site/docs/0.8.1/running-on-mesos.html
index a29317526..4c3b299f1 100644
--- a/site/docs/0.8.1/running-on-mesos.html
+++ b/site/docs/0.8.1/running-on-mesos.html
@@ -121,7 +121,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don&#8217;t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
+ <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Create a Spark &#8220;distribution&#8221; using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.8.1-incubating</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.8.1-incubating.tar.gz spark-0.8.1-incubating</code></li>
diff --git a/site/docs/0.9.0/running-on-mesos.html b/site/docs/0.9.0/running-on-mesos.html
index 7310cc004..8c2a6dfd8 100644
--- a/site/docs/0.9.0/running-on-mesos.html
+++ b/site/docs/0.9.0/running-on-mesos.html
@@ -134,7 +134,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don&#8217;t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
+ <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Create a Spark &#8220;distribution&#8221; using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.9.0-incubating</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.0-incubating.tar.gz spark-0.9.0-incubating</code></li>
diff --git a/site/docs/0.9.1/running-on-mesos.html b/site/docs/0.9.1/running-on-mesos.html
index d38fb268f..078cf2be7 100644
--- a/site/docs/0.9.1/running-on-mesos.html
+++ b/site/docs/0.9.1/running-on-mesos.html
@@ -134,7 +134,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don’t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don’t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
+ <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don’t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Create a Spark “distribution” using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.9.1</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.1.tar.gz spark-0.9.1</code></li>
diff --git a/site/docs/0.9.2/running-on-mesos.html b/site/docs/0.9.2/running-on-mesos.html
index 2044298f0..1997ba3cd 100644
--- a/site/docs/0.9.2/running-on-mesos.html
+++ b/site/docs/0.9.2/running-on-mesos.html
@@ -134,7 +134,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don&#8217;t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
+ <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Create a Spark &#8220;distribution&#8221; using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.9.2</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.2.tar.gz spark-0.9.2</code></li>
diff --git a/site/docs/1.0.0/running-on-mesos.html b/site/docs/1.0.0/running-on-mesos.html
index dec056488..018af20aa 100644
--- a/site/docs/1.0.0/running-on-mesos.html
+++ b/site/docs/1.0.0/running-on-mesos.html
@@ -163,7 +163,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.0.1/running-on-mesos.html b/site/docs/1.0.1/running-on-mesos.html
index 6b67d0e71..62370776c 100644
--- a/site/docs/1.0.1/running-on-mesos.html
+++ b/site/docs/1.0.1/running-on-mesos.html
@@ -163,7 +163,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.0.2/running-on-mesos.html b/site/docs/1.0.2/running-on-mesos.html
index 2ae7c1439..ba78c9c7c 100644
--- a/site/docs/1.0.2/running-on-mesos.html
+++ b/site/docs/1.0.2/running-on-mesos.html
@@ -163,7 +163,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.1.0/running-on-mesos.html b/site/docs/1.1.0/running-on-mesos.html
index 6c8742abd..204303aca 100644
--- a/site/docs/1.1.0/running-on-mesos.html
+++ b/site/docs/1.1.0/running-on-mesos.html
@@ -163,7 +163,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.1.1/running-on-mesos.html b/site/docs/1.1.1/running-on-mesos.html
index 637208d6c..8b3f84ffe 100644
--- a/site/docs/1.1.1/running-on-mesos.html
+++ b/site/docs/1.1.1/running-on-mesos.html
@@ -163,7 +163,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.2.0/running-on-mesos.html b/site/docs/1.2.0/running-on-mesos.html
index 52fdacfa6..7388ad7d7 100644
--- a/site/docs/1.2.0/running-on-mesos.html
+++ b/site/docs/1.2.0/running-on-mesos.html
@@ -188,7 +188,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.2.1/running-on-mesos.html b/site/docs/1.2.1/running-on-mesos.html
index 5115dd0eb..a7464781e 100644
--- a/site/docs/1.2.1/running-on-mesos.html
+++ b/site/docs/1.2.1/running-on-mesos.html
@@ -188,7 +188,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.2.2/running-on-mesos.html b/site/docs/1.2.2/running-on-mesos.html
index a2fdf8fea..de183e8bf 100644
--- a/site/docs/1.2.2/running-on-mesos.html
+++ b/site/docs/1.2.2/running-on-mesos.html
@@ -188,7 +188,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.3.0/running-on-mesos.html b/site/docs/1.3.0/running-on-mesos.html
index 8df26eb87..892be3e01 100644
--- a/site/docs/1.3.0/running-on-mesos.html
+++ b/site/docs/1.3.0/running-on-mesos.html
@@ -175,7 +175,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.3.1/running-on-mesos.html b/site/docs/1.3.1/running-on-mesos.html
index ba55d770a..ed64cbdb7 100644
--- a/site/docs/1.3.1/running-on-mesos.html
+++ b/site/docs/1.3.1/running-on-mesos.html
@@ -187,7 +187,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.4.0/running-on-mesos.html b/site/docs/1.4.0/running-on-mesos.html
index 59991dcd3..001dda2c7 100644
--- a/site/docs/1.4.0/running-on-mesos.html
+++ b/site/docs/1.4.0/running-on-mesos.html
@@ -179,7 +179,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>
diff --git a/site/docs/1.4.1/running-on-mesos.html b/site/docs/1.4.1/running-on-mesos.html
index 0d700b8a6..b5724dafc 100644
--- a/site/docs/1.4.1/running-on-mesos.html
+++ b/site/docs/1.4.1/running-on-mesos.html
@@ -192,7 +192,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
<ol>
<li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/">mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/">mirror</a></li>
<li>Follow the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for compiling and
installing Mesos</li>
</ol>