Docs: Use https scheme for Grafana playground links (#21360)

This commit is contained in:
Emil Hessman
2020-01-06 08:25:13 -08:00
committed by Diana Payton
parent 90d20ec5af
commit f0764ceda8
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -148,5 +148,5 @@ You can share a playlist by copying the link address on the view mode you prefer
1. Click **Copy Link Address** to copy the URL to your clipboard.
Example: The URL for the first playlist on the Grafana Play site in Kiosk mode will look like this:
[http://play.grafana.org/playlists/play/1?kiosk](http://play.grafana.org/playlists/play/1?kiosk).
[https://play.grafana.org/playlists/play/1?kiosk](https://play.grafana.org/playlists/play/1?kiosk).
1. Paste the URL to your destination.
+5 -5
View File
@@ -114,7 +114,7 @@ String to interpolate: '${servers:percentencode}'
Interpolation result: 'foo%28%29bar%20BAZ%2Ctest2'
```
Test the formatting options on the [Grafana Play site](http://play.grafana.org/d/cJtIfcWiz/template-variable-formatting-options?orgId=1).
Test the formatting options on the [Grafana Play site](https://play.grafana.org/d/cJtIfcWiz/template-variable-formatting-options?orgId=1).
If any invalid formatting option is specified, then `glob` is the default/fallback option.
@@ -379,7 +379,7 @@ you want to repeat the row for.
It may be a good idea to use a variable in the row title as well.
Example: [Repeated Rows Dashboard](http://play.grafana.org/dashboard/db/repeated-rows)
Example: [Repeated Rows Dashboard](https://play.grafana.org/dashboard/db/repeated-rows)
## URL state
@@ -387,6 +387,6 @@ Variable values are always synced to the URL using the syntax `var-<varname>=val
## Examples
- [Graphite Templated Dashboard](http://play.grafana.org/dashboard/db/graphite-templated-nested)
- [Elasticsearch Templated Dashboard](http://play.grafana.org/dashboard/db/elasticsearch-templated)
- [InfluxDB Templated Dashboard](http://play.grafana.org/dashboard/db/influxdb-templated)
- [Graphite Templated Dashboard](https://play.grafana.org/dashboard/db/graphite-templated-nested)
- [Elasticsearch Templated Dashboard](https://play.grafana.org/dashboard/db/elasticsearch-templated)
- [InfluxDB Templated Dashboard](https://play.grafana.org/dashboard/db/influxdb-templated)