You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/02/05 06:18:48 UTC

[8/8] mesos git commit: Added link to HTTP Endpoints doc in home.md.

Added link to HTTP Endpoints doc in home.md.

Review: https://reviews.apache.org/r/42791/


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

Branch: refs/heads/master
Commit: 6585238e9ca657a61d73dcb704ea3951e032ef5b
Parents: b4600b9
Author: Kevin Klues <kl...@gmail.com>
Authored: Thu Feb 4 20:30:33 2016 -0800
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Thu Feb 4 21:18:18 2016 -0800

----------------------------------------------------------------------
 docs/home.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6585238e/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index dea6ec2..a2000a3 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -14,6 +14,7 @@ layout: documentation
 * [Getting Started](getting-started.md) for basic instructions on compiling and installing Mesos.
 * [Upgrades](upgrades.md) for upgrading a Mesos cluster.
 * [Configuration](configuration.md) for command-line arguments.
+* [HTTP Endpoints](endpoints/) for available HTTP endpoints.
 * [Containerizer](containerizer.md) for containerizer overview and use cases.
   * [Containerizer Internals](containerizer-internals.md) for implementation details of containerizers.
   * [Mesos Containerizer](mesos-containerizer.md) default containerizer, supports both Linux and POSIX systems.