This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 832faa4 [Docs] Fix wrong link (#5911)
832faa4 is described below
commit 832faa4377de0347eb6ea109c29565a2de3a7b7b
Author: EmmyMiao87 <[email protected]>
AuthorDate: Thu May 27 10:18:52 2021 +0800
[Docs] Fix wrong link (#5911)
---
docs/en/community/release-process.md | 8 ++++++--
docs/zh-CN/community/release-process.md | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/docs/en/community/release-process.md
b/docs/en/community/release-process.md
index 39fc8c8..369bc28 100644
--- a/docs/en/community/release-process.md
+++ b/docs/en/community/release-process.md
@@ -643,9 +643,13 @@
https://github.com/apache/incubator-doris/releases/tag/0.9.0-rc01
2. Doris Official Website Download Page
+The download page is a markdown file, the address is as follows.
```
-http://doris.apache.org /downloads.html
+docs/zh-CN/downloads/downloads.md
+docs/en/downloads/downloads.md
```
+1. You need to change the download package address of the last released
version to the apache archive address (see below).
+2. Add the download information of the new version.
#### clean up the old release package from svn
@@ -667,7 +671,7 @@ Download page: http://doris.apache.org/downloads.html
Archive page: http://archive.apache.org/dist/incubator/doris
```
-Apache will have a synchronization mechanism to archive historical release
versions. For details, see: (how to
archive)[https://www.apache.org/legal/release-policy.html#how-to-archive]
+Apache will have a synchronization mechanism to archive historical release
versions. For details, see: [how to
archive](https://www.apache.org/legal/release-policy.html#how-to-archive)
So even if the old package is removed from svn, it can still be found on the
archive page.
### Send Announce e-mail to [email protected]
diff --git a/docs/zh-CN/community/release-process.md
b/docs/zh-CN/community/release-process.md
index 73d208b..0cb33b1 100644
--- a/docs/zh-CN/community/release-process.md
+++ b/docs/zh-CN/community/release-process.md
@@ -628,9 +628,13 @@
https://github.com/apache/incubator-doris/releases/tag/0.9.0-rc01
2、Doris 官网下载页面
+下载页面是一个 markdown 文件,地址如下。
```
-http://doris.apache.org/downloads.html
+docs/zh-CN/downloads/downloads.md
+docs/en/downloads/downloads.md
```
+1. 需要将上一次发布版本的下载包地址改为 apache 的归档地址(见后)。
+2. 增加新版本的下载信息。
#### svn 上清理旧版本的包
@@ -651,7 +655,7 @@ https://dist.apache.org/repos/dist/dev/incubator/doris/
归档页面: http://archive.apache.org/dist/incubator/doris
```
-Apache 会有同步机制去将历史的发布版本进行一个归档,具体操作见:(how to
archive)[https://www.apache.org/legal/release-policy.html#how-to-archive]
+Apache 会有同步机制去将历史的发布版本进行一个归档,具体操作见:[how to
archive](https://www.apache.org/legal/release-policy.html#how-to-archive)
所以即使旧的包从 svn 上清除,还是可以在归档页面中找到。
### 发 Announce 邮件到 [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]