Преглед на файлове

Docs: update links to sample plugins (#18240)

* update links to sample plugins

* lowercase Panel
Ryan McKinley преди 6 години
родител
ревизия
9ccf32bef0
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      docs/sources/plugins/developing/development.md

+ 2 - 1
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)