This is an automated email from the ASF dual-hosted git repository.

jeffreyh 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 22aca7411a2 fix:Error link to enterprise (#3072)
22aca7411a2 is described below

commit 22aca7411a22c1c314666627e4077043dead8b67
Author: yangon <[email protected]>
AuthorDate: Tue Nov 11 11:30:23 2025 +0800

    fix:Error link to enterprise (#3072)
---
 docusaurus.config.js                             | 4 ++++
 src/pages/ecosystem/cluster-management/index.tsx | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3c18be91c5a..be8ac244cbd 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -122,6 +122,10 @@ const config = {
                     {
                         from: '/docs/dev/get-starting/',
                         to: 
`/docs/${DEFAULT_VERSION}/gettingStarted/quick-start`,
+                    },
+                    {
+                        from: '/docs/4.0/releasenotes/v4.0/release-4.0.0/',
+                        to: '/docs/4.x/releasenotes/v4.0/release-4.0.0'
                     }
                 ],
                 createRedirects(existingPath) {
diff --git a/src/pages/ecosystem/cluster-management/index.tsx 
b/src/pages/ecosystem/cluster-management/index.tsx
index 64881a7d1cd..b8dcc7657f7 100644
--- a/src/pages/ecosystem/cluster-management/index.tsx
+++ b/src/pages/ecosystem/cluster-management/index.tsx
@@ -31,7 +31,7 @@ export default function ClusterManagement() {
                                 label="Download"
                             ></ExternalLink>
                             <ExternalLink
-                                
href="https://docs.velodb.io/enterprise/velodb-enterprise-overview";
+                                
href="https://docs.velodb.io/enterprise/getting-started/velodb-enterprise-overview";
                                 className="sub-btn"
                                 label="Docs"
                             ></ExternalLink>


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

Reply via email to