mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 05:31:49 +08:00
Fix internal links in http_api/dashboard.md (#21255)
This commit is contained in:

committed by
Marcus Efraimsson

parent
b630e57290
commit
4f10dca058
@ -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.
|
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
|
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.
|
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.
|
The uid can have a maximum length of 40 characters.
|
||||||
@ -274,7 +274,7 @@ Content-Type: application/json
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Dashboard Search
|
## Dashboard Search
|
||||||
See [Folder/Dashboard Search API](/http_api/folder_dashboard_search).
|
See [Folder/Dashboard Search API]({{< relref "folder_dashboard_search.md" >}}).
|
||||||
|
|
||||||
## Deprecated resources
|
## Deprecated resources
|
||||||
Please note that these resource have been deprecated and will be removed in a future release.
|
Please note that these resource have been deprecated and will be removed in a future release.
|
||||||
|
Reference in New Issue
Block a user