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/04/10 00:04:10 UTC

git commit: Added link to Javadoc and reorganized framework developer links.

Repository: mesos
Updated Branches:
  refs/heads/master a9051f075 -> 675e0ac57


Added link to Javadoc and reorganized framework developer links.

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


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

Branch: refs/heads/master
Commit: 675e0ac575fd4cf8fbfe1b181c547eff92650a4e
Parents: a9051f0
Author: Tobi Knaup <to...@knaup.me>
Authored: Wed Apr 9 15:03:34 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Wed Apr 9 15:03:34 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/675e0ac5/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 07c72c1..6a512de 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -18,15 +18,15 @@ layout: documentation
 
 ## Developing Mesos Frameworks and Applications
 
-* [Mesos Architecture](mesos-architecture.md) providing an overview of Mesos concepts.
-* [Mesos Code Internals](mesos-code-internals.md) overview of the codebase and internal organization.
 * [Framework Development Guide](app-framework-development-guide.md) describes how to build applications on top of Mesos.
-* [Mesos Command-Line Flags](configuration.md) detailing various flags that can be set.
+* [Mesos Architecture](mesos-architecture.md) providing an overview of Mesos concepts.
+* [Javadoc](/api/latest/java/) documents the Mesos Java API.
 * [Developer Tools](tools.md) for hacking on Mesos or writing frameworks.
 
 ## Contributing to Mesos
 
 * [Mesos Developers Guide](mesos-developers-guide.md) includes resources for developers contributing to Mesos and the process of submitting patches for review.
+* [Mesos Code Internals](mesos-code-internals.md) overview of the codebase and internal organization.
 * [C++ Style Guide](mesos-c++-style-guide.md)
 * [Release Guide](release-guide.md)
 * [Mesos Development Road Map](mesos-roadmap.md)