You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/04/16 19:18:48 UTC

[07/11] flink git commit: [FLINK-9177][docs] Update Mesos getting started link

[FLINK-9177][docs] Update Mesos getting started link

This closes #5850.


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

Branch: refs/heads/release-1.5
Commit: 39e9e19c5d663d5e69a845af8b00d7de20380101
Parents: 23d4543
Author: Arunan Sugunakumar <ar...@gmail.com>
Authored: Mon Apr 16 07:26:34 2018 +0000
Committer: zentol <ch...@apache.org>
Committed: Mon Apr 16 21:18:33 2018 +0200

----------------------------------------------------------------------
 docs/ops/deployment/mesos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/39e9e19c/docs/ops/deployment/mesos.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/mesos.md b/docs/ops/deployment/mesos.md
index 56f9d93..74bae39 100644
--- a/docs/ops/deployment/mesos.md
+++ b/docs/ops/deployment/mesos.md
@@ -101,7 +101,7 @@ You can also run Mesos without DC/OS.
 
 ### Installing Mesos
 
-Please follow the [instructions on how to setup Mesos on the official website](http://mesos.apache.org/documentation/latest/getting-started/).
+Please follow the [instructions on how to setup Mesos on the official website](http://mesos.apache.org/getting-started/).
 
 After installation you have to configure the set of master and agent nodes by creating the files `MESOS_HOME/etc/mesos/masters` and `MESOS_HOME/etc/mesos/slaves`.
 These files contain in each row a single hostname on which the respective component will be started (assuming SSH access to these nodes).