From b741a30dc3863d8bef24d393cd71ccb56bac914b Mon Sep 17 00:00:00 2001 From: Teniola Olowookere <90247181+Teniola-theDev@users.noreply.github.com> Date: Fri, 21 Oct 2022 20:25:21 +0100 Subject: [PATCH] Update docs/source/getting-started/authenticators-users-basics.md I committed your suggestion about changing the target for the "roles". Thank you! Co-authored-by: Min RK --- docs/source/getting-started/authenticators-users-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started/authenticators-users-basics.md b/docs/source/getting-started/authenticators-users-basics.md index 405d0208..5b169eb2 100644 --- a/docs/source/getting-started/authenticators-users-basics.md +++ b/docs/source/getting-started/authenticators-users-basics.md @@ -25,7 +25,7 @@ If this configuration value is not set, then **all authenticated users will be a ```{note} As of JupyterHub 2.0, the full permissions of `admin_users` should not be required. -Instead, you can assign **roles** to users or groups +Instead, you can assign [roles](define-role-target) to users or groups with only the scopes they require. ```