This is an automated email from the ASF dual-hosted git repository. kassiez 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 343de5d1804 [update] Fix download and ecosystem deadlink (#2085) 343de5d1804 is described below commit 343de5d18040aa77394898d38edc8f6b7383e49d Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Wed Feb 19 22:25:41 2025 +0800 [update] Fix download and ecosystem deadlink (#2085) ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- src/constant/download.data.ts | 6 +++--- src/pages/download/index.tsx | 4 ++-- src/pages/ecosystem/cluster-management/index.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index ba88d84490c..e3d67e2ed11 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -1952,17 +1952,17 @@ 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/cluster-deployment/standard-deployment', + link: 'https://doris.apache.org/docs/install/deploy-manually/storage-compute-coupled-deploy-manually', }, { title: 'Doris on Kubernetes', description: 'Create, configure and manage Doris clusters on Kubernetes', - link: 'https://doris.apache.org/docs/install/cluster-deployment/k8s-deploy/install-doris-operator', + link: 'https://doris.apache.org/docs/install/deploy-on-kubernetes/install-doris-operator', }, { title: 'Doris on AWS', description: 'Deploy Doris on AWS with CloudFormation templates', - link: 'https://doris.apache.org/docs/install/cluster-deployment/doris-on-aws', + link: 'https://doris.apache.org/docs/install/deploy-on-cloud/doris-on-aws', }, ]; diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx index eb6cf32943b..18afd44755d 100644 --- a/src/pages/download/index.tsx +++ b/src/pages/download/index.tsx @@ -303,7 +303,7 @@ export default function Download() { <div className="all-download-note"> Note: For detailed upgrade precautions, please refer to the{' '} <Link - to="/docs/install/cluster-deployment/standard-deployment" + to="/docs/install/deploy-manually/storage-compute-coupled-deploy-manually" style={{ color: '#444FD9', cursor: 'pointer', @@ -374,7 +374,7 @@ export default function Download() { <div className="all-download-note"> Note: For detailed upgrade precautions, please refer to the{' '} <Link - to="/docs/install/cluster-deployment/standard-deployment" + to="/docs/install/deploy-manually/storage-compute-coupled-deploy-manually" style={{ color: '#444FD9', cursor: 'pointer', diff --git a/src/pages/ecosystem/cluster-management/index.tsx b/src/pages/ecosystem/cluster-management/index.tsx index b60d3646cee..64881a7d1cd 100644 --- a/src/pages/ecosystem/cluster-management/index.tsx +++ b/src/pages/ecosystem/cluster-management/index.tsx @@ -57,7 +57,7 @@ export default function ClusterManagement() { <> <ExternalLink href="https://github.com/apache/doris-operator" label="GitHub"></ExternalLink> <ExternalLink - href="https://doris.apache.org/docs/install/cluster-deployment/k8s-deploy/install-doris-operator" + href="https://doris.apache.org/docs/install/deploy-on-kubernetes/install-doris-operator" className="sub-btn" label="Docs" ></ExternalLink> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org