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

commit 29506e71b0e0a88fcf00a4a38d63867f6a9193b3
Author: zhutianci <[email protected]>
AuthorDate: Sun Jul 21 10:21:44 2019 +0800

    Fix wrong Windows path and a small Chinese grammar mistake.
---
 docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md | 5 +++--
 docs/Documentation-CHN/UserGuide/8-Tools-Grafana.md       | 5 +++--
 docs/Documentation/UserGuide/8-Tools-Grafana.md           | 2 +-
 grafana/readme.md                                         | 2 +-
 grafana/readme_zh.md                                      | 2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md 
b/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md
index d9315f5..a619b2b 100644
--- a/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md 
+++ b/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md 
@@ -35,7 +35,7 @@
 
 <!-- /TOC -->
 # 介绍
-同步工具是定期将本地磁盘中和新增的已持久化的tsfile文件上传至云端并加载的IoTDB套件工具。
+同步工具是定期将本地磁盘中和新增的已持久化的tsfile文件上传至云端并加载到IoTDB套件工具。
 
 在同步工具的发送端,同步模块是一个独立的进程,独立于本地的IoTDB。通过独立的脚本进行启动和关闭(详见章节`使用方式`),同步的频率周期可由用户设置。
 
@@ -277,4 +277,5 @@ Linux系统与MacOS系统停止命令如下:
 Windows系统停止命令如下:
 ```
   Shell >$IOTDB_HOME/bin/stop-sync-client.bat
-```
\ No newline at end of file
+```
+
diff --git a/docs/Documentation-CHN/UserGuide/8-Tools-Grafana.md 
b/docs/Documentation-CHN/UserGuide/8-Tools-Grafana.md
index 479928e..ace7603 100644
--- a/docs/Documentation-CHN/UserGuide/8-Tools-Grafana.md
+++ b/docs/Documentation-CHN/UserGuide/8-Tools-Grafana.md
@@ -52,7 +52,7 @@ Grafana是开源的指标量监测和可视化工具,可用于展示时序数
 * 插件名称: simple-json-datasource
 * 下载地址: https://github.com/grafana/simple-json-datasource
 
-具体下载方法是:到Grafana的插件目录中:`{Grafana文件目录}/data/plugin/`(Windows系统,启动Grafana后会自动创建`data/plugin`目录)或`/var/lib/grafana/plugins`
 
(Linux系统,plugins目录需要手动创建)或`/usr/local/var/lib/grafana/plugins`(MacOS系统,具体位置参看使用`brew
 install`安装Grafana后命令行给出的位置提示。
+具体下载方法是:到Grafana的插件目录中:`{Grafana文件目录}\data\plugin\`(Windows系统,启动Grafana后会自动创建`data\plugin`目录)或`/var/lib/grafana/plugins`
 
(Linux系统,plugins目录需要手动创建)或`/usr/local/var/lib/grafana/plugins`(MacOS系统,具体位置参看使用`brew
 install`安装Grafana后命令行给出的位置提示。
 
 执行下面的命令:
 
@@ -132,4 +132,5 @@ Grafana以网页的dashboard形式为您展示数据,在使用时请您打开
 
 进入Grafana可视化页面后,可以选择添加时间序列,如图 
6.9。您也可以按照Grafana官方文档进行相应的操作,详情可参看Grafana官方文档:http://docs.grafana.org/guides/getting_started/。
 
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; 
margin-right:auto; display:block;" 
src="https://user-images.githubusercontent.com/13203019/51664878-6e54a380-1ff5-11e9-9718-4d0e24627fa8.png";>
\ No newline at end of file
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; 
margin-right:auto; display:block;" 
src="https://user-images.githubusercontent.com/13203019/51664878-6e54a380-1ff5-11e9-9718-4d0e24627fa8.png";>
+
diff --git a/docs/Documentation/UserGuide/8-Tools-Grafana.md 
b/docs/Documentation/UserGuide/8-Tools-Grafana.md
index 25b90d5..e670d52 100644
--- a/docs/Documentation/UserGuide/8-Tools-Grafana.md
+++ b/docs/Documentation/UserGuide/8-Tools-Grafana.md
@@ -59,7 +59,7 @@ grafana-cli plugins install grafana-simple-json-datasource
 
 Alternatively, you can manually download the .zip file and unpack it into your 
grafana plugins directory.
 
-* `{grafana-install-directory}/data/plugin/` (Windows)
+* `{grafana-install-directory}\data\plugin\` (Windows)
 * `/var/lib/grafana/plugins` (Linux)
 * `/usr/local/var/lib/grafana/plugins`(Mac)
 
diff --git a/grafana/readme.md b/grafana/readme.md
index f1e8362..df3ea75 100644
--- a/grafana/readme.md
+++ b/grafana/readme.md
@@ -39,7 +39,7 @@ After downloading this plugin, you can use the grafana-cli 
tool to install Simpl
 
 Alternatively, you can manually download the .zip file and unpack it into your 
grafana plugins directory.
 
-* `{grafana-install-directory}/data/plugin/` (Windows)
+* `{grafana-install-directory}\data\plugin\` (Windows)
 * `/var/lib/grafana/plugins` (Linux)
 
 ### Start Grafana
diff --git a/grafana/readme_zh.md b/grafana/readme_zh.md
index 51ad093..3e0f411 100644
--- a/grafana/readme_zh.md
+++ b/grafana/readme_zh.md
@@ -32,7 +32,7 @@ Grafana下载地址:https://grafana.com/grafana/download
 插件下载地址:https://github.com/grafana/simple-json-datasource
 
 下载并解压,将文件放到Grafana的目录中:
-`data/plugin/`(Windows)或`/var/lib/grafana/plugins` (Linux)
+`data\plugin\`(Windows)或`/var/lib/grafana/plugins` (Linux)
 
 # 启动Grafana
 启动 Grafana

Reply via email to