This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit f6b9e524f1eaad8d1892b05fd48c6fc57e5318d4 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.
