This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 7e8beb9 fix two bad urls both zh and English (#21)
7e8beb9 is described below
commit 7e8beb91cae05476396d401d47d6e2a07450847b
Author: wanghui42 <[email protected]>
AuthorDate: Wed Jul 26 20:12:15 2023 +0800
fix two bad urls both zh and English (#21)
* sidebar-change
* bad-url
---
src/UserGuide/V1.1.x/API/Programming-Python-Native-API.md | 4 ++--
src/zh/UserGuide/V1.1.x/API/Programming-Python-Native-API.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
b/src/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
index 1052daa..7daf09f 100644
--- a/src/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
+++ b/src/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
@@ -31,9 +31,9 @@ You have to install thrift (>=0.13) before using the package.
First, download the 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/rel/1.1/client-py/SessionExample.py)
-An example of aligned timeseries: [Aligned Timeseries Session
Example](https://github.com/apache/iotdb/blob/master/client-py/SessionAlignedTimeseriesExample.py)
+An example of aligned timeseries: [Aligned Timeseries Session
Example](https://github.com/apache/iotdb/blob/rel/1.1/client-py/SessionAlignedTimeseriesExample.py)
(you need to add `import iotdb` in the head of the file)
diff --git a/src/zh/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
b/src/zh/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
index a3c3b76..973205a 100644
--- a/src/zh/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
+++ b/src/zh/UserGuide/V1.1.x/API/Programming-Python-Native-API.md
@@ -29,9 +29,9 @@
首先下载包:`pip3 install apache-iotdb`
-您可以从这里得到一个使用该包进行数据读写的例子:[Session
Example](https://github.com/apache/iotdb/blob/master/client-py/SessionExample.py)
+您可以从这里得到一个使用该包进行数据读写的例子:[Session
Example](https://github.com/apache/iotdb/blob/rel/1.1/client-py/SessionExample.py)
-关于对齐时间序列读写的例子:[Aligned Timeseries Session
Example](https://github.com/apache/iotdb/blob/master/client-py/SessionAlignedTimeseriesExample.py)
+关于对齐时间序列读写的例子:[Aligned Timeseries Session
Example](https://github.com/apache/iotdb/blob/rel/1.1/client-py/SessionAlignedTimeseriesExample.py)
(您需要在文件的头部添加`import iotdb`)