Commit 2725053c by Torkel Ödegaard

docs(): fixed iframe snapshot links in docs, fixes #2682

parent e2cb66f8
......@@ -82,7 +82,7 @@ Below you should see an iframe with a graph panel (taken from a Dashboard snapsh
Try hovering or zooming on the panel below!
<iframe src="http://snapshot.raintank.io/dashboard/solo/snapshot/IQ7iZF00sHalq0Ffjv6OyclJSA1YHYV1?panelId=4&fullscreen" width="650" height="300" frameborder="0"></iframe>
<iframe src="https://snapshot.raintank.io/dashboard/snapshot/4IKyWYNEQll1B9FXcN3RIgx4M2VGgU8d" width="650" height="300" frameborder="0"></iframe>
This feature makes it easy to include interactive visualizations from your Grafana instance anywhere you want.
......
......@@ -43,4 +43,4 @@ Example:
```
Below there should be an interactive Grafana graph embedded in an iframe:
<iframe src="http://snapshot.raintank.io/dashboard/solo/snapshot/IQ7iZF00sHalq0Ffjv6OyclJSA1YHYV1?panelId=4&fullscreen" width="650" height="300" frameborder="0"></iframe>
<iframe src="https://snapshot.raintank.io/dashboard/snapshot/4IKyWYNEQll1B9FXcN3RIgx4M2VGgU8d" width="650" height="300" frameborder="0"></iframe>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment