This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch release_note_fix in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 858a5e9e8d24cd0f17cc654ea714c6abe3fff2b5 Author: HTHou <[email protected]> AuthorDate: Fri Jul 2 22:26:14 2021 +0800 Fix release note url in Chinese doc --- docs/zh/Download/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/Download/README.md b/docs/zh/Download/README.md index 02f63ae..8d61ccd 100644 --- a/docs/zh/Download/README.md +++ b/docs/zh/Download/README.md @@ -35,7 +35,7 @@ <td rowspan="4"><a href="https://www.apache.org/dyn/closer.cgi/iotdb/0.12.1/apache-iotdb-0.12.1-source-release.zip">源代码</a></td> <td rowspan="4"><a href="https://downloads.apache.org/iotdb/0.12.1/apache-iotdb-0.12.1-source-release.zip.sha512">SHA512</a></td> <td rowspan="4"><a href="https://downloads.apache.org/iotdb/0.12.1/apache-iotdb-0.12.1-source-release.zip.asc">ASC</a></td> - <td rowspan="4"><a href="https://raw.githubusercontent.com/apache/iotdb/release/v0.12.1/RELEASE_NOTES.md">release notes</a></td> + <td rowspan="4"><a href="https://raw.githubusercontent.com/apache/iotdb/v0.12.1/RELEASE_NOTES.md">release notes</a></td> </tr> <tr> <td><a href="https://www.apache.org/dyn/closer.cgi/iotdb/0.12.1/apache-iotdb-0.12.1-server-bin.zip">单机版</a></td> @@ -61,7 +61,7 @@ <td><a href="https://www.apache.org/dyn/closer.cgi/iotdb/0.11.4/apache-iotdb-0.11.4-source-release.zip">源码</a></td> <td><a href="https://downloads.apache.org/iotdb/0.11.4/apache-iotdb-0.11.4-source-release.zip.sha512">SHA512</a></td> <td><a href="https://downloads.apache.org/iotdb/0.11.4/apache-iotdb-0.11.4-source-release.zip.asc">ASC</a></td> - <td><a href="https://raw.githubusercontent.com/apache/iotdb/release/v0.11.4/RELEASE_NOTES.md">release notes</a></td> + <td><a href="https://raw.githubusercontent.com/apache/iotdb/v0.11.4/RELEASE_NOTES.md">release notes</a></td> </tr> </table>
