From 4f10dca05847e36a647f77137ec1b64e008e55ad Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Mon, 30 Dec 2019 02:38:08 -0500 Subject: [PATCH] Fix internal links in http_api/dashboard.md (#21255) --- docs/sources/http_api/dashboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/http_api/dashboard.md b/docs/sources/http_api/dashboard.md index e2ca4d19c18..81c2c89288d 100644 --- a/docs/sources/http_api/dashboard.md +++ b/docs/sources/http_api/dashboard.md @@ -17,7 +17,7 @@ The identifier (id) of a dashboard is an auto-incrementing numeric value and is The unique identifier (uid) of a dashboard can be used for uniquely identify a dashboard between multiple Grafana installs. It's automatically generated if not provided when creating a dashboard. The uid allows having consistent URL's for accessing -dashboards and when syncing dashboards between multiple Grafana installs, see [dashboard provisioning](/administration/provisioning/#dashboards) +dashboards and when syncing dashboards between multiple Grafana installs, see [dashboard provisioning]({{< relref "../administration/provisioning.md#dashboards" >}}) for more information. This means that changing the title of a dashboard will not break any bookmarked links to that dashboard. The uid can have a maximum length of 40 characters. @@ -274,7 +274,7 @@ Content-Type: application/json ``` ## Dashboard Search -See [Folder/Dashboard Search API](/http_api/folder_dashboard_search). +See [Folder/Dashboard Search API]({{< relref "folder_dashboard_search.md" >}}). ## Deprecated resources Please note that these resource have been deprecated and will be removed in a future release.