You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2022/10/15 11:18:26 UTC

[iotdb] branch research/M4-visualization updated: Update README.md

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

leirui pushed a commit to branch research/M4-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/research/M4-visualization by this push:
     new 00c87c40c9 Update README.md
00c87c40c9 is described below

commit 00c87c40c927be169248895133d4ce03ce924c85
Author: Rui,Lei <33...@users.noreply.github.com>
AuthorDate: Sat Oct 15 19:18:21 2022 +0800

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 46a35fa73c..e572d19ef3 100644
--- a/README.md
+++ b/README.md
@@ -4,5 +4,5 @@
     The document of the M4 aggregation function (implemented as a UDF based on MA) has been released on the official [website](https://iotdb.apache.org/UserGuide/Master/UDF-Library/M4.html#m4-2) of Apache IoTDB.
     - M4-LSM: `org.apache.iotdb.db.query.dataset.groupby.LocalGroupByExecutor4CPV`
     - Some integration tests for correctness are in `org.apache.iotdb.db.integration.m4.MyTest1/2/3/4`.
-- The experiment-related code, data and scripts are in [another GitHub repository](https://anonymous.4open.science/r/M4-visualization-exp-42E6/README.md) for easier reproducibility.
+- The experiment-related code, data and scripts are in [another GitHub repository](https://github.com/LeiRui/M4-visualization-exp.git) for easier reproducibility.
 - For the README of Apache IoTDB itself, please see [README_IOTDB.md](README_IOTDB.md).