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/08 17:22:33 UTC

[2/3] mesos git commit: Updated endpoints/index.md.

Updated endpoints/index.md.

The index was updated to reflect updates to the
generate-endpoints-help.py script used to generate it.

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


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

Branch: refs/heads/master
Commit: d264244f8db5772affcd9e6acdbd0e5952fe1498
Parents: 024bdd4
Author: Kevin Klues <kl...@gmail.com>
Authored: Mon Feb 8 17:21:10 2016 +0100
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Mon Feb 8 17:21:10 2016 +0100

----------------------------------------------------------------------
 docs/endpoints/index.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d264244f/docs/endpoints/index.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/index.md b/docs/endpoints/index.md
index f702ff5..48eef37 100644
--- a/docs/endpoints/index.md
+++ b/docs/endpoints/index.md
@@ -3,20 +3,21 @@
 # HTTP Endpoints #
 
 Below is a list of HTTP endpoints available for a given Mesos process.
-The documentation for these endpoints is auto-generated from strings
-stored in the Mesos source code.
 
 Depending on your configuration, some subset of these endpoints will
-be available on your Mesos master or agent. Additionally, a '/help'
+be available on your Mesos master or agent. Additionally, a `/help`
 endpoint will be available that displays help similar to what you see
 below.
 
+** NOTE: ** The documentation for these endpoints is auto-generated
+from strings stored in the Mesos source code.
+
 ## Master Endpoints ##
 
 Below is a set of endpoints available on a Mesos master. These
 endpoints are reachable at the address http://ip:port/endpoint.
 
-For example, http://master.mesosphere.com:5050/files/browse
+For example, http://master.com:5050/files/browse
 
 ### files ###
 * [/files/browse](files/browse.md)
@@ -78,7 +79,7 @@ For example, http://master.mesosphere.com:5050/files/browse
 Below is a set of endpoints available on a Mesos agent. These
 endpoints are reachable at the address http://ip:port/endpoint.
 
-For example, http://agent.mesosphere.com:5051/files/browse
+For example, http://agent.com:5051/files/browse
 
 ### files ###
 * [/files/browse](files/browse.md)