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 b876ff580f6 [fix] Fix wrong download url path (#2354)
b876ff580f6 is described below

commit b876ff580f6488c2c9b2a68e826e0ba08ec973e6
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Tue May 6 21:39:20 2025 +0800

    [fix] Fix wrong download url path (#2354)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/ecosystem/doris-kafka-connector.md                                 | 2 +-
 docs/gettingStarted/quick-start.md                                      | 2 +-
 versioned_docs/version-2.0/ecosystem/doris-kafka-connector.md           | 2 +-
 .../version-2.0/install/cluster-deployment/run-docker-cluster.md        | 2 +-
 versioned_docs/version-2.1/ecosystem/doris-kafka-connector.md           | 2 +-
 versioned_docs/version-2.1/gettingStarted/quick-start.md                | 2 +-
 versioned_docs/version-3.0/ecosystem/doris-kafka-connector.md           | 2 +-
 versioned_docs/version-3.0/gettingStarted/quick-start.md                | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/ecosystem/doris-kafka-connector.md 
b/docs/ecosystem/doris-kafka-connector.md
index 163bde801c9..673e2707408 100644
--- a/docs/ecosystem/doris-kafka-connector.md
+++ b/docs/ecosystem/doris-kafka-connector.md
@@ -31,7 +31,7 @@ The Doris community provides the 
[doris-kafka-connector](https://github.com/apac
 ## Usage Doris Kafka Connector
 
 ### Download
-[doris-kafka-connector](https://doris.apache.org/zh-CN/download)
+[doris-kafka-connector](https://doris.apache.org/download)
 
 maven dependencies
 ```xml
diff --git a/docs/gettingStarted/quick-start.md 
b/docs/gettingStarted/quick-start.md
index 716a93b35fc..3cbd42b7350 100644
--- a/docs/gettingStarted/quick-start.md
+++ b/docs/gettingStarted/quick-start.md
@@ -96,7 +96,7 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` 
FROM backends()'
 
 ### Step 1: Download the Binary Package
 
-Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/en-us/download), and extract it.
+Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/download), and extract it.
 
 ### Step 2: Modify the Environment Variables
 
diff --git a/versioned_docs/version-2.0/ecosystem/doris-kafka-connector.md 
b/versioned_docs/version-2.0/ecosystem/doris-kafka-connector.md
index 414b598a3b4..d01c4255a6a 100644
--- a/versioned_docs/version-2.0/ecosystem/doris-kafka-connector.md
+++ b/versioned_docs/version-2.0/ecosystem/doris-kafka-connector.md
@@ -31,7 +31,7 @@ The Doris community provides the 
[doris-kafka-connector](https://github.com/apac
 ## Usage Doris Kafka Connector
 
 ### Download
-[doris-kafka-connector](https://doris.apache.org/zh-CN/download)
+[doris-kafka-connector](https://doris.apache.org/download)
 
 maven dependencies
 ```xml
diff --git 
a/versioned_docs/version-2.0/install/cluster-deployment/run-docker-cluster.md 
b/versioned_docs/version-2.0/install/cluster-deployment/run-docker-cluster.md
index 9fc23b78bc2..74e357987ec 100644
--- 
a/versioned_docs/version-2.0/install/cluster-deployment/run-docker-cluster.md
+++ 
b/versioned_docs/version-2.0/install/cluster-deployment/run-docker-cluster.md
@@ -77,7 +77,7 @@ The build environment directory is as follows:
 
 2. Download binary package
 
-Download the [official binary 
package](https://doris.apache.org/zh-CN/download/) or the compiled binary 
package, and replace the apache-doris package in `./docker-build/fe/resource` 
with it.
+Download the [official binary package](https://doris.apache.org/download/) or 
the compiled binary package, and replace the apache-doris package in 
`./docker-build/fe/resource` with it.
 
 3. Write Dockerfile
 
diff --git a/versioned_docs/version-2.1/ecosystem/doris-kafka-connector.md 
b/versioned_docs/version-2.1/ecosystem/doris-kafka-connector.md
index 494d2062ff5..ca72ea98f89 100644
--- a/versioned_docs/version-2.1/ecosystem/doris-kafka-connector.md
+++ b/versioned_docs/version-2.1/ecosystem/doris-kafka-connector.md
@@ -31,7 +31,7 @@ The Doris community provides the 
[doris-kafka-connector](https://github.com/apac
 ## Usage Doris Kafka Connector
 
 ### Download
-[doris-kafka-connector](https://doris.apache.org/zh-CN/download)
+[doris-kafka-connector](https://doris.apache.org/download)
 
 maven dependencies
 ```xml
diff --git a/versioned_docs/version-2.1/gettingStarted/quick-start.md 
b/versioned_docs/version-2.1/gettingStarted/quick-start.md
index 716a93b35fc..3cbd42b7350 100644
--- a/versioned_docs/version-2.1/gettingStarted/quick-start.md
+++ b/versioned_docs/version-2.1/gettingStarted/quick-start.md
@@ -96,7 +96,7 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` 
FROM backends()'
 
 ### Step 1: Download the Binary Package
 
-Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/en-us/download), and extract it.
+Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/download), and extract it.
 
 ### Step 2: Modify the Environment Variables
 
diff --git a/versioned_docs/version-3.0/ecosystem/doris-kafka-connector.md 
b/versioned_docs/version-3.0/ecosystem/doris-kafka-connector.md
index 03b81468b26..e8e8726102f 100644
--- a/versioned_docs/version-3.0/ecosystem/doris-kafka-connector.md
+++ b/versioned_docs/version-3.0/ecosystem/doris-kafka-connector.md
@@ -31,7 +31,7 @@ The Doris community provides the 
[doris-kafka-connector](https://github.com/apac
 ## Usage Doris Kafka Connector
 
 ### Download
-[doris-kafka-connector](https://doris.apache.org/zh-CN/download)
+[doris-kafka-connector](https://doris.apache.org/download)
 
 maven dependencies
 ```xml
diff --git a/versioned_docs/version-3.0/gettingStarted/quick-start.md 
b/versioned_docs/version-3.0/gettingStarted/quick-start.md
index e14c2a4c6bc..4f4be0e680d 100644
--- a/versioned_docs/version-3.0/gettingStarted/quick-start.md
+++ b/versioned_docs/version-3.0/gettingStarted/quick-start.md
@@ -90,7 +90,7 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` 
FROM backends()'
 
 ### Step 1: Download the Binary Package
 
-Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/en-us/download), and extract it.
+Download the corresponding binary installation package from the Apache Doris 
website [here](https://doris.apache.org/download), and extract it.
 
 ### Step 2: Modify the Environment Variables
 


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

Reply via email to