You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2023/04/24 01:47:42 UTC

[doris-website] branch master updated: fix download links (#215)

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 6898f72aec5 fix download links (#215)
6898f72aec5 is described below

commit 6898f72aec5151898fa08d29bd3988673639569f
Author: wangyongfeng <94...@qq.com>
AuthorDate: Mon Apr 24 09:47:37 2023 +0800

    fix download links (#215)
    
    Co-authored-by: wangyf0555 <wa...@flywheels.com>
---
 src/constant/download.data.ts | 2 +-
 src/pages/download/index.tsx  | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index f056e0b4437..f5891ac77e3 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -436,7 +436,7 @@ export function getAllRelease(locale: string) {
 
 export enum VersionEnum {
     Latest = '1.2.4',
-    Prev = '1.2.3',
+    Prev = '1.1.5',
 }
 
 export enum CPUEnum {
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index 2bea786ba00..c5a8bb6181f 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -213,8 +213,8 @@ export default function Download(): JSX.Element {
                                                     AuditLoader。 下载后,需要将其中的
                                                     java-udf-jar-with-dependencies.jar 放到 be/lib 目录下。
                                                     详细升级注意事项请参考
-                                                    <Link to="/docs/dev/releasenotes/release-1.2.3">
-                                                        1.2.3 Release Note
+                                                    <Link to="/docs/dev/releasenotes/release-1.2.4">
+                                                        1.2.4 Release Note
                                                     </Link>
                                                     以及
                                                     <Link to="/docs/dev/install/install-deploy">
@@ -228,7 +228,6 @@ export default function Download(): JSX.Element {
                                                     </Link>
                                                     手册。
                                                 </li>
-   
                                             </>
                                         ) : (
                                             <>
@@ -240,10 +239,8 @@ export default function Download(): JSX.Element {
                                                     AuditLoader. After downloading, you need to put the
                                                     java-udf-jar-with-dependencies.jar in the be/lib directory.
                                                 </li>
-                                               
                                             </>
                                         )}
-                                        
                                     </>
                                 ) : (
                                     ''


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