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 17f1128899a [fix] fix 2.0.0 release date error (#294)
17f1128899a is described below

commit 17f1128899a3fcb9b706d0d682823567fe4b3443
Author: Jeffrey <color.d...@gmail.com>
AuthorDate: Fri Aug 11 22:12:37 2023 +0800

    [fix] fix 2.0.0 release date error (#294)
---
 src/pages/download/index.tsx | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index 6435936f61e..a0547250693 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -285,8 +285,8 @@ export default function Download(): JSX.Element {
                                         {currentLocale === 'zh-CN' ? (
                                             <div className="notice-text">
                                                 详细升级注意事项请参考
-                                                <Link 
to="/docs/dev/releasenotes/release-2.0-Beta">
-                                                    2.0-beta Release Note
+                                                <Link 
to="/docs/dev/releasenotes/release-2.0.0">
+                                                    2.0.0 Release Note
                                                 </Link>
                                                 以及
                                                 <Link 
to="/docs/dev/install/standard-deployment">
@@ -303,9 +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-Beta">
-                                                    2.0-beta Release Note
-                                                </Link>
+                                                <Link 
to="/docs/dev/releasenotes/release-2.0.0">2.0.0</Link>
                                                 and the
                                                 <Link 
to="/docs/dev/install/standard-deployment">deployment</Link> and
                                                 cluster


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to