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 ed9d6c0da8b Update iotdb client example reference (#13386)
ed9d6c0da8b is described below

commit ed9d6c0da8bd03e259e9b0bbd692070964fd017c
Author: Emmanuel Ferdman <[email protected]>
AuthorDate: Mon Sep 2 16:29:40 2024 +0300

    Update iotdb client example reference (#13386)
    
    Signed-off-by: Emmanuel Ferdman <[email protected]>
---
 iotdb-client/client-py/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb-client/client-py/README.md b/iotdb-client/client-py/README.md
index ec0c5a65de9..d6e837dd7ed 100644
--- a/iotdb-client/client-py/README.md
+++ b/iotdb-client/client-py/README.md
@@ -47,7 +47,7 @@ You have to install thrift (>=0.14.1) before using the 
package.
 
 First, download the latest package: `pip3 install apache-iotdb`
 
-You can get an example of using the package to read and write data at here: 
[Example](https://github.com/apache/iotdb/blob/master/client-py/SessionExample.py)
+You can get an example of using the package to read and write data at here: 
[Example](https://github.com/apache/iotdb/blob/master/iotdb-client/client-py/SessionExample.py)
 
 An example of aligned timeseries: [Aligned Timeseries Session 
Example](https://github.com/apache/iotdb/blob/master/client-py/SessionAlignedTimeseriesExample.py)
 

Reply via email to