You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/02/14 02:57:15 UTC

git commit: Updated home.md.

Updated Branches:
  refs/heads/master 67009cf79 -> 028eedf58


Updated home.md.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/028eedf5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/028eedf5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/028eedf5

Branch: refs/heads/master
Commit: 028eedf58c6b22ddccdc7f5fe27b3b1eb499372d
Parents: 67009cf
Author: Vinod Kone <vi...@twitter.com>
Authored: Thu Feb 13 17:57:10 2014 -0800
Committer: Vinod Kone <vi...@twitter.com>
Committed: Thu Feb 13 17:57:10 2014 -0800

----------------------------------------------------------------------
 docs/home.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/028eedf5/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index d0c3552..115e52d 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -6,13 +6,12 @@ layout: documentation
 
 ## Users Documentation
 
-* [Mesos Configuration](configuration.md) command-line arguments
+* [Mesos Configuration](configuration.md) for command-line arguments
 * [Deploy Scripts](deploy-scripts.md) for launching a Mesos cluster on a set of machines.
 * [EC2 scripts](ec2-scripts.md) for launching a Mesos cluster on Amazon EC2.
-* [Logging and Debugging](logging-and-debugging.md) -- viewing Mesos and framework logs.
+* [Logging and Debugging](logging-and-debugging.md) for viewing Mesos and framework logs.
 * [High Availability](high-availability.md) for running multiple masters simultaneously.
-* [Slave Recovery](slave-recovery.md)
-* [Using Mesos Submit Tool](using-the-mesos-submit-tool.md) for launching a framework with a single task.
+* [Slave Recovery](slave-recovery.md) for doing seamless upgrades
 
 ## Running Mesos Frameworks
 
@@ -36,6 +35,7 @@ layout: documentation
 
 * [Mesos Developers Guide](mesos-developers-guide.md) includes resources for developers contributing to Mesos and the process of submitting patches for review.
 * [C++ Style Guide](mesos-c++-style-guide.md)
+* [Release Guide](release-guide.md)
 * [Mesos Development Road Map](mesos-roadmap.md)
 
 ## More Info about Mesos