From 86a57d17d2c618aad7d89bd71b53cfdeda02c63d Mon Sep 17 00:00:00 2001 From: Mitch Seaman Date: Wed, 28 Apr 2021 07:09:15 -0600 Subject: [PATCH] add closed parenthesis to fix a hyperlink (#33471) Fix a missing character that prevents the hyperlink from rendering correctly. --- docs/sources/enterprise/license/license-restrictions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/license/license-restrictions.md b/docs/sources/enterprise/license/license-restrictions.md index 2516d02cf62..050cb5b8983 100644 --- a/docs/sources/enterprise/license/license-restrictions.md +++ b/docs/sources/enterprise/license/license-restrictions.md @@ -23,7 +23,7 @@ In the context of licensing, each user is classified as either a viewer or an ed - An editor is a user who has permission to edit and save a dashboard. Examples of editors are as follows: - Grafana server administrators. - Users who are assigned an organizational role of Editor or Admin. - - Users that have been granted Admin or Edit permissions at the dashboard or folder level. Refer to [Dashboard and folder permissions]({{< relref "../../permissions/dashboard-folder-permissions.md" >}}. + - Users that have been granted Admin or Edit permissions at the dashboard or folder level. Refer to [Dashboard and folder permissions]({{< relref "../../permissions/dashboard-folder-permissions.md" >}}). - A viewer is a user with the Viewer role, which does not permit the user to save a dashboard. Restrictions are applied separately for viewers and editors.