From 4410fe538df8b43eb5f38cbd104b4a5d2403a7d1 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 28 Jun 2021 21:40:31 +0200 Subject: [PATCH] AccessControl: Fix docs link to localhost (#36233) (#36234) * AccessControl Correct link to localhost * Removed extra parenthesis in relref definition (cherry picked from commit d42d874240b8e5161116be036eec6abcc1926351) Co-authored-by: Gabriel MABILLE --- docs/sources/enterprise/access-control/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/enterprise/access-control/_index.md b/docs/sources/enterprise/access-control/_index.md index bf7b02dbcec..41a5b4e1a40 100644 --- a/docs/sources/enterprise/access-control/_index.md +++ b/docs/sources/enterprise/access-control/_index.md @@ -37,11 +37,11 @@ To learn more about specific endpoints where you can use access control, refer t ## Enable fine-grained access control Fine-grained access control is available behind the `accesscontrol` feature toggle in Grafana Enterprise 8.0+. -You can enable it either in a [config file](({{< relref "../../administration/configuration.md#fconfig-file-locations" >}})) or by [configuring an environment variable](http://localhost:3002/docs/grafana/next/administration/configuration/#configure-with-environment-variables). +You can enable it either in a [config file]({{< relref "../../administration/configuration.md#config-file-locations" >}}) or by [configuring an environment variable]({{< relref "../../administration/configuration/#configure-with-environment-variables" >}}). ### Enable in config file -In your [config file](({{< relref "../../administration/configuration.md#config-file-locations" >}})), add `accesscontrol` as a [feature_toggle](({{< relref "../../administration/configuration.md#feature_toggle" >}})). +In your [config file]({{< relref "../../administration/configuration.md#config-file-locations" >}}), add `accesscontrol` as a [feature_toggle]({{< relref "../../administration/configuration.md#feature_toggle" >}}). ``` [feature_toggles]