This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch history-docs
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/history-docs by this push:
new b7ead7ded4 [fix] python api release docs dead link (#843)
b7ead7ded4 is described below
commit b7ead7ded4b041c66f48ad3bf9d0bce8d4e49855
Author: Jay Chung <[email protected]>
AuthorDate: Sat Nov 26 19:02:08 2022 +0800
[fix] python api release docs dead link (#843)
* [fix] python api release docs dead link
* allow 403 in history
---
.dlc.json | 1 +
docs/2.0.6/docs/en/contribute/release/release-post.md | 2 +-
docs/2.0.6/docs/zh/contribute/release/release-post.md | 2 +-
docs/2.0.7/docs/en/contribute/release/release-post.md | 2 +-
docs/2.0.7/docs/zh/contribute/release/release-post.md | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.dlc.json b/.dlc.json
index 9badc58273..28abc94397 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -42,6 +42,7 @@
"aliveStatusCodes": [
200,
401,
+ 403,
0
]
}
diff --git a/docs/2.0.6/docs/en/contribute/release/release-post.md
b/docs/2.0.6/docs/en/contribute/release/release-post.md
index 25a8595dbf..7a782a4498 100644
--- a/docs/2.0.6/docs/en/contribute/release/release-post.md
+++ b/docs/2.0.6/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/2.0.6/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
to finish PyPI release.
## Get All Contributors
diff --git a/docs/2.0.6/docs/zh/contribute/release/release-post.md
b/docs/2.0.6/docs/zh/contribute/release/release-post.md
index 07050594a8..3b61258517 100644
--- a/docs/2.0.6/docs/zh/contribute/release/release-post.md
+++ b/docs/2.0.6/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/2.0.6/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
完成 PyPI 的发版
## 获取全部的贡献者
diff --git a/docs/2.0.7/docs/en/contribute/release/release-post.md
b/docs/2.0.7/docs/en/contribute/release/release-post.md
index 25a8595dbf..669c293ff1 100644
--- a/docs/2.0.7/docs/en/contribute/release/release-post.md
+++ b/docs/2.0.7/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/2.0.7/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
to finish PyPI release.
## Get All Contributors
diff --git a/docs/2.0.7/docs/zh/contribute/release/release-post.md
b/docs/2.0.7/docs/zh/contribute/release/release-post.md
index 07050594a8..08f04dd193 100644
--- a/docs/2.0.7/docs/zh/contribute/release/release-post.md
+++ b/docs/2.0.7/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/2.0.7/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
完成 PyPI 的发版
## 获取全部的贡献者