Repository: mesos
Updated Branches:
  refs/heads/master c70215029 -> fd163c20c


Fixed a link in the upgrade documentation.

This patch fixes a broken link in the upgrade documentation.

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


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

Branch: refs/heads/master
Commit: fd163c20c476ff37e605e56a00bb9c6ad341bbdc
Parents: c702150
Author: Greg Mann <g...@mesosphere.io>
Authored: Thu Apr 27 12:53:41 2017 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Thu Apr 27 12:53:41 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fd163c20/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 8730eed..6999949 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -286,7 +286,7 @@ We categorize the changes as follows:
 * Implementors of allocator modules have to provide new implementation 
functionality to satisfy the `MULTI_ROLE` framework capability. Also, the 
interface has changed.
 
 <a name="1-3-x-executor-authentication"></a>
-* New Agent flags authenticate_http_executors and executor_secret_key: Used to 
enable required HTTP executor authentication and set the key file used for 
generation and authentication of HTTP executor tokens. Note that enabling these 
flags after upgrade is disruptive to HTTP executors that were launched before 
the upgrade. For more information on the recommended upgrade procedure when 
enabling these flags, see the [authentication 
documentation](docs/authentication.md).
+* New Agent flags authenticate_http_executors and executor_secret_key: Used to 
enable required HTTP executor authentication and set the key file used for 
generation and authentication of HTTP executor tokens. Note that enabling these 
flags after upgrade is disruptive to HTTP executors that were launched before 
the upgrade. For more information on the recommended upgrade procedure when 
enabling these flags, see the [authentication documentation](authentication.md).
 
 ## Upgrading from 1.1.x to 1.2.x ##
 

Reply via email to