This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 12394f04 docs: fix error link (#212)
12394f04 is described below
commit 12394f04dd88a470be625547399dd75c00c68346
Author: Cancai Cai <[email protected]>
AuthorDate: Tue Aug 20 16:49:02 2024 +0800
docs: fix error link (#212)
---
java/examples/readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/examples/readme.md b/java/examples/readme.md
index d6907478..3183a810 100644
--- a/java/examples/readme.md
+++ b/java/examples/readme.md
@@ -81,4 +81,4 @@ The example is to show how to write and read a TsFile File.
This class is to show the structure of a TsFile.
### Notice
- For detail, please refer to
https://github.com/apache/iotdb/blob/master/tsfile/README.md.
+ For detail, please refer to
https://github.com/apache/tsfile/blob/develop/README.md.