You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/11/26 07:21:07 UTC

[dolphinscheduler] branch 3.0.1-release updated: [fix][doc] python api release link

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

zhongjiajie pushed a commit to branch 3.0.1-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.1-release by this push:
     new 07e6e158a4 [fix][doc] python api release link
07e6e158a4 is described below

commit 07e6e158a45d4f4d9601d9750aad98401f087305
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Sat Nov 26 15:20:49 2022 +0800

    [fix][doc] python api release link
---
 docs/docs/en/contribute/release/release-post.md | 2 +-
 docs/docs/zh/contribute/release/release-post.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/en/contribute/release/release-post.md b/docs/docs/en/contribute/release/release-post.md
index 25a8595dbf..a48618f156 100644
--- a/docs/docs/en/contribute/release/release-post.md
+++ b/docs/docs/en/contribute/release/release-post.md
@@ -22,7 +22,7 @@ We could reuse the main command the CI run and publish our Docker images to Dock
 
 ## Publish pydolphinscheduler to PyPI
 
-Python API need to release to PyPI for easier download and use, you can see more detail in [Python API release](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
+Python API need to release to PyPI for easier download and use, you can see more detail in [Python API release](https://github.com/apache/dolphinscheduler/blob/3.0.1/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
 to finish PyPI release.
 
 ## Get All Contributors
diff --git a/docs/docs/zh/contribute/release/release-post.md b/docs/docs/zh/contribute/release/release-post.md
index 07050594a8..41ba752f79 100644
--- a/docs/docs/zh/contribute/release/release-post.md
+++ b/docs/docs/zh/contribute/release/release-post.md
@@ -21,7 +21,7 @@
 
 ## 发布 pydolphinscheduler 到 PyPI
 
-需要将 Python API 发布到 PyPI,请参考 [Python API release](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
+需要将 Python API 发布到 PyPI,请参考 [Python API release](https://github.com/apache/dolphinscheduler/blob/3.0.1/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
 完成 PyPI 的发版
 
 ## 获取全部的贡献者