From 4d300016b9c9d3865ac7a71a08661cfd2cfdb67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20Rodr=C3=ADguez?= Date: Wed, 14 May 2025 15:32:42 +0200 Subject: [PATCH] [release-12.0.1] Fix broken links (#105404) Fix broken links (#105341) --- docs/sources/developers/http_api/dashboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/developers/http_api/dashboard.md b/docs/sources/developers/http_api/dashboard.md index 2dfe6322441..21400aae528 100644 --- a/docs/sources/developers/http_api/dashboard.md +++ b/docs/sources/developers/http_api/dashboard.md @@ -20,7 +20,7 @@ title: Dashboard HTTP API > If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/roles-and-permissions/access-control/custom-role-actions-scopes/) for more information. -> To view more about the new api structure, refer to [API overview]({{< ref "apis" >}}). +> To view more about the new API structure, refer to [API overview](https://grafana.com/docs/grafana//developers/http_api/apis/). ## Create Dashboard @@ -28,7 +28,7 @@ title: Dashboard HTTP API Creates a new dashboard. -- namespace: to read more about the namespace to use, see the [API overview]({{< ref "apis" >}}). +- namespace: to read more about the namespace to use, see the [API overview](https://grafana.com/docs/grafana//developers/http_api/apis/). **Required permissions**