From 66d405acabc07e483b824af98a53277b005cb825 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Thu, 23 Apr 2020 00:11:25 +0530 Subject: [PATCH] Docs: Correcting a reference link in documentation (#23747) * Correcting a reference link in documentation * Changed link as relative path, as asked by reviewer --- docs/sources/plugins/developing/snapshot-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/snapshot-mode.md b/docs/sources/plugins/developing/snapshot-mode.md index dd47b93851a..f8ba176679e 100644 --- a/docs/sources/plugins/developing/snapshot-mode.md +++ b/docs/sources/plugins/developing/snapshot-mode.md @@ -11,7 +11,7 @@ weight = 6 {{< imgbox img="/img/docs/Grafana-snapshot-example.png" caption="A dashboard using snapshot data and not live data." >}} -Grafana has this great feature where you can [save a snapshot of your dashboard](http://docs.grafana.org/reference/sharing/). Instead of sending a screenshot of a dashboard to someone, you can send them a working, interactive Grafana dashboard with the snapshot data embedded inside it. The snapshot can be saved on your Grafana server and is available to all your co-workers. Raintank also hosts a [snapshot server](http://snapshot.raintank.io/) if you want to send the snapshot to someone who does not have access to your Grafana server. +Grafana has this great feature where you can [save a snapshot of your dashboard]({{< relref "../../reference/share_dashboard.md" >}}). Instead of sending a screenshot of a dashboard to someone, you can send them a working, interactive Grafana dashboard with the snapshot data embedded inside it. The snapshot can be saved on your Grafana server and is available to all your co-workers. Raintank also hosts a [snapshot server](http://snapshot.raintank.io/) if you want to send the snapshot to someone who does not have access to your Grafana server. {{< imgbox img="/img/docs/animated_gifs/snapshots.gif" caption="Selecting a snapshot" >}}