From afaf74c1eceb758199abc4bdf73fbd4e30c4f21c Mon Sep 17 00:00:00 2001 From: Divyam Bhasin Date: Sun, 7 Apr 2019 11:40:01 -0400 Subject: [PATCH] Update the "role-based access control" link On page "https://docs.docker.com/ee/ucp/user-access/", update the hyperlink "role-based access control" to point to "https://docs.docker.com/ee/ucp/authorization/" instead of "https://docs.docker.com/ee/access-control". --- ee/ucp/user-access/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/user-access/index.md b/ee/ucp/user-access/index.md index 8d9dfff61e..f20b9534d6 100644 --- a/ee/ucp/user-access/index.md +++ b/ee/ucp/user-access/index.md @@ -13,7 +13,7 @@ way, from your browser. Docker UCP secures your cluster by using -[role-based access control](../../access-control/index.md). +[role-based access control](../authorization/index.md). From the browser, administrators can: * Manage cluster configurations, @@ -30,4 +30,4 @@ containers, and only when they're granted access by an administrator. ## Where to go next - [Authorization](../authorization.md) -- [Access UCP from the CLI](cli.md) \ No newline at end of file +- [Access UCP from the CLI](cli.md)