This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 deb83dbb120 [fix] releasenote 2.0.0 use github issue url (#295)
deb83dbb120 is described below
commit deb83dbb1204e507f9bc815f62f7474e9e079065
Author: Jeffrey <[email protected]>
AuthorDate: Fri Aug 11 22:25:36 2023 +0800
[fix] releasenote 2.0.0 use github issue url (#295)
---
src/constant/download.data.ts | 2 +-
src/constant/newsletter.data.ts | 2 +-
src/pages/download/index.tsx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 765bd51ab6c..d7854ebb32a 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -324,7 +324,7 @@ export function getAllRelease(locale: string) {
{
version: '2.0.0 ( Latest )',
date: '2023-08-11',
- note: '/docs/dev/releasenotes/release-2.0.0',
+ note: 'https://github.com/apache/doris/issues/22647',
download: [
{
cpu: 'X64 ( avx2 )',
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 78a2428b266..6d4b1d0cdf0 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -7,7 +7,7 @@ export const NEWSLETTER_DATA = [
{
tag: 'Release Notes',
title: 'Apache Doris Announced the Official Release of Version 2.0.0 !
',
- to: '/docs/dev/releasenotes/release-2.0.0',
+ to: 'https://github.com/apache/doris/issues/22647',
hot: true,
},
{
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index a0547250693..ba57c6ec8f8 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -285,7 +285,7 @@ export default function Download(): JSX.Element {
{currentLocale === 'zh-CN' ? (
<div className="notice-text">
详细升级注意事项请参考
- <Link
to="/docs/dev/releasenotes/release-2.0.0">
+ <Link
to="https://github.com/apache/doris/issues/22647">
2.0.0 Release Note
</Link>
以及
@@ -303,7 +303,7 @@ export default function Download(): JSX.Element {
) : (
<div className="notice-text">
For detailed upgrade
precautions, please refer to the{' '}
- <Link
to="/docs/dev/releasenotes/release-2.0.0">2.0.0</Link>
+ <Link
to="https://github.com/apache/doris/issues/22647">2.0.0</Link>
and the
<Link
to="/docs/dev/install/standard-deployment">deployment</Link> and
cluster
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]