From 9ccf32bef097642b01a5f28e1b4b4bcc9d08b398 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 24 Jul 2019 01:40:52 -0700 Subject: [PATCH] Docs: update links to sample plugins (#18240) * update links to sample plugins * lowercase Panel --- docs/sources/plugins/developing/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/development.md b/docs/sources/plugins/developing/development.md index 48410b06732..9f1d04feec1 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -20,7 +20,8 @@ You can extend Grafana by writing your own plugins and then share them with othe Example plugins -- [Typescript data source example](https://github.com/grafana/typescript-template-datasource) +- ["Hello World" panel using Angular](https://github.com/grafana/simple-angular-panel) +- ["Hello World" panel using React](https://github.com/grafana/simple-react-panel) - [Simple json data source](https://github.com/grafana/simple-json-datasource) - [Clock panel](https://github.com/grafana/clock-panel) - [Pie chart panel](https://github.com/grafana/piechart-panel)