You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2013/09/11 02:52:42 UTC

svn commit: r1521710 - in /mesos: website/gettingstarted.html www/gettingstarted/index.html

Author: dlester
Date: Wed Sep 11 00:52:42 2013
New Revision: 1521710

URL: http://svn.apache.org/r1521710
Log:
Removes markdown from getting started page.

Modified:
    mesos/website/gettingstarted.html
    mesos/www/gettingstarted/index.html

Modified: mesos/website/gettingstarted.html
URL: http://svn.apache.org/viewvc/mesos/website/gettingstarted.html?rev=1521710&r1=1521709&r2=1521710&view=diff
==============================================================================
--- mesos/website/gettingstarted.html (original)
+++ mesos/website/gettingstarted.html Wed Sep 11 00:52:42 2013
@@ -45,7 +45,7 @@ title: Apache Mesos | Getting Started
   <li>Only if running from source code cloned from git, run <code>./bootstrap</code> otherwise skip to step 3</li>
   <li>If you get error <code>Autoreconf may not be installed</code>, on debian run <code>sudo apt-get install autoconf</code>
   <li>If you get error <code>Makefile.am:27: Libtool library used but `LIBTOOL' is undefined</code>, on debian run <code>sudo apt-get update && sudo apt-get install autotools-dev libltdl-dev libtool autoconf autopoint </code></li>	
-  <li>Run <code>./configure</code>, which includes the web UI and included Zookeeper.  Advanced users may want to exclude these options or include other options, see [Mesos Command-Line Flags](https://github.com/apache/mesos/blob/master/docs/Configuration.md).</li>
+  <li>Run <code>./configure</code>, which includes the web UI and included Zookeeper.  Advanced users may want to exclude these options or include other options, see <a href="https://github.com/apache/mesos/blob/master/docs/Configuration.md">Mesos Command-Line Flags</a>.</li>
   <li>Run <code>make</code></li>
 </ul>
 
@@ -84,8 +84,8 @@ title: Apache Mesos | Getting Started
 <p>To run Mesos on more than one machine, you have multiple options:</p>
 
 <ul>
-	<li>To launch a cluster on a private cluster that you own, use Mesos's [deploy scripts](https://github.com/apache/mesos/blob/master/docs/Deploy-Scripts.textile)</li>
-	<li>To launch a cluster on Amazon EC2, you can use the Mesos [EC2 scripts](https://github.com/apache/mesos/blob/master/docs/EC2-Scripts.textile)</li>
+	<li>To launch a cluster on a private cluster that you own, use Mesos's <a href="https://github.com/apache/mesos/blob/master/docs/Deploy-Scripts.textile">deploy scripts</a></li>
+	<li>To launch a cluster on Amazon EC2, you can use the Mesos <a href="https://github.com/apache/mesos/blob/master/docs/EC2-Scripts.textile">EC2 scripts</a></li>
 </ul>
    </div>
   </div>

Modified: mesos/www/gettingstarted/index.html
URL: http://svn.apache.org/viewvc/mesos/www/gettingstarted/index.html?rev=1521710&r1=1521709&r2=1521710&view=diff
==============================================================================
--- mesos/www/gettingstarted/index.html (original)
+++ mesos/www/gettingstarted/index.html Wed Sep 11 00:52:42 2013
@@ -130,7 +130,7 @@
   <li>Only if running from source code cloned from git, run <code>./bootstrap</code> otherwise skip to step 3</li>
   <li>If you get error <code>Autoreconf may not be installed</code>, on debian run <code>sudo apt-get install autoconf</code>
   <li>If you get error <code>Makefile.am:27: Libtool library used but `LIBTOOL' is undefined</code>, on debian run <code>sudo apt-get update && sudo apt-get install autotools-dev libltdl-dev libtool autoconf autopoint </code></li>	
-  <li>Run <code>./configure</code>, which includes the web UI and included Zookeeper.  Advanced users may want to exclude these options or include other options, see [Mesos Command-Line Flags](https://github.com/apache/mesos/blob/master/docs/Configuration.md).</li>
+  <li>Run <code>./configure</code>, which includes the web UI and included Zookeeper.  Advanced users may want to exclude these options or include other options, see <a href="https://github.com/apache/mesos/blob/master/docs/Configuration.md">Mesos Command-Line Flags</a>.</li>
   <li>Run <code>make</code></li>
 </ul>
 
@@ -169,8 +169,8 @@
 <p>To run Mesos on more than one machine, you have multiple options:</p>
 
 <ul>
-	<li>To launch a cluster on a private cluster that you own, use Mesos's [deploy scripts](https://github.com/apache/mesos/blob/master/docs/Deploy-Scripts.textile)</li>
-	<li>To launch a cluster on Amazon EC2, you can use the Mesos [EC2 scripts](https://github.com/apache/mesos/blob/master/docs/EC2-Scripts.textile)</li>
+	<li>To launch a cluster on a private cluster that you own, use Mesos's <a href="https://github.com/apache/mesos/blob/master/docs/Deploy-Scripts.textile">deploy scripts</a></li>
+	<li>To launch a cluster on Amazon EC2, you can use the Mesos <a href="https://github.com/apache/mesos/blob/master/docs/EC2-Scripts.textile">EC2 scripts</a></li>
 </ul>
    </div>
   </div>