소스 검색

docs(plugins): update links to new examples

bergquist 9 년 전
부모
커밋
b1881e5f54
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      docs/sources/plugins/developing_plugins.md

+ 2 - 4
docs/sources/plugins/developing_plugins.md

@@ -22,9 +22,7 @@ The easiset way to try your plugin with grafana is to [setup grafana for develop
 ## Examples / boilerplate
 ## Examples / boilerplate
 We currently have three different examples that you can fork to get started developing your grafana plugin.
 We currently have three different examples that you can fork to get started developing your grafana plugin.
 
 
- - [generic-datasource](https://github.com/grafana/grafana/tree/master/examples/datasource-plugin-genericdatasource) (small datasource plugin for quering json data from backends)
+ - [simple-json-datasource](https://github.com/grafana/simple-json-datasource) (small datasource plugin for quering json data from backends)
  - [panel-boilderplate-es5](https://github.com/grafana/grafana/tree/master/examples/panel-boilerplate-es5)
  - [panel-boilderplate-es5](https://github.com/grafana/grafana/tree/master/examples/panel-boilerplate-es5)
- - [nginx-app](https://github.com/grafana/grafana/tree/master/examples/nginx-app)
+ - [example-app](https://github.com/grafana/example-app)
 
 
-## Publish your plugin
-We are currently working on this.