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:39:33 UTC

[incubator-iotdb] branch fix_doc_docker_link created (now 8406367)

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

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


      at 8406367  fix docker link

This branch includes the following new commits:

     new 8406367  fix docker link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: fix docker link

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 840636716ad3e9ce70b474c7f1af9c3d2bc4c6f9
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Feb 26 11:39:07 2020 +0800

    fix docker link
---
 docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md b/docs/Documentation/UserGuide/0-Get Started/1-QuickStart.md
index a041c8a..e3c34c0 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/Dockerfile
 
 
 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.