瀏覽代碼

fix(plugins): Fix broken link in plugins readme

Can't find the DEVELOPMENT.md file so linked to 
http://docs.grafana.org/project/building_from_source/ instead.
Daniel Lee 9 年之前
父節點
當前提交
860e771493
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/plugins/development.md

+ 1 - 1
docs/sources/plugins/development.md

@@ -10,7 +10,7 @@ From grafana 3.0 it's very easy to develop your own plugins and share them with
 
 ## Short version
 
-1. [Setup grafana](https://github.com/grafana/grafana/blob/master/DEVELOPMENT.md)
+1. [Setup grafana](http://docs.grafana.org/project/building_from_source/)
 2. Clone an example plugin into ```/var/lib/grafana/plugins```  or `data/plugins` (relative to grafana git repo if your running development version from source dir)
 3. Code away!