You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/07/19 03:17:34 UTC

[incubator-iotdb] branch master updated: Update readme.md and readme_zh.md in incubator-iotdb/grafana

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new e8c9236  Update readme.md and readme_zh.md in incubator-iotdb/grafana
     new 348a86d  Merge pull request #268 from samperson1997/grafana_doc
e8c9236 is described below

commit e8c92368e0a302e2f1c164dfe42a2c4cab1f758c
Author: 151250128 <15...@smail.nju.edu.cn>
AuthorDate: Fri Jul 19 09:45:51 2019 +0800

    Update readme.md and readme_zh.md in incubator-iotdb/grafana
---
 grafana/readme.md    | 6 +++---
 grafana/readme_zh.md | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/grafana/readme.md b/grafana/readme.md
index 353b7ea..f1e8362 100644
--- a/grafana/readme.md
+++ b/grafana/readme.md
@@ -21,7 +21,7 @@
 
 # IoTDB-Grafana
 
-* [中文](https://github.com/thulab/iotdb/blob/master/grafana/readme_zh.md)
+* [中文](https://github.com/apache/incubator-iotdb/blob/master/grafana/readme_zh.md)
 
 This project provides a connector which reads data from iotdb and sends to grafana(https://grafana.com/). Before you use this tool, make sure grafana and iotdb are correctly installed and started.
 
@@ -47,12 +47,12 @@ Grafana will auto start after installing, or you can run `sudo service grafana-s
 
 ## IoTDB installation
 
-See https://github.com/thulab/iotdb
+See https://github.com/apache/incubator-iotdb
 
 ## IoTDB-Grafana installation
 
 ```shell
-git clone https://github.com/thulab/iotdb.git
+git clone https://github.com/apache/incubator-iotdb.git
 mvn clean package -pl grafana -am -Dmaven.test.skip=true
 cd grafana
 ```
diff --git a/grafana/readme_zh.md b/grafana/readme_zh.md
index 60a1278..51ad093 100644
--- a/grafana/readme_zh.md
+++ b/grafana/readme_zh.md
@@ -38,13 +38,13 @@ Grafana下载地址:https://grafana.com/grafana/download
 启动 Grafana
 
 # IoTDB安装
-参考:https://github.com/thulab/iotdb
+参考:https://github.com/apache/incubator-iotdb
 
 # 后端数据源连接器安装
 下载源代码
 
 ```shell
-git clone https://github.com/thulab/iotdb.git
+git clone https://github.com/apache/incubator-iotdb.git
 mvn clean package -pl grafana -am -Dmaven.test.skip=true
 cd grafana
 ```