You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/05/09 02:02:45 UTC

[iotdb] branch master updated: [Doc] Fix error path of Dockerfile (#9725)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3b44a55bb2 [Doc] Fix error path of Dockerfile (#9725)
3b44a55bb2 is described below

commit 3b44a55bb202230796d3dbe3ab7482b948ad975e
Author: QuakeWang <45...@users.noreply.github.com>
AuthorDate: Tue May 9 10:02:39 2023 +0800

    [Doc] Fix error path of Dockerfile (#9725)
---
 docs/UserGuide/QuickStart/WayToGetIoTDB.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/UserGuide/QuickStart/WayToGetIoTDB.md b/docs/UserGuide/QuickStart/WayToGetIoTDB.md
index bda484bcd2..59af730a73 100644
--- a/docs/UserGuide/QuickStart/WayToGetIoTDB.md
+++ b/docs/UserGuide/QuickStart/WayToGetIoTDB.md
@@ -25,7 +25,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.
-* Using Docker:The path to the dockerfile is https://github.com/apache/iotdb/blob/master/docker/Dockerfile
+* Using Docker:The path to the dockerfile is https://github.com/apache/iotdb/blob/master/docker
 
 ### Prerequisites