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 2020/02/26 03:53:44 UTC

[incubator-iotdb] branch master updated: [IOTDB-395] fix docker link (#840)

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 13b7103  [IOTDB-395] fix docker link (#840)
13b7103 is described below

commit 13b7103ab8107e5db4ff7a2ebd07700268b4fa2b
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Wed Feb 26 11:53:38 2020 +0800

    [IOTDB-395] fix docker link (#840)
    
    * fix docker link in quickstart and readme
---
 README.md                                                      | 2 +-
 docs/Documentation-CHN/UserGuide/0-Get Started/1-QuickStart.md | 2 +-
 docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 15d236d..6626db4 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ IoTDB provides three installation methods, you can refer to the following sugges
 
 * Installation from source code. If you need to modify the code yourself, you can use this method.
 * Installation from binary files. Download the binary files from the official website. This is the recommended method, in which you will get a binary released package which is out-of-the-box.(Comming Soon...)
-* Using Docker:The path to the dockerfile is https://github.com/apache/incubator-iotdb/blob/master/docker/Dockerfile
+* Using Docker:The path to the dockerfile is https://github.com/apache/incubator-iotdb/tree/master/docker/src/main
 
 
 Here in the Quick Start, we give a brief introduction of using source code to install IoTDB. For further information, please refer to Chapter 4 of the User Guide.
diff --git a/docs/Documentation-CHN/UserGuide/0-Get Started/1-QuickStart.md b/docs/Documentation-CHN/UserGuide/0-Get Started/1-QuickStart.md
index ab38df3..7b19497 100755
--- a/docs/Documentation-CHN/UserGuide/0-Get Started/1-QuickStart.md	
+++ b/docs/Documentation-CHN/UserGuide/0-Get Started/1-QuickStart.md	
@@ -57,7 +57,7 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
 
 * 二进制可运行程序:请从Download页面下载最新的安装包,解压后即完成安装。
 
-* 使用Docker镜像: dockerfile文件位于 https://github.com/apache/incubator-iotdb/blob/master/docker/Dockerfile
+* 使用Docker镜像:dockerfile 文件位于 https://github.com/apache/incubator-iotdb/blob/master/docker/src/main
 
 ### IoTDB下载
 
diff --git a/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md b/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md
index a041c8a..fb05a34 100755
--- a/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md	
+++ b/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md	
@@ -56,7 +56,7 @@ IoTDB provides you three installation methods, you can refer to the following su
 
 * Installation from source code. If you need to modify the code yourself, you can use this method.
 * Installation from binary files. Download the binary files from the official website. This is the recommended method, in which you will get a binary released package which is out-of-the-box.(Comming Soon...)
-* Using Docker:The path to the dockerfile is https://github.com/apache/incubator-iotdb/blob/master/docker/Dockerfile
+* Using Docker:The path to the dockerfile is https://github.com/apache/incubator-iotdb/blob/master/docker/src/main
 
 
 Here in the Quick Start, we give a brief introduction to install IoTDB. For further information, please refer to Chapter 3 of the User Guide.