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 52c970204b [pages](link) Fix invalid links of whole webpage and v2.0 
sidebar description (#672)
52c970204b is described below

commit 52c970204bd685f685f35378ed80e200e7c09ba4
Author: KassieZ <[email protected]>
AuthorDate: Wed May 22 08:14:20 2024 +0700

    [pages](link) Fix invalid links of whole webpage and v2.0 sidebar 
description (#672)
---
 i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json | 4 ++--
 src/constant/download.data.ts                              | 6 +++---
 src/pages/ecosystem/cluster-management/index.tsx           | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
index a76726f6ea..7976c05bed 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
@@ -7,9 +7,9 @@
     "message": "快速开始",
     "description": "The label for category Getting Started in sidebar docs"
   },
-  "sidebar.docs.category.Install and Deploy": {
+  "sidebar.docs.category.Installation and Deployment": {
     "message": "安装部署",
-    "description": "The label for category Install and Deploy in sidebar docs"
+    "description": "The label for category Installation and Deployment in 
sidebar docs"
   },
   "sidebar.docs.category.Source Code Compilation": {
     "message": "源码编译",
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index b136bf9380..c0c2f749ae 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -1087,16 +1087,16 @@ export const RUN_ANYWHERE = [
     {
         title: 'Doris on bare metal',
         description: 'A platform for visualized cluster deployment on bare 
metal or VM.',
-        link: 'https://doris.apache.org/docs/install/standard-deployment',
+        link: 
'https://doris.apache.org/docs/install/cluster-deployment/standard-deployment',
     },
     {
         title: 'Doris on Kubernetes',
         description: 'Create, configure and manage Doris clusters on 
Kubernetes',
-        link: 
'https://doris.apache.org/docs/install/k8s-deploy/operator-deploy',
+        link: 
'https://doris.apache.org/docs/install/cluster-deployment/k8s-deploy/install-env',
     },
     {
         title: 'Doris on AWS',
         description: 'Deploy Doris on AWS with CloudFormation templates',
-        link: 'https://doris.apache.org/docs/install/doris-on-aws',
+        link: 
'https://doris.apache.org/docs/install/cluster-deployment/doris-on-aws',
     },
 ];
\ No newline at end of file
diff --git a/src/pages/ecosystem/cluster-management/index.tsx 
b/src/pages/ecosystem/cluster-management/index.tsx
index 35dd0d6b52..2e3f333206 100644
--- a/src/pages/ecosystem/cluster-management/index.tsx
+++ b/src/pages/ecosystem/cluster-management/index.tsx
@@ -53,7 +53,7 @@ export default function ClusterManagement() {
                         <>
                             <ExternalLink 
href="https://www.velodb.io/download/tools"; label="Download"></ExternalLink>
                             <ExternalLink
-                                
href="https://doris.apache.org/docs/install/k8s-deploy/operator-deploy";
+                                
href="https://doris.apache.org/docs/install/cluster-deployment/k8s-deploy/install-env";
                                 className="sub-btn"
                                 label="Docs"
                                 linkIcon={<ExternalLinkArrowIcon />}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to