This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 41f2a4310c0 revert 41f2a4310c0 is described below commit 41f2a4310c066f5b3fe91b1ad9d0341dd48ba9f8 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Mon Apr 24 16:45:53 2023 +0800 revert --- src/constant/download.data.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index ae0fdd799e8..5b133ffb5fb 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -364,73 +364,73 @@ export function getAllRelease(locale: string) { version: '1.2.3', date: '2023-03-20', note: '/docs/dev/releasenotes/release-1.2.3', - download: `${ALL_RELEASE_LINK}doris/1.2/1.2.3-rc02/`, + download: `${sources}doris/1.2/1.2.3-rc02/`, }, { version: '1.2.2 ', date: '2023-02-14', note: '/docs/dev/releasenotes/release-1.2.2', - download: `${ALL_RELEASE_LINK}doris/1.2/1.2.2-rc01/`, + download: `${sources}doris/1.2/1.2.2-rc01/`, }, { version: '1.2.1', date: '2023-01-04', note: '/docs/dev/releasenotes/release-1.2.1', - download: `${ALL_RELEASE_LINK}doris/1.2/1.2.1-rc01/`, + download: `${sources}doris/1.2/1.2.1-rc01/`, }, { version: '1.1.5', date: '2022-12-20', note: '/docs/dev/releasenotes/release-1.1.5', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.5-rc02/`, + download: `${sources}doris/1.1/1.1.5-rc02/`, }, { version: '1.1.4', date: '2022-11-11', note: '/docs/dev/releasenotes/release-1.1.4', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.4-rc01/`, + download: `${sources}doris/1.1/1.1.4-rc01/`, }, { version: '1.1.3', date: '2022-10-17', note: '/docs/dev/releasenotes/release-1.1.3', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.3-rc02/`, + download: `${sources}doris/1.1/1.1.3-rc02/`, }, { version: '1.1.2', date: '2022-09-13', note: '/docs/dev/releasenotes/release-1.1.2', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.2-rc05/`, + download: `${sources}doris/1.1/1.1.2-rc05/`, }, { version: '1.1.1', date: '2022-07-29', note: '/docs/dev/releasenotes/release-1.1.1', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.1-rc03/`, + download: `${sources}doris/1.1/1.1.1-rc03/`, }, { version: '1.1.0', date: '2022-07-14', note: '/docs/dev/releasenotes/release-1.1.0', - download: `${ALL_RELEASE_LINK}doris/1.1/1.1.0-rc05/`, + download: `${sources}doris/1.1/1.1.0-rc05/`, }, { version: '0.15.0', date: '2021-11-29', note: 'https://github.com/apache/doris/issues/6806', - download: `${ALL_RELEASE_LINK}doris/0.15.0-incubating/`, + download: `${sources}doris/0.15.0-incubating/`, }, { version: '0.14.0', date: '2021-05-26', note: 'https://github.com/apache/doris/issues/5374', - download: `${ALL_RELEASE_LINK}doris/0.14.0-incubating/`, + download: `${sources}doris/0.14.0-incubating/`, }, { version: '0.13.0', date: '2020-10-24', note: 'https://github.com/apache/doris/issues/4370', - download: `${ALL_RELEASE_LINK}doris/0.13.0-incubating/`, + download: `${sources}doris/0.13.0-incubating/`, }, ]; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org