You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/10/20 20:19:01 UTC

[5/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/building/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/building/index.html b/content/documentation/latest/building/index.html
new file mode 100644
index 0000000..25269dc
--- /dev/null
+++ b/content/documentation/latest/building/index.html
@@ -0,0 +1,445 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Building</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Building</h1>
+
+<h2>Downloading Mesos</h2>
+
+<p>There are different ways you can get Mesos:</p>
+
+<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
+
+<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
+$ tar -zxf mesos-1.4.0.tar.gz
+</code></pre>
+
+<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
+
+<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
+</code></pre>
+
+<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
+
+<h2>System Requirements</h2>
+
+<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
+
+<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
+
+<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
+
+<h3>Ubuntu 14.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-7-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
+</code></pre>
+
+<h3>Ubuntu 16.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-8-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
+</code></pre>
+
+<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
+
+<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
+
+<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
+$ xcode-select --install
+
+# Install Homebrew.
+$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+
+# Install Java.
+$ brew install Caskroom/cask/java
+
+# Install libraries.
+$ brew install wget git autoconf automake libtool subversion maven
+
+# Install Python dependencies.
+$ sudo easy_install pip
+$ pip install virtualenv
+</code></pre>
+
+<p>When compiling on macOS 10.12, the following is needed:</p>
+
+<pre><code># There is an incompatiblity with the system installed svn and apr headers.
+# We need the svn and apr headers from a brew installation of subversion.
+# You may need to unlink the existing version of subversion installed via
+# brew in order to configure correctly.
+$ brew unlink subversion # (If already installed)
+$ brew install subversion
+
+# When configuring, the svn and apr headers from brew will be automatically
+# detected, so no need to explicitly point to them. Also,
+# `-Wno-deprecated-declarations` is needed to suppress warnings.
+$ ../configure CXXFLAGS=-Wno-deprecated-declarations
+
+# Lastly, you may encounter the following error when the libprocess tests run:
+$ ./libprocess-tests
+Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
+
+# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
+</code></pre>
+
+<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
+
+<h3>CentOS 6.6</h3>
+
+<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a recent kernel for full support of process isolation.
+$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
+$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
+$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
+
+# Make the just installed kernel the one booted by default, and reboot.
+$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
+$ sudo reboot
+
+# Install a few utility tools. This also forces an update of `nss`,
+# which is necessary for the Java bindings to build properly.
+$ sudo yum install -y tar wget git which nss
+
+# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
+# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
+# Fetch the Scientific Linux CERN devtoolset repo file.
+$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
+
+# Import the CERN GPG key.
+$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
+# not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.8
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
+$ sudo yum install -y devtoolset-2-toolchain
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+
+# Enter a shell with 'devtoolset-2' enabled.
+$ scl enable devtoolset-2 bash
+$ g++ --version  # Make sure you've got GCC &gt; 4.8!
+
+# Process isolation is using cgroups that are managed by 'cgconfig'.
+# The 'cgconfig' service is not started by default on CentOS 6.6.
+# Also the default configuration does not attach the 'perf_event' subsystem.
+# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
+$ sudo yum install -y libcgroup
+$ sudo service cgconfig start
+</code></pre>
+
+<h3>CentOS 7.1</h3>
+
+<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a few utility tools
+$ sudo yum install -y tar wget git
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
+# subversion install below.
+$ sudo yum install -y epel-release
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
+# which is not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.9
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Parts of Mesos require systemd in order to operate. However, Mesos
+# only supports versions of systemd that contain the 'Delegate' flag.
+# This flag was first introduced in 'systemd version 218', which is
+# lower than the default version installed by centos. Luckily, centos
+# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
+# Explicity update systemd to this patched version.
+$ sudo yum update systemd
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+</code></pre>
+
+<h3>Windows</h3>
+
+<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<h2>Building Mesos (Posix)</h2>
+
+<pre><code># Change working directory.
+$ cd mesos
+
+# Bootstrap (Only required if building from git repository).
+$ ./bootstrap
+
+# Configure and build.
+$ mkdir build
+$ cd build
+$ ../configure
+$ make
+</code></pre>
+
+<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
+
+<pre><code># Run test suite.
+$ make check
+
+# Install (Optional).
+$ make install
+</code></pre>
+
+<h2>Examples</h2>
+
+<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
+The framework binaries will only be available after running <code>make check</code>, as
+described in the <strong><em>Building Mesos</em></strong> section above.</p>
+
+<pre><code># Change into build directory.
+$ cd build
+
+# Start Mesos master (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
+
+# Start Mesos agent (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
+
+# Visit the Mesos web page.
+$ http://127.0.0.1:5050
+
+# Run C++ framework (exits after successfully running some tasks).
+$ ./src/test-framework --master=127.0.0.1:5050
+
+# Run Java framework (exits after successfully running some tasks).
+$ ./src/examples/java/test-framework 127.0.0.1:5050
+
+# Run Python framework (exits after successfully running some tasks).
+$ ./src/examples/python/test-framework 127.0.0.1:5050
+</code></pre>
+
+<p><em>Note: These examples assume you are running Mesos on your local machine.
+Following them will not allow you to access the Mesos web page in a production
+environment (e.g. on AWS). For that you will need to specify the actual IP of
+your host when launching the Mesos master and ensure your firewall settings
+allow access to port 5050 from the outside world.</em></p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/c++-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/c++-style-guide/index.html b/content/documentation/latest/c++-style-guide/index.html
index d87ad74..6d6bf70 100644
--- a/content/documentation/latest/c++-style-guide/index.html
+++ b/content/documentation/latest/c++-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/clang-format/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/clang-format/index.html b/content/documentation/latest/clang-format/index.html
index d3795b3..6f6b9c3 100644
--- a/content/documentation/latest/clang-format/index.html
+++ b/content/documentation/latest/clang-format/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cmake-examples/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cmake-examples/index.html b/content/documentation/latest/cmake-examples/index.html
index a7adc8d..c8e3574 100644
--- a/content/documentation/latest/cmake-examples/index.html
+++ b/content/documentation/latest/cmake-examples/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cmake/index.html b/content/documentation/latest/cmake/index.html
index ec8c099..ce6eb2d 100644
--- a/content/documentation/latest/cmake/index.html
+++ b/content/documentation/latest/cmake/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cni/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cni/index.html b/content/documentation/latest/cni/index.html
index b6c5b54..906d7be 100644
--- a/content/documentation/latest/cni/index.html
+++ b/content/documentation/latest/cni/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committer-candidate-checklist/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committer-candidate-checklist/index.html b/content/documentation/latest/committer-candidate-checklist/index.html
index e61c0a8..db4deca 100644
--- a/content/documentation/latest/committer-candidate-checklist/index.html
+++ b/content/documentation/latest/committer-candidate-checklist/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committers/index.html b/content/documentation/latest/committers/index.html
index 7b98dc1..1fe86d0 100644
--- a/content/documentation/latest/committers/index.html
+++ b/content/documentation/latest/committers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committing/index.html b/content/documentation/latest/committing/index.html
index 5852deb..165fa91 100644
--- a/content/documentation/latest/committing/index.html
+++ b/content/documentation/latest/committing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/agent/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/agent/index.html b/content/documentation/latest/configuration/agent/index.html
index d332f5d..f928910 100644
--- a/content/documentation/latest/configuration/agent/index.html
+++ b/content/documentation/latest/configuration/agent/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/autotools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/autotools/index.html b/content/documentation/latest/configuration/autotools/index.html
index 022d2bb..e3acf7e 100644
--- a/content/documentation/latest/configuration/autotools/index.html
+++ b/content/documentation/latest/configuration/autotools/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/cmake/index.html b/content/documentation/latest/configuration/cmake/index.html
index 4d487ba..d9605ed 100644
--- a/content/documentation/latest/configuration/cmake/index.html
+++ b/content/documentation/latest/configuration/cmake/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/index.html b/content/documentation/latest/configuration/index.html
index 86a0029..8507a6d 100644
--- a/content/documentation/latest/configuration/index.html
+++ b/content/documentation/latest/configuration/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/libprocess/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/libprocess/index.html b/content/documentation/latest/configuration/libprocess/index.html
index 2371ede..a2f1843 100644
--- a/content/documentation/latest/configuration/libprocess/index.html
+++ b/content/documentation/latest/configuration/libprocess/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/master-and-agent/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/master-and-agent/index.html b/content/documentation/latest/configuration/master-and-agent/index.html
index 42b68e5..fc7d142 100644
--- a/content/documentation/latest/configuration/master-and-agent/index.html
+++ b/content/documentation/latest/configuration/master-and-agent/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/master/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/master/index.html b/content/documentation/latest/configuration/master/index.html
index d1203ca..168578f 100644
--- a/content/documentation/latest/configuration/master/index.html
+++ b/content/documentation/latest/configuration/master/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/container-image/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/container-image/index.html b/content/documentation/latest/container-image/index.html
index fdf0d9f..99c37bd 100644
--- a/content/documentation/latest/container-image/index.html
+++ b/content/documentation/latest/container-image/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/container-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/container-volume/index.html b/content/documentation/latest/container-volume/index.html
index 37d236b..8c3cef9 100644
--- a/content/documentation/latest/container-volume/index.html
+++ b/content/documentation/latest/container-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/containerizer-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/containerizer-internals/index.html b/content/documentation/latest/containerizer-internals/index.html
index 5686472..8649d2f 100644
--- a/content/documentation/latest/containerizer-internals/index.html
+++ b/content/documentation/latest/containerizer-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/containerizers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/containerizers/index.html b/content/documentation/latest/containerizers/index.html
index 955260c..0682e23 100644
--- a/content/documentation/latest/containerizers/index.html
+++ b/content/documentation/latest/containerizers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/deploy-scripts/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/deploy-scripts/index.html b/content/documentation/latest/deploy-scripts/index.html
index 1db8cca..78978c0 100644
--- a/content/documentation/latest/deploy-scripts/index.html
+++ b/content/documentation/latest/deploy-scripts/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/design-docs/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/design-docs/index.html b/content/documentation/latest/design-docs/index.html
index 9ce2963..4ce38ba 100644
--- a/content/documentation/latest/design-docs/index.html
+++ b/content/documentation/latest/design-docs/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/docker-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/docker-containerizer/index.html b/content/documentation/latest/docker-containerizer/index.html
index c01b34a..c283843 100644
--- a/content/documentation/latest/docker-containerizer/index.html
+++ b/content/documentation/latest/docker-containerizer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/documentation-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/documentation-guide/index.html b/content/documentation/latest/documentation-guide/index.html
index 0ad1708..549a010 100644
--- a/content/documentation/latest/documentation-guide/index.html
+++ b/content/documentation/latest/documentation-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/doxygen-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/doxygen-style-guide/index.html b/content/documentation/latest/doxygen-style-guide/index.html
index 1b42292..6d2a100 100644
--- a/content/documentation/latest/doxygen-style-guide/index.html
+++ b/content/documentation/latest/doxygen-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/effective-code-reviewing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/effective-code-reviewing/index.html b/content/documentation/latest/effective-code-reviewing/index.html
index 9a62557..4701295 100644
--- a/content/documentation/latest/effective-code-reviewing/index.html
+++ b/content/documentation/latest/effective-code-reviewing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/browse.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/browse.json/index.html b/content/documentation/latest/endpoints/files/browse.json/index.html
index 6aeb8fb..a892a4b 100644
--- a/content/documentation/latest/endpoints/files/browse.json/index.html
+++ b/content/documentation/latest/endpoints/files/browse.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/browse/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/browse/index.html b/content/documentation/latest/endpoints/files/browse/index.html
index e44daa0..1ebe1ee 100644
--- a/content/documentation/latest/endpoints/files/browse/index.html
+++ b/content/documentation/latest/endpoints/files/browse/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/debug.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/debug.json/index.html b/content/documentation/latest/endpoints/files/debug.json/index.html
index ca5a391..e293ee3 100644
--- a/content/documentation/latest/endpoints/files/debug.json/index.html
+++ b/content/documentation/latest/endpoints/files/debug.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/debug/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/debug/index.html b/content/documentation/latest/endpoints/files/debug/index.html
index 6c92d87..252a0e9 100644
--- a/content/documentation/latest/endpoints/files/debug/index.html
+++ b/content/documentation/latest/endpoints/files/debug/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/download.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/download.json/index.html b/content/documentation/latest/endpoints/files/download.json/index.html
index e795614..467a8a8 100644
--- a/content/documentation/latest/endpoints/files/download.json/index.html
+++ b/content/documentation/latest/endpoints/files/download.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/download/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/download/index.html b/content/documentation/latest/endpoints/files/download/index.html
index 80172db..5c96ee4 100644
--- a/content/documentation/latest/endpoints/files/download/index.html
+++ b/content/documentation/latest/endpoints/files/download/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/read.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/read.json/index.html b/content/documentation/latest/endpoints/files/read.json/index.html
index 1c18cb5..4d5f98d 100644
--- a/content/documentation/latest/endpoints/files/read.json/index.html
+++ b/content/documentation/latest/endpoints/files/read.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/read/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/read/index.html b/content/documentation/latest/endpoints/files/read/index.html
index 75632e0..e306a46 100644
--- a/content/documentation/latest/endpoints/files/read/index.html
+++ b/content/documentation/latest/endpoints/files/read/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/index.html b/content/documentation/latest/endpoints/index.html
index 1e27847..1461afb 100644
--- a/content/documentation/latest/endpoints/index.html
+++ b/content/documentation/latest/endpoints/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/logging/toggle/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/logging/toggle/index.html b/content/documentation/latest/endpoints/logging/toggle/index.html
index 5763742..3d7e21b 100644
--- a/content/documentation/latest/endpoints/logging/toggle/index.html
+++ b/content/documentation/latest/endpoints/logging/toggle/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/api/v1/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/api/v1/index.html b/content/documentation/latest/endpoints/master/api/v1/index.html
index 69cd370..588a750 100644
--- a/content/documentation/latest/endpoints/master/api/v1/index.html
+++ b/content/documentation/latest/endpoints/master/api/v1/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html b/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
index 9694545..477b19c 100644
--- a/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
+++ b/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/create-volumes/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/create-volumes/index.html b/content/documentation/latest/endpoints/master/create-volumes/index.html
index 57d629a..310d8d0 100644
--- a/content/documentation/latest/endpoints/master/create-volumes/index.html
+++ b/content/documentation/latest/endpoints/master/create-volumes/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/destroy-volumes/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/destroy-volumes/index.html b/content/documentation/latest/endpoints/master/destroy-volumes/index.html
index 5fdb13f..e63841d 100644
--- a/content/documentation/latest/endpoints/master/destroy-volumes/index.html
+++ b/content/documentation/latest/endpoints/master/destroy-volumes/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/flags/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/flags/index.html b/content/documentation/latest/endpoints/master/flags/index.html
index 3b2a5b2..458e29a 100644
--- a/content/documentation/latest/endpoints/master/flags/index.html
+++ b/content/documentation/latest/endpoints/master/flags/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/frameworks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/frameworks/index.html b/content/documentation/latest/endpoints/master/frameworks/index.html
index e0faf56..9a3f6c5 100644
--- a/content/documentation/latest/endpoints/master/frameworks/index.html
+++ b/content/documentation/latest/endpoints/master/frameworks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/health/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/health/index.html b/content/documentation/latest/endpoints/master/health/index.html
index 4654ffb..e03a5ba 100644
--- a/content/documentation/latest/endpoints/master/health/index.html
+++ b/content/documentation/latest/endpoints/master/health/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/machine/down/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/machine/down/index.html b/content/documentation/latest/endpoints/master/machine/down/index.html
index 8ca0325..f7ee58f 100644
--- a/content/documentation/latest/endpoints/master/machine/down/index.html
+++ b/content/documentation/latest/endpoints/master/machine/down/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/machine/up/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/machine/up/index.html b/content/documentation/latest/endpoints/master/machine/up/index.html
index b3a62eb..86c5971 100644
--- a/content/documentation/latest/endpoints/master/machine/up/index.html
+++ b/content/documentation/latest/endpoints/master/machine/up/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/maintenance/schedule/index.html b/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
index 8af3a62..6835bd7 100644
--- a/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
+++ b/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/maintenance/status/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/maintenance/status/index.html b/content/documentation/latest/endpoints/master/maintenance/status/index.html
index 8ac3bd5..0264220 100644
--- a/content/documentation/latest/endpoints/master/maintenance/status/index.html
+++ b/content/documentation/latest/endpoints/master/maintenance/status/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/quota/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/quota/index.html b/content/documentation/latest/endpoints/master/quota/index.html
index a01850f..6de91e4 100644
--- a/content/documentation/latest/endpoints/master/quota/index.html
+++ b/content/documentation/latest/endpoints/master/quota/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/redirect/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/redirect/index.html b/content/documentation/latest/endpoints/master/redirect/index.html
index 8c42863..70309da 100644
--- a/content/documentation/latest/endpoints/master/redirect/index.html
+++ b/content/documentation/latest/endpoints/master/redirect/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/reserve/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/reserve/index.html b/content/documentation/latest/endpoints/master/reserve/index.html
index f414396..9e5f384 100644
--- a/content/documentation/latest/endpoints/master/reserve/index.html
+++ b/content/documentation/latest/endpoints/master/reserve/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/roles.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/roles.json/index.html b/content/documentation/latest/endpoints/master/roles.json/index.html
index 48ba633..1eb7627 100644
--- a/content/documentation/latest/endpoints/master/roles.json/index.html
+++ b/content/documentation/latest/endpoints/master/roles.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/roles/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/roles/index.html b/content/documentation/latest/endpoints/master/roles/index.html
index 4e27cc8..5259c56 100644
--- a/content/documentation/latest/endpoints/master/roles/index.html
+++ b/content/documentation/latest/endpoints/master/roles/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/slaves/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/slaves/index.html b/content/documentation/latest/endpoints/master/slaves/index.html
index b76d95c..0fef154 100644
--- a/content/documentation/latest/endpoints/master/slaves/index.html
+++ b/content/documentation/latest/endpoints/master/slaves/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>