From 5b318428c4d9cd1e09ec96e1dfafe948da99cd0b Mon Sep 17 00:00:00 2001 From: stukselbax Date: Wed, 14 Feb 2018 11:34:46 +0300 Subject: [PATCH] Invalid url in docs --- docs/sources/administration/provisioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index b499efba1e1..1563625b85c 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -186,4 +186,4 @@ When Grafana starts, it will update/insert all dashboards available in the confi ### Reuseable dashboard urls -If the dashboard in the json file contains an [uid](http://localhost:3004/reference/dashboard/#json-fields), Grafana will force insert/update on that uid. This allows you to migrate dashboards betweens Grafana instances and provisioning Grafana from configuration without breaking the urls given since the new dashboard url uses the uid as identifer. +If the dashboard in the json file contains an [uid](/reference/dashboard/#json-fields), Grafana will force insert/update on that uid. This allows you to migrate dashboards betweens Grafana instances and provisioning Grafana from configuration without breaking the urls given since the new dashboard url uses the uid as identifer.