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

morningman 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 bd5925bca74 [fix](doc) update broken external and internal links 
(#3720)
bd5925bca74 is described below

commit bd5925bca74739719c217aba25c1413b936e1b71
Author: boluor <[email protected]>
AuthorDate: Thu May 21 22:38:56 2026 -0700

    [fix](doc) update broken external and internal links (#3720)
    
    ## Summary
    
    Repointing references that 404 today, plus three broken card links
    inside `table-design/overview.mdx`.
    
    ### External links that now 404
    
    | Where | Old URL | New URL |
    | --- | --- | --- |
    | `lakehouse/catalogs/jdbc-catalog-overview.md` |
    `doris.apache.org/community/how-to-contribute/jdbc-catalog-developer-guide`
    |
    
`doris.apache.org/community/developer-guide/data-source-extension/jdbc-catalog-developer-guide`
    |
    | `lakehouse/lakehouse-overview.md`, `catalogs/kudu-catalog.md`,
    `kafka-catalog.md`, `bigquery-catalog.md`, `delta-lake-catalog.md`,
    `best-practices/tpch.md`, `best-practices/tpcds.md` |
    
`doris.apache.org/community/how-to-contribute/trino-connector-developer-guide`
    |
    
`doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide`
    |
    | `admin-manual/cluster-management/upgrade.md` |
    `doris.apache.org/community/release-versioning` |
    `doris.apache.org/community/release-and-verify/release-versioning` |
    | `install/deploy-on-kubernetes/.../install-config-cluster.md` (comment
    in a `be.conf` example) |
    
`github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile`
    |
    
`doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile`
    |
    | `lakehouse/file-formats/lance.md` | `lancedb.github.io/lance/` |
    `docs.lancedb.com/lance` |
    | `key-features/data-lineage.mdx` | `openlineage.io/docs/spec/overview/`
    | `openlineage.io/docs/spec/object-model` |
    | `sql-manual/.../CREATE-CATALOG.md`, `CREATE-RESOURCE.md` |
    
`doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar`
    |
    
`repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar`
    |
    
    All replacement URLs were verified to return HTTP 200.
    
    The Tencent COS bucket `doris-community-test-1308700295.cos.ap-hongkong`
    is decommissioned (returns 404). The Maven Central artifact is the same
    file. The unrelated `selectdb-doris-1308700295.cos.ap-beijing` bucket
    referenced from `auth/authorization/ranger.md` is still live and was
    left unchanged.
    
    ### Broken card links in `table-design/overview.mdx`
    
    `overview.mdx` has three `<GettingStartedCard link="..."/>` targets that
    don't resolve:
    
    - `./data-partitioning/data-distribution` — `data-distribution.md` was
    removed in 4.x. The sidebar's "Partitioning & Bucketing" category now
    lands on `basic-concepts`, so the card now points to
    `./data-partitioning/basic-concepts` (the page that explains the same
    concept).
    - `../ai/vector-search/hnsw` — there is no `ai/vector-search` tree. The
    HNSW page lives at `table-design/index/vector-index/hnsw.md`, so the
    link is now `./index/vector-index/hnsw`.
    - `./best-practice` — no such page exists. The content titled "Table
    Model Best Practices" lives at `data-model/tips.md`, so the link is now
    `./data-model/tips`.
    
    ### Scope
    
    Changes applied to `docs/`, the matching pages in
    `versioned_docs/version-{2.1,3.x,4.x}/`, and the corresponding
    `i18n/zh-CN/` files where each URL is actually present (some Chinese
    files don't reference the URL and were not touched).
    
    ## Test plan
    
    - [x] Each replacement URL fetched and confirmed HTTP 200 (or, for the
    Maven artifact, HEAD 200).
    - [x] Sanity-checked that the new internal link targets
    (`basic-concepts.mdx`, `index/vector-index/hnsw.md`,
    `data-model/tips.md`) exist as files in this branch.
    - [ ] CI build (docusaurus + link check).
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
 docs/admin-manual/cluster-management/upgrade.md                     | 2 +-
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 docs/key-features/data-lineage.mdx                                  | 2 +-
 docs/lakehouse/best-practices/tpcds.md                              | 2 +-
 docs/lakehouse/best-practices/tpch.md                               | 2 +-
 docs/lakehouse/catalogs/bigquery-catalog.md                         | 2 +-
 docs/lakehouse/catalogs/delta-lake-catalog.md                       | 2 +-
 docs/lakehouse/catalogs/jdbc-catalog-overview.md                    | 2 +-
 docs/lakehouse/catalogs/kafka-catalog.md                            | 4 ++--
 docs/lakehouse/catalogs/kudu-catalog.md                             | 2 +-
 docs/lakehouse/file-formats/lance.md                                | 4 ++--
 docs/lakehouse/lakehouse-overview.md                                | 2 +-
 docs/sql-manual/sql-statements/catalog/CREATE-CATALOG.md            | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 docs/table-design/overview.mdx                                      | 6 +++---
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 .../current/lakehouse/best-practices/tpcds.md                       | 2 +-
 .../current/lakehouse/best-practices/tpch.md                        | 2 +-
 .../current/lakehouse/file-formats/lance.md                         | 4 ++--
 .../current/lakehouse/lakehouse-overview.md                         | 2 +-
 .../current/sql-manual/sql-statements/catalog/CREATE-CATALOG.md     | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 .../current/table-design/overview.mdx                               | 6 +++---
 .../install/deploy-on-kubernetes/install-config-cluster.md          | 2 +-
 .../version-2.1/lakehouse/best-practices/tpcds.md                   | 2 +-
 .../version-2.1/lakehouse/best-practices/tpch.md                    | 2 +-
 .../version-2.1/lakehouse/lakehouse-overview.md                     | 2 +-
 .../version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 .../version-3.x/lakehouse/best-practices/tpcds.md                   | 2 +-
 .../version-3.x/lakehouse/best-practices/tpch.md                    | 2 +-
 .../version-3.x/lakehouse/lakehouse-overview.md                     | 2 +-
 .../version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 .../version-4.x/lakehouse/best-practices/tpcds.md                   | 2 +-
 .../version-4.x/lakehouse/best-practices/tpch.md                    | 2 +-
 .../version-4.x/lakehouse/file-formats/lance.md                     | 4 ++--
 .../version-4.x/lakehouse/lakehouse-overview.md                     | 2 +-
 .../version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 .../version-4.x/table-design/overview.mdx                           | 6 +++---
 .../version-2.1/admin-manual/cluster-management/upgrade.md          | 2 +-
 .../install/deploy-on-kubernetes/install-config-cluster.md          | 2 +-
 versioned_docs/version-2.1/lakehouse/best-practices/tpcds.md        | 2 +-
 versioned_docs/version-2.1/lakehouse/best-practices/tpch.md         | 2 +-
 .../version-2.1/lakehouse/catalogs/jdbc-catalog-overview.md         | 2 +-
 versioned_docs/version-2.1/lakehouse/lakehouse-overview.md          | 2 +-
 .../version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 4 ++--
 .../version-3.x/admin-manual/cluster-management/upgrade.md          | 2 +-
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 versioned_docs/version-3.x/lakehouse/best-practices/tpcds.md        | 2 +-
 versioned_docs/version-3.x/lakehouse/best-practices/tpch.md         | 2 +-
 versioned_docs/version-3.x/lakehouse/catalogs/bigquery-catalog.md   | 2 +-
 versioned_docs/version-3.x/lakehouse/catalogs/delta-lake-catalog.md | 2 +-
 .../version-3.x/lakehouse/catalogs/jdbc-catalog-overview.md         | 2 +-
 versioned_docs/version-3.x/lakehouse/catalogs/kafka-catalog.md      | 4 ++--
 versioned_docs/version-3.x/lakehouse/catalogs/kudu-catalog.md       | 2 +-
 versioned_docs/version-3.x/lakehouse/lakehouse-overview.md          | 2 +-
 .../version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 4 ++--
 .../version-4.x/admin-manual/cluster-management/upgrade.md          | 2 +-
 .../integrated-storage-compute/install-config-cluster.md            | 2 +-
 versioned_docs/version-4.x/key-features/data-lineage.mdx            | 2 +-
 versioned_docs/version-4.x/lakehouse/best-practices/tpcds.md        | 2 +-
 versioned_docs/version-4.x/lakehouse/best-practices/tpch.md         | 2 +-
 versioned_docs/version-4.x/lakehouse/catalogs/bigquery-catalog.md   | 2 +-
 versioned_docs/version-4.x/lakehouse/catalogs/delta-lake-catalog.md | 2 +-
 .../version-4.x/lakehouse/catalogs/jdbc-catalog-overview.md         | 2 +-
 versioned_docs/version-4.x/lakehouse/catalogs/kafka-catalog.md      | 4 ++--
 versioned_docs/version-4.x/lakehouse/catalogs/kudu-catalog.md       | 2 +-
 versioned_docs/version-4.x/lakehouse/file-formats/lance.md          | 4 ++--
 versioned_docs/version-4.x/lakehouse/lakehouse-overview.md          | 2 +-
 .../version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md | 2 +-
 .../cluster-management/compute-management/CREATE-RESOURCE.md        | 2 +-
 versioned_docs/version-4.x/table-design/overview.mdx                | 6 +++---
 78 files changed, 95 insertions(+), 95 deletions(-)

diff --git a/docs/admin-manual/cluster-management/upgrade.md 
b/docs/admin-manual/cluster-management/upgrade.md
index 069f72ca211..c9ed29c89c6 100644
--- a/docs/admin-manual/cluster-management/upgrade.md
+++ b/docs/admin-manual/cluster-management/upgrade.md
@@ -63,7 +63,7 @@ Follow these rules when upgrading:
 | Second-digit version | Cross-version not recommended | Upgrade second-digit 
version by second-digit version, for example 3.0 to 3.1 to 3.2 to 3.3 |
 | First-digit version | Cross-version not recommended | First upgrade to the 
latest second-digit version under the same first-digit version, then upgrade 
across the major version |
 
-For detailed version information, see [Versioning 
rules](https://doris.apache.org/community/release-versioning).
+For detailed version information, see [Versioning 
rules](https://doris.apache.org/community/release-and-verify/release-versioning).
 
 ## Upgrade Considerations
 
diff --git 
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index d9e64c08d7d..eea2184871d 100644
--- 
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -220,7 +220,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git a/docs/key-features/data-lineage.mdx 
b/docs/key-features/data-lineage.mdx
index c4cde5dc35d..602e74706b7 100644
--- a/docs/key-features/data-lineage.mdx
+++ b/docs/key-features/data-lineage.mdx
@@ -116,7 +116,7 @@ Apache Doris data lineage fits impact analysis, compliance 
trails, MV governance
 - [Audit Log plugin](../admin-manual/audit-plugin): how to enable 
`enable_audit_plugin`, configure batch interval and SQL length, and exclude 
internal users.
 - [Async Materialized 
Views](../query-acceleration/materialized-view/async-materialized-view/overview):
 the rewrite engine whose decisions show up in `chosen_m_views` and whose 
base-table dependencies are tracked by `MTMVRelationManager`.
 - [Incremental Materialized View](./incremental-materialized-view): 
partition-level dependency tracking between MVs and base tables that 
complements column-level lineage on the write path.
-- [OpenLineage specification](https://openlineage.io/docs/spec/overview/): the 
open standard for column-level lineage events; a useful target schema for a 
`LineagePlugin` implementation.
+- [OpenLineage specification](https://openlineage.io/docs/spec/object-model): 
the open standard for column-level lineage events; a useful target schema for a 
`LineagePlugin` implementation.
 - [Managing Lake Tables](./managing-lake-table): writes against Iceberg, 
Paimon, and Hive produce lineage events too; this card covers the write paths 
involved.
 - [Apache Atlas overview](https://atlas.apache.org/): a common downstream sink 
that accepts OpenLineage today and renders the column-level graph.
 - [Iceberg](./iceberg): an external table format whose snapshot history feeds 
into the lineage graph alongside Doris internal tables.
diff --git a/docs/lakehouse/best-practices/tpcds.md 
b/docs/lakehouse/best-practices/tpcds.md
index f55ed97dc5a..c83a7887f62 100644
--- a/docs/lakehouse/best-practices/tpcds.md
+++ b/docs/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework.
+Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework.
 
 Combined with the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCDS test data sets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/docs/lakehouse/best-practices/tpch.md 
b/docs/lakehouse/best-practices/tpch.md
index 418ec114723..365d1584aef 100644
--- a/docs/lakehouse/best-practices/tpch.md
+++ b/docs/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
+Doris supports using the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
 
 By combining the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCH test datasets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/docs/lakehouse/catalogs/bigquery-catalog.md 
b/docs/lakehouse/catalogs/bigquery-catalog.md
index 3e0c377bebe..a867688033d 100644
--- a/docs/lakehouse/catalogs/bigquery-catalog.md
+++ b/docs/lakehouse/catalogs/bigquery-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework.
+BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework.
 
 :::note
 - This feature is experimental and supported since version 3.0.1.
diff --git a/docs/lakehouse/catalogs/delta-lake-catalog.md 
b/docs/lakehouse/catalogs/delta-lake-catalog.md
index 569505d2229..0fde4072226 100644
--- a/docs/lakehouse/catalogs/delta-lake-catalog.md
+++ b/docs/lakehouse/catalogs/delta-lake-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
+Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git a/docs/lakehouse/catalogs/jdbc-catalog-overview.md 
b/docs/lakehouse/catalogs/jdbc-catalog-overview.md
index 614408b718d..4c61b13bb26 100644
--- a/docs/lakehouse/catalogs/jdbc-catalog-overview.md
+++ b/docs/lakehouse/catalogs/jdbc-catalog-overview.md
@@ -33,7 +33,7 @@ Doris JDBC Catalog supports connections to the following 
databases:
 | [ SAP HANA](./jdbc-saphana-catalog.md)   |
 | [ Oceanbase](./jdbc-oceanbase-catalog.md) |
 
-You can refer to the [Developer 
Guide](https://doris.apache.org/community/how-to-contribute/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
+You can refer to the [Developer 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
 
 ## Configuring Catalog
 
diff --git a/docs/lakehouse/catalogs/kafka-catalog.md 
b/docs/lakehouse/catalogs/kafka-catalog.md
index 0c71183434e..73b45d69c4f 100644
--- a/docs/lakehouse/catalogs/kafka-catalog.md
+++ b/docs/lakehouse/catalogs/kafka-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
+Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
@@ -354,5 +354,5 @@ You can refer to 
[here](https://github.com/morningman/demo-env/tree/main/kafka)
 ## References
 
 - [Trino Kafka Connector Official 
Documentation](https://trino.io/docs/435/connector/kafka.html)
-- [Trino Connector Development 
Guide](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
+- [Trino Connector Development 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 - [Confluent Schema Registry 
Documentation](https://docs.confluent.io/platform/current/schema-registry/index.html)
\ No newline at end of file
diff --git a/docs/lakehouse/catalogs/kudu-catalog.md 
b/docs/lakehouse/catalogs/kudu-catalog.md
index de31ed9c638..d042a0bc7a8 100644
--- a/docs/lakehouse/catalogs/kudu-catalog.md
+++ b/docs/lakehouse/catalogs/kudu-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
+Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git a/docs/lakehouse/file-formats/lance.md 
b/docs/lakehouse/file-formats/lance.md
index f4491f30a25..5fed5d04a89 100644
--- a/docs/lakehouse/file-formats/lance.md
+++ b/docs/lakehouse/file-formats/lance.md
@@ -13,7 +13,7 @@
 Lance format support is an **experimental feature** available since Apache 
Doris **5.0.0**.
 :::
 
-[Lance](https://lancedb.github.io/lance/) is a modern columnar data format 
designed for AI/ML workloads, with native support for vector search, multimodal 
data (images, embeddings), and fast random access.
+[Lance](https://docs.lancedb.com/lance) is a modern columnar data format 
designed for AI/ML workloads, with native support for vector search, multimodal 
data (images, embeddings), and fast random access.
 
 Doris supports reading Lance format files through Table Valued Functions (TVF).
 
@@ -95,4 +95,4 @@ SELECT count(*), min(id), max(id) FROM s3(
 
 ## References
 
-- [Lance Format Documentation](https://lancedb.github.io/lance/)
+- [Lance Format Documentation](https://docs.lancedb.com/lance)
diff --git a/docs/lakehouse/lakehouse-overview.md 
b/docs/lakehouse/lakehouse-overview.md
index 93b41e0c96f..c651528fb18 100644
--- a/docs/lakehouse/lakehouse-overview.md
+++ b/docs/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris provides a good extensibility framework to help 
developers quickly connect
 
 Doris defines three levels of standard Catalog, Database, and Table, allowing 
developers to easily map to the required data source levels. Doris also 
provides standard interfaces for metadata service and storage service 
accessing, and developers only need to implement the corresponding interface to 
complete the data source connection.
 
-Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/how-to- [...]
+Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/develop [...]
 
 #### Convenient Cross-Source Data Processing
 
diff --git a/docs/sql-manual/sql-statements/catalog/CREATE-CATALOG.md 
b/docs/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index d91dbba74f6..19cce853e05 100644
--- a/docs/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ b/docs/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -70,7 +70,7 @@ The comment for the catalog to be created.
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/docs/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/docs/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 05c38386f02..e427199e496 100644
--- 
a/docs/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/docs/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -155,7 +155,7 @@ Spark related parameters are as follows:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git a/docs/table-design/overview.mdx b/docs/table-design/overview.mdx
index e52a05ae5bd..494cc61a700 100644
--- a/docs/table-design/overview.mdx
+++ b/docs/table-design/overview.mdx
@@ -105,7 +105,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Data Distribution Concepts"
     description="Understand how partitioning and bucketing map data to tablets 
to fully leverage the storage and compute capabilities of multiple nodes"
-    link="./data-partitioning/data-distribution"
+    link="./data-partitioning/basic-concepts"
 />
 
 <GettingStartedCard
@@ -181,7 +181,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Vector Index"
     description="Accelerate similarity search on high-dimensional vectors 
based on algorithms such as HNSW and IVF"
-    link="../ai/vector-search/hnsw"
+    link="./index/vector-index/hnsw"
 />
 </div>
 
@@ -241,7 +241,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Table Design Best Practices"
     description="A summary of key design recommendations for table models, Key 
columns, partitioning and bucketing, indexes, and more"
-    link="./best-practice"
+    link="./data-model/tips"
 />
 </div>
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index bc9ff613a4f..6717973bbcd 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -220,7 +220,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpcds.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpcds.md
index f49530f7936..6b51b417c34 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpcds.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCDS 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpch.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpch.md
index 6e83a295230..fb91140ad82 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpch.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCH 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file-formats/lance.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file-formats/lance.md
index 6c64b3b7500..554a8b88448 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file-formats/lance.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file-formats/lance.md
@@ -13,7 +13,7 @@
 Lance 格式支持为 **实验性功能**,自 Apache Doris **5.0.0** 版本起提供。
 :::
 
-[Lance](https://lancedb.github.io/lance/) 是一种面向 AI/ML 
场景设计的现代列式数据格式,原生支持向量检索、多模态数据(图像、Embedding)以及高效的随机访问。
+[Lance](https://docs.lancedb.com/lance) 是一种面向 AI/ML 
场景设计的现代列式数据格式,原生支持向量检索、多模态数据(图像、Embedding)以及高效的随机访问。
 
 Doris 通过 Table Valued Function(TVF)支持读取 Lance 格式文件。
 
@@ -95,4 +95,4 @@ SELECT count(*), min(id), max(id) FROM s3(
 
 ## 参考资料
 
-- [Lance 格式官方文档](https://lancedb.github.io/lance/)
+- [Lance 格式官方文档](https://docs.lancedb.com/lance)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/lakehouse-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/lakehouse-overview.md
index 6bc5ce7e857..a61de434e8a 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/lakehouse-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris 提供良好的扩展性框架,帮助开发人员快速对接企业内
 
 Doris 
定义了标准的数据目录(Catalog)、数据库(Database)、数据表(Table)三个层级,开发人员可以方便的映射到所需对接的数据源层级。Doris 
同时提供标准的元数据服务和数据读取服务的接口,开发人员只需按照接口定义实现对应的访问逻辑,即可完成数据源的对接。
 
-Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)。
+Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)。
 
 #### 便捷的跨源数据处理
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index 97f2424f806..98303f101a2 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -78,7 +78,7 @@ CREATE CATALOG [IF NOT EXISTS] <catalog_name> [ COMMENT 
"<comment>"]
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 77881f04f11..08988f55961 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -153,7 +153,7 @@ S3 相关参数如下:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.mdx 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.mdx
index 7931dfd0b02..826d58373d1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.mdx
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.mdx
@@ -105,7 +105,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="数据分布概念"
     description="理解分区与分桶如何将数据映射到 Tablet,以充分利用多节点的存储与计算能力"
-    link="./data-partitioning/data-distribution"
+    link="./data-partitioning/basic-concepts"
 />
 
 <GettingStartedCard
@@ -181,7 +181,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="向量索引"
     description="基于 HNSW、IVF 等算法加速高维向量的相似度检索"
-    link="../ai/vector-search/hnsw"
+    link="./index/vector-index/hnsw"
 />
 </div>
 
@@ -241,7 +241,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="建表最佳实践"
     description="汇总表模型、Key 列、分区分桶、索引等关键设计建议"
-    link="./best-practice"
+    link="./data-model/tips"
 />
 </div>
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
index 83839f7fdb3..b4b570f9fe9 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
@@ -200,7 +200,7 @@ data:
     # since 1.2, the JAVA_HOME need to be set to run BE process.
     # JAVA_HOME=/path/to/jdk/
 
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:15000,dirty_decay_ms:15000,oversize_threshold:0,lg_tcache_max:20,prof:false,lg_prof_interval:32,lg_prof_sample:19,prof_gdump:false,prof_accum:false,prof_leak:false,prof_final:false"
     JEMALLOC_PROF_PRFIX=""
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpcds.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpcds.md
index f49530f7936..6b51b417c34 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpcds.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCDS 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpch.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpch.md
index 6e83a295230..fb91140ad82 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpch.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCH 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/lakehouse-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/lakehouse-overview.md
index d5db9621491..69c9583146e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/lakehouse-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris 提供良好的扩展性框架,帮助开发人员快速对接企业内
 
 Doris 
定义了标准的数据目录(Catalog)、数据库(Database)、数据表(Table)三个层级,开发人员可以方便的映射到所需对接的数据源层级。Doris 
同时提供标准的元数据服务和数据读取服务的接口,开发人员只需按照接口定义实现对应的访问逻辑,即可完成数据源的对接。
 
-Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)。
+Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)。
 
 #### 便捷的跨源数据处理
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index 1d1651428c8..790c7a5782f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -78,7 +78,7 @@ CREATE CATALOG [IF NOT EXISTS] <catalog_name> [ COMMENT 
"<comment>"]
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 9ab0d999a24..8f7d54334ff 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -151,7 +151,7 @@ S3 相关参数如下:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index 43d150d3952..df632115d00 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -219,7 +219,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpcds.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpcds.md
index f49530f7936..6b51b417c34 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpcds.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCDS 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpch.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpch.md
index 6e83a295230..fb91140ad82 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpch.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCH 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/lakehouse-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/lakehouse-overview.md
index da98b050109..9b20934655f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/lakehouse-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris 提供良好的扩展性框架,帮助开发人员快速对接企业内
 
 Doris 
定义了标准的数据目录(Catalog)、数据库(Database)、数据表(Table)三个层级,开发人员可以方便的映射到所需对接的数据源层级。Doris 
同时提供标准的元数据服务和数据读取服务的接口,开发人员只需按照接口定义实现对应的访问逻辑,即可完成数据源的对接。
 
-Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)。
+Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)。
 
 #### 便捷的跨源数据处理
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index 00e9ded04f3..d7ce44f591d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -78,7 +78,7 @@ CREATE CATALOG [IF NOT EXISTS] <catalog_name> [ COMMENT 
"<comment>"]
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 77881f04f11..08988f55961 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -153,7 +153,7 @@ S3 相关参数如下:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index bc9ff613a4f..6717973bbcd 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -220,7 +220,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpcds.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpcds.md
index f49530f7936..6b51b417c34 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpcds.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCDS Connector](https://trino.io/docs/current/connector/tpcds.html) 
来快速构建 TPCDS 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCDS 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpch.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpch.md
index 6e83a295230..fb91140ad82 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpch.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
+Doris 支持通过 [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 兼容框架,使用 [TPCH Connector](https://trino.io/docs/current/connector/tpch.html) 
来快速构建 TPCH 测试集。
 
 结合 Hive/Iceberg 表的数据写回功能,您可以快速通过 Doris 构建 Doris、Hive、Iceberg 表的 TPCH 测试数据集。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/file-formats/lance.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/file-formats/lance.md
index 6c64b3b7500..554a8b88448 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/file-formats/lance.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/file-formats/lance.md
@@ -13,7 +13,7 @@
 Lance 格式支持为 **实验性功能**,自 Apache Doris **5.0.0** 版本起提供。
 :::
 
-[Lance](https://lancedb.github.io/lance/) 是一种面向 AI/ML 
场景设计的现代列式数据格式,原生支持向量检索、多模态数据(图像、Embedding)以及高效的随机访问。
+[Lance](https://docs.lancedb.com/lance) 是一种面向 AI/ML 
场景设计的现代列式数据格式,原生支持向量检索、多模态数据(图像、Embedding)以及高效的随机访问。
 
 Doris 通过 Table Valued Function(TVF)支持读取 Lance 格式文件。
 
@@ -95,4 +95,4 @@ SELECT count(*), min(id), max(id) FROM s3(
 
 ## 参考资料
 
-- [Lance 格式官方文档](https://lancedb.github.io/lance/)
+- [Lance 格式官方文档](https://docs.lancedb.com/lance)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/lakehouse-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/lakehouse-overview.md
index 6bc5ce7e857..a61de434e8a 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/lakehouse-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris 提供良好的扩展性框架,帮助开发人员快速对接企业内
 
 Doris 
定义了标准的数据目录(Catalog)、数据库(Database)、数据表(Table)三个层级,开发人员可以方便的映射到所需对接的数据源层级。Doris 
同时提供标准的元数据服务和数据读取服务的接口,开发人员只需按照接口定义实现对应的访问逻辑,即可完成数据源的对接。
 
-Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)。
+Doris 兼容 Trino Connector 插件,可直接将 Trino 插件包部署到 Doris 集群,经过少量配置即可访问对应的数据源。Doris 
目前已经完成了 
[Kudu](./catalogs/kudu-catalog.md)、[BigQuery](./catalogs/bigquery-catalog.md)、[Delta
 Lake](./catalogs/delta-lake-catalog.md) 等数据源的对接。也可以 
[自行适配新的插件](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)。
 
 #### 便捷的跨源数据处理
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index 97f2424f806..98303f101a2 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -78,7 +78,7 @@ CREATE CATALOG [IF NOT EXISTS] <catalog_name> [ COMMENT 
"<comment>"]
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 77881f04f11..08988f55961 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -153,7 +153,7 @@ S3 相关参数如下:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/overview.mdx
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/overview.mdx
index 7931dfd0b02..826d58373d1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/overview.mdx
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/overview.mdx
@@ -105,7 +105,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="数据分布概念"
     description="理解分区与分桶如何将数据映射到 Tablet,以充分利用多节点的存储与计算能力"
-    link="./data-partitioning/data-distribution"
+    link="./data-partitioning/basic-concepts"
 />
 
 <GettingStartedCard
@@ -181,7 +181,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="向量索引"
     description="基于 HNSW、IVF 等算法加速高维向量的相似度检索"
-    link="../ai/vector-search/hnsw"
+    link="./index/vector-index/hnsw"
 />
 </div>
 
@@ -241,7 +241,7 @@ Doris 中表名默认大小写敏感,最大长度为 64 字节。可通过以
 <GettingStartedCard
     title="建表最佳实践"
     description="汇总表模型、Key 列、分区分桶、索引等关键设计建议"
-    link="./best-practice"
+    link="./data-model/tips"
 />
 </div>
 
diff --git 
a/versioned_docs/version-2.1/admin-manual/cluster-management/upgrade.md 
b/versioned_docs/version-2.1/admin-manual/cluster-management/upgrade.md
index a1b793b8734..527559fa396 100644
--- a/versioned_docs/version-2.1/admin-manual/cluster-management/upgrade.md
+++ b/versioned_docs/version-2.1/admin-manual/cluster-management/upgrade.md
@@ -18,7 +18,7 @@ During version upgrades, the following rules apply:
 
 - **Two-digit and one-digit versions:** Cross-version upgrades for two-digit 
versions are not recommended due to compatibility concerns. It is advised to 
upgrade sequentially through each two-digit version. For example, upgrading 
from version 3.0 to 3.3 should follow the sequence 3.0 -> 3.1 -> 3.2 -> 3.3.
 
-The detailed version information can be found in the [versioning 
rules](https://doris.apache.org/community/release-versioning).
+The detailed version information can be found in the [versioning 
rules](https://doris.apache.org/community/release-and-verify/release-versioning).
 
 ## Upgrade Precautions
 
diff --git 
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
 
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
index 8eaa85d6d60..f6ae0b6c6b8 100644
--- 
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
+++ 
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
@@ -159,7 +159,7 @@ data:
     # since 1.2, the JAVA_HOME need to be set to run BE process.
     # JAVA_HOME=/path/to/jdk/
 
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:15000,dirty_decay_ms:15000,oversize_threshold:0,lg_tcache_max:20,prof:false,lg_prof_interval:32,lg_prof_sample:19,prof_gdump:false,prof_accum:false,prof_leak:false,prof_final:false"
     JEMALLOC_PROF_PRFIX=""
diff --git a/versioned_docs/version-2.1/lakehouse/best-practices/tpcds.md 
b/versioned_docs/version-2.1/lakehouse/best-practices/tpcds.md
index f55ed97dc5a..c83a7887f62 100644
--- a/versioned_docs/version-2.1/lakehouse/best-practices/tpcds.md
+++ b/versioned_docs/version-2.1/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework.
+Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework.
 
 Combined with the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCDS test data sets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/versioned_docs/version-2.1/lakehouse/best-practices/tpch.md 
b/versioned_docs/version-2.1/lakehouse/best-practices/tpch.md
index 418ec114723..365d1584aef 100644
--- a/versioned_docs/version-2.1/lakehouse/best-practices/tpch.md
+++ b/versioned_docs/version-2.1/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
+Doris supports using the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
 
 By combining the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCH test datasets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git 
a/versioned_docs/version-2.1/lakehouse/catalogs/jdbc-catalog-overview.md 
b/versioned_docs/version-2.1/lakehouse/catalogs/jdbc-catalog-overview.md
index 614408b718d..4c61b13bb26 100644
--- a/versioned_docs/version-2.1/lakehouse/catalogs/jdbc-catalog-overview.md
+++ b/versioned_docs/version-2.1/lakehouse/catalogs/jdbc-catalog-overview.md
@@ -33,7 +33,7 @@ Doris JDBC Catalog supports connections to the following 
databases:
 | [ SAP HANA](./jdbc-saphana-catalog.md)   |
 | [ Oceanbase](./jdbc-oceanbase-catalog.md) |
 
-You can refer to the [Developer 
Guide](https://doris.apache.org/community/how-to-contribute/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
+You can refer to the [Developer 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
 
 ## Configuring Catalog
 
diff --git a/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md 
b/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
index 3ac69a6205f..cb4113c1883 100644
--- a/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
+++ b/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris provides a good extensibility framework to help 
developers quickly connect
 
 Doris defines three levels of standard Catalog, Database, and Table, allowing 
developers to easily map to the required data source levels. Doris also 
provides standard interfaces for metadata service and storage service 
accessing, and developers only need to implement the corresponding interface to 
complete the data source connection.
 
-Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/how-to- [...]
+Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/develop [...]
 
 #### Convenient Cross-Source Data Processing
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/versioned_docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index 188fefc036b..f74e40f51cb 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -70,7 +70,7 @@ The comment for the catalog to be created.
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/versioned_docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 4b61df74518..f7b9cee94e8 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -153,7 +153,7 @@ Spark related parameters are as follows:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
@@ -189,7 +189,7 @@ Spark related parameters are as follows:
 
 **6. Create HMS resource**
 
-   HMS resource is used to create [hms 
catalog](../../../../lakehouse/datalake-analytics/hive)
+   HMS resource is used to create [hms 
catalog](../../../../lakehouse/catalogs/hive-catalog.mdx)
    ```sql
    CREATE RESOURCE hms_resource PROPERTIES (
       'type'='hms',
diff --git 
a/versioned_docs/version-3.x/admin-manual/cluster-management/upgrade.md 
b/versioned_docs/version-3.x/admin-manual/cluster-management/upgrade.md
index a0e46b15cf4..9fb74725291 100644
--- a/versioned_docs/version-3.x/admin-manual/cluster-management/upgrade.md
+++ b/versioned_docs/version-3.x/admin-manual/cluster-management/upgrade.md
@@ -18,7 +18,7 @@ During version upgrades, the following rules apply:
 
 - **Two-digit and one-digit versions:** Cross-version upgrades for two-digit 
versions are not recommended due to compatibility concerns. It is advised to 
upgrade sequentially through each two-digit version. For example, upgrading 
from version 3.0 to 3.3 should follow the sequence 3.0 -> 3.1 -> 3.2 -> 3.3.
 
-The detailed version information can be found in the [versioning 
rules](https://doris.apache.org/community/release-versioning).
+The detailed version information can be found in the [versioning 
rules](https://doris.apache.org/community/release-and-verify/release-versioning).
 
 ## Upgrade Precautions
 
diff --git 
a/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index 7e3e98ed98a..bfb98b0d11b 100644
--- 
a/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -187,7 +187,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git a/versioned_docs/version-3.x/lakehouse/best-practices/tpcds.md 
b/versioned_docs/version-3.x/lakehouse/best-practices/tpcds.md
index f55ed97dc5a..c83a7887f62 100644
--- a/versioned_docs/version-3.x/lakehouse/best-practices/tpcds.md
+++ b/versioned_docs/version-3.x/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework.
+Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework.
 
 Combined with the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCDS test data sets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/versioned_docs/version-3.x/lakehouse/best-practices/tpch.md 
b/versioned_docs/version-3.x/lakehouse/best-practices/tpch.md
index 418ec114723..365d1584aef 100644
--- a/versioned_docs/version-3.x/lakehouse/best-practices/tpch.md
+++ b/versioned_docs/version-3.x/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
+Doris supports using the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
 
 By combining the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCH test datasets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/versioned_docs/version-3.x/lakehouse/catalogs/bigquery-catalog.md 
b/versioned_docs/version-3.x/lakehouse/catalogs/bigquery-catalog.md
index 3e0c377bebe..a867688033d 100644
--- a/versioned_docs/version-3.x/lakehouse/catalogs/bigquery-catalog.md
+++ b/versioned_docs/version-3.x/lakehouse/catalogs/bigquery-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework.
+BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework.
 
 :::note
 - This feature is experimental and supported since version 3.0.1.
diff --git 
a/versioned_docs/version-3.x/lakehouse/catalogs/delta-lake-catalog.md 
b/versioned_docs/version-3.x/lakehouse/catalogs/delta-lake-catalog.md
index 569505d2229..0fde4072226 100644
--- a/versioned_docs/version-3.x/lakehouse/catalogs/delta-lake-catalog.md
+++ b/versioned_docs/version-3.x/lakehouse/catalogs/delta-lake-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
+Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git 
a/versioned_docs/version-3.x/lakehouse/catalogs/jdbc-catalog-overview.md 
b/versioned_docs/version-3.x/lakehouse/catalogs/jdbc-catalog-overview.md
index 614408b718d..4c61b13bb26 100644
--- a/versioned_docs/version-3.x/lakehouse/catalogs/jdbc-catalog-overview.md
+++ b/versioned_docs/version-3.x/lakehouse/catalogs/jdbc-catalog-overview.md
@@ -33,7 +33,7 @@ Doris JDBC Catalog supports connections to the following 
databases:
 | [ SAP HANA](./jdbc-saphana-catalog.md)   |
 | [ Oceanbase](./jdbc-oceanbase-catalog.md) |
 
-You can refer to the [Developer 
Guide](https://doris.apache.org/community/how-to-contribute/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
+You can refer to the [Developer 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
 
 ## Configuring Catalog
 
diff --git a/versioned_docs/version-3.x/lakehouse/catalogs/kafka-catalog.md 
b/versioned_docs/version-3.x/lakehouse/catalogs/kafka-catalog.md
index 0c71183434e..73b45d69c4f 100644
--- a/versioned_docs/version-3.x/lakehouse/catalogs/kafka-catalog.md
+++ b/versioned_docs/version-3.x/lakehouse/catalogs/kafka-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
+Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
@@ -354,5 +354,5 @@ You can refer to 
[here](https://github.com/morningman/demo-env/tree/main/kafka)
 ## References
 
 - [Trino Kafka Connector Official 
Documentation](https://trino.io/docs/435/connector/kafka.html)
-- [Trino Connector Development 
Guide](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
+- [Trino Connector Development 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 - [Confluent Schema Registry 
Documentation](https://docs.confluent.io/platform/current/schema-registry/index.html)
\ No newline at end of file
diff --git a/versioned_docs/version-3.x/lakehouse/catalogs/kudu-catalog.md 
b/versioned_docs/version-3.x/lakehouse/catalogs/kudu-catalog.md
index de31ed9c638..d042a0bc7a8 100644
--- a/versioned_docs/version-3.x/lakehouse/catalogs/kudu-catalog.md
+++ b/versioned_docs/version-3.x/lakehouse/catalogs/kudu-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
+Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git a/versioned_docs/version-3.x/lakehouse/lakehouse-overview.md 
b/versioned_docs/version-3.x/lakehouse/lakehouse-overview.md
index 339c9572d74..b043fad99f2 100644
--- a/versioned_docs/version-3.x/lakehouse/lakehouse-overview.md
+++ b/versioned_docs/version-3.x/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris provides a good extensibility framework to help 
developers quickly connect
 
 Doris defines three levels of standard Catalog, Database, and Table, allowing 
developers to easily map to the required data source levels. Doris also 
provides standard interfaces for metadata service and storage service 
accessing, and developers only need to implement the corresponding interface to 
complete the data source connection.
 
-Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/how-to- [...]
+Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/develop [...]
 
 #### Convenient Cross-Source Data Processing
 
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index d91dbba74f6..19cce853e05 100644
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/versioned_docs/version-3.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -70,7 +70,7 @@ The comment for the catalog to be created.
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index f3f71e4a407..e427199e496 100644
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/versioned_docs/version-3.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -155,7 +155,7 @@ Spark related parameters are as follows:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
@@ -191,7 +191,7 @@ Spark related parameters are as follows:
 
 **6. Create HMS resource**
 
-   HMS resource is used to create [hms 
catalog](../../../../lakehouse/datalake-analytics/hive)
+   HMS resource is used to create [hms 
catalog](../../../../lakehouse/catalogs/hive-catalog.mdx)
    ```sql
    CREATE RESOURCE hms_resource PROPERTIES (
       'type'='hms',
diff --git 
a/versioned_docs/version-4.x/admin-manual/cluster-management/upgrade.md 
b/versioned_docs/version-4.x/admin-manual/cluster-management/upgrade.md
index 069f72ca211..c9ed29c89c6 100644
--- a/versioned_docs/version-4.x/admin-manual/cluster-management/upgrade.md
+++ b/versioned_docs/version-4.x/admin-manual/cluster-management/upgrade.md
@@ -63,7 +63,7 @@ Follow these rules when upgrading:
 | Second-digit version | Cross-version not recommended | Upgrade second-digit 
version by second-digit version, for example 3.0 to 3.1 to 3.2 to 3.3 |
 | First-digit version | Cross-version not recommended | First upgrade to the 
latest second-digit version under the same first-digit version, then upgrade 
across the major version |
 
-For detailed version information, see [Versioning 
rules](https://doris.apache.org/community/release-versioning).
+For detailed version information, see [Versioning 
rules](https://doris.apache.org/community/release-and-verify/release-versioning).
 
 ## Upgrade Considerations
 
diff --git 
a/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index d9e64c08d7d..eea2184871d 100644
--- 
a/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -220,7 +220,7 @@ data:
     JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8 -Djol.skipHotspotSAAttach=true 
-Xmx2048m -DlogPath=$LOG_DIR/jni.log 
-Xlog:gc*:$LOG_DIR/be.gc.log.$CUR_DATE:time,uptime:filecount=10,filesize=50M 
-Djavax.security.auth.useSubjectCredsOnly=false -Dsun.security.krb5.debug=true 
-Dsun.java.command=DorisBE -XX:-CriticalJNINatives 
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
--add-opens=java.base/java.lang.reflect=A [...]
     # Set your own JAVA_HOME
     # JAVA_HOME=/path/to/jdk/
-    # 
https://github.com/apache/doris/blob/master/docs/zh-CN/community/developer-guide/debug-tool.md#jemalloc-heap-profile
+    # 
https://doris.apache.org/community/developer-guide/debug-tool#jemalloc-heap-profile
     # https://jemalloc.net/jemalloc.3.html
     
JEMALLOC_CONF="percpu_arena:percpu,background_thread:true,metadata_thp:auto,muzzy_decay_ms:5000,dirty_decay_ms:5000,oversize_threshold:0,prof:true,prof_active:false,lg_prof_interval:-1"
     JEMALLOC_PROF_PRFIX="jemalloc_heap_profile_"
diff --git a/versioned_docs/version-4.x/key-features/data-lineage.mdx 
b/versioned_docs/version-4.x/key-features/data-lineage.mdx
index c4cde5dc35d..602e74706b7 100644
--- a/versioned_docs/version-4.x/key-features/data-lineage.mdx
+++ b/versioned_docs/version-4.x/key-features/data-lineage.mdx
@@ -116,7 +116,7 @@ Apache Doris data lineage fits impact analysis, compliance 
trails, MV governance
 - [Audit Log plugin](../admin-manual/audit-plugin): how to enable 
`enable_audit_plugin`, configure batch interval and SQL length, and exclude 
internal users.
 - [Async Materialized 
Views](../query-acceleration/materialized-view/async-materialized-view/overview):
 the rewrite engine whose decisions show up in `chosen_m_views` and whose 
base-table dependencies are tracked by `MTMVRelationManager`.
 - [Incremental Materialized View](./incremental-materialized-view): 
partition-level dependency tracking between MVs and base tables that 
complements column-level lineage on the write path.
-- [OpenLineage specification](https://openlineage.io/docs/spec/overview/): the 
open standard for column-level lineage events; a useful target schema for a 
`LineagePlugin` implementation.
+- [OpenLineage specification](https://openlineage.io/docs/spec/object-model): 
the open standard for column-level lineage events; a useful target schema for a 
`LineagePlugin` implementation.
 - [Managing Lake Tables](./managing-lake-table): writes against Iceberg, 
Paimon, and Hive produce lineage events too; this card covers the write paths 
involved.
 - [Apache Atlas overview](https://atlas.apache.org/): a common downstream sink 
that accepts OpenLineage today and renders the column-level graph.
 - [Iceberg](./iceberg): an external table format whose snapshot history feeds 
into the lineage graph alongside Doris internal tables.
diff --git a/versioned_docs/version-4.x/lakehouse/best-practices/tpcds.md 
b/versioned_docs/version-4.x/lakehouse/best-practices/tpcds.md
index f55ed97dc5a..c83a7887f62 100644
--- a/versioned_docs/version-4.x/lakehouse/best-practices/tpcds.md
+++ b/versioned_docs/version-4.x/lakehouse/best-practices/tpcds.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework.
+Doris supports using the [TPCDS 
Connector](https://trino.io/docs/current/connector/tpcds.html) to quickly build 
TPCDS test sets through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework.
 
 Combined with the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCDS test data sets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/versioned_docs/version-4.x/lakehouse/best-practices/tpch.md 
b/versioned_docs/version-4.x/lakehouse/best-practices/tpch.md
index 418ec114723..365d1584aef 100644
--- a/versioned_docs/version-4.x/lakehouse/best-practices/tpch.md
+++ b/versioned_docs/version-4.x/lakehouse/best-practices/tpch.md
@@ -6,7 +6,7 @@
 }
 ---
 
-Doris supports using the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
+Doris supports using the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide)
 compatible framework to quickly build TPCH test sets with the [TPCH 
Connector](https://trino.io/docs/current/connector/tpch.html).
 
 By combining the data write-back function of Hive/Iceberg tables, you can 
quickly build TPCH test datasets for Doris, Hive, and Iceberg tables through 
Doris.
 
diff --git a/versioned_docs/version-4.x/lakehouse/catalogs/bigquery-catalog.md 
b/versioned_docs/version-4.x/lakehouse/catalogs/bigquery-catalog.md
index 3e0c377bebe..a867688033d 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/bigquery-catalog.md
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/bigquery-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework.
+BigQuery Catalog uses the Trino BigQuery Connector to access BigQuery tables 
through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework.
 
 :::note
 - This feature is experimental and supported since version 3.0.1.
diff --git 
a/versioned_docs/version-4.x/lakehouse/catalogs/delta-lake-catalog.md 
b/versioned_docs/version-4.x/lakehouse/catalogs/delta-lake-catalog.md
index 569505d2229..0fde4072226 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/delta-lake-catalog.md
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/delta-lake-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
+Delta Lake Catalog uses the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework with Trino Delta Lake Connector to access Delta Lake 
tables.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git 
a/versioned_docs/version-4.x/lakehouse/catalogs/jdbc-catalog-overview.md 
b/versioned_docs/version-4.x/lakehouse/catalogs/jdbc-catalog-overview.md
index 614408b718d..4c61b13bb26 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/jdbc-catalog-overview.md
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/jdbc-catalog-overview.md
@@ -33,7 +33,7 @@ Doris JDBC Catalog supports connections to the following 
databases:
 | [ SAP HANA](./jdbc-saphana-catalog.md)   |
 | [ Oceanbase](./jdbc-oceanbase-catalog.md) |
 
-You can refer to the [Developer 
Guide](https://doris.apache.org/community/how-to-contribute/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
+You can refer to the [Developer 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/jdbc-catalog-developer-guide)
 to develop support for new, unsupported JDBC data sources.
 
 ## Configuring Catalog
 
diff --git a/versioned_docs/version-4.x/lakehouse/catalogs/kafka-catalog.md 
b/versioned_docs/version-4.x/lakehouse/catalogs/kafka-catalog.md
index 0c71183434e..73b45d69c4f 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/kafka-catalog.md
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/kafka-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
+Kafka Catalog uses the Trino Kafka Connector through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework to access Kafka Topic data.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
@@ -354,5 +354,5 @@ You can refer to 
[here](https://github.com/morningman/demo-env/tree/main/kafka)
 ## References
 
 - [Trino Kafka Connector Official 
Documentation](https://trino.io/docs/435/connector/kafka.html)
-- [Trino Connector Development 
Guide](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
+- [Trino Connector Development 
Guide](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 - [Confluent Schema Registry 
Documentation](https://docs.confluent.io/platform/current/schema-registry/index.html)
\ No newline at end of file
diff --git a/versioned_docs/version-4.x/lakehouse/catalogs/kudu-catalog.md 
b/versioned_docs/version-4.x/lakehouse/catalogs/kudu-catalog.md
index de31ed9c638..d042a0bc7a8 100644
--- a/versioned_docs/version-4.x/lakehouse/catalogs/kudu-catalog.md
+++ b/versioned_docs/version-4.x/lakehouse/catalogs/kudu-catalog.md
@@ -8,7 +8,7 @@
 
 ## Overview
 
-Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/how-to-contribute/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
+Kudu Catalog accesses Kudu tables through the [Trino 
Connector](https://doris.apache.org/community/developer-guide/data-source-extension/trino-connector-developer-guide/)
 compatibility framework using Trino Kudu Connector.
 
 :::note
 - This is an experimental feature, supported since version 3.0.1.
diff --git a/versioned_docs/version-4.x/lakehouse/file-formats/lance.md 
b/versioned_docs/version-4.x/lakehouse/file-formats/lance.md
index f4491f30a25..5fed5d04a89 100644
--- a/versioned_docs/version-4.x/lakehouse/file-formats/lance.md
+++ b/versioned_docs/version-4.x/lakehouse/file-formats/lance.md
@@ -13,7 +13,7 @@
 Lance format support is an **experimental feature** available since Apache 
Doris **5.0.0**.
 :::
 
-[Lance](https://lancedb.github.io/lance/) is a modern columnar data format 
designed for AI/ML workloads, with native support for vector search, multimodal 
data (images, embeddings), and fast random access.
+[Lance](https://docs.lancedb.com/lance) is a modern columnar data format 
designed for AI/ML workloads, with native support for vector search, multimodal 
data (images, embeddings), and fast random access.
 
 Doris supports reading Lance format files through Table Valued Functions (TVF).
 
@@ -95,4 +95,4 @@ SELECT count(*), min(id), max(id) FROM s3(
 
 ## References
 
-- [Lance Format Documentation](https://lancedb.github.io/lance/)
+- [Lance Format Documentation](https://docs.lancedb.com/lance)
diff --git a/versioned_docs/version-4.x/lakehouse/lakehouse-overview.md 
b/versioned_docs/version-4.x/lakehouse/lakehouse-overview.md
index 93b41e0c96f..c651528fb18 100644
--- a/versioned_docs/version-4.x/lakehouse/lakehouse-overview.md
+++ b/versioned_docs/version-4.x/lakehouse/lakehouse-overview.md
@@ -32,7 +32,7 @@ Doris provides a good extensibility framework to help 
developers quickly connect
 
 Doris defines three levels of standard Catalog, Database, and Table, allowing 
developers to easily map to the required data source levels. Doris also 
provides standard interfaces for metadata service and storage service 
accessing, and developers only need to implement the corresponding interface to 
complete the data source connection.
 
-Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/how-to- [...]
+Doris is compatible with the Trino Connector plugin, allowing the Trino plugin 
package to be directly deployed to the Doris cluster, and with minimal 
configuration, the corresponding data source can be accessed. Doris has already 
completed connections to data sources such as 
[Kudu](./catalogs/kudu-catalog.md), [BigQuery](./catalogs/bigquery-catalog.md), 
and [Delta Lake](./catalogs/delta-lake-catalog.md). You can also [adapt new 
plugins yourself](https://doris.apache.org/community/develop [...]
 
 #### Convenient Cross-Source Data Processing
 
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
index d91dbba74f6..19cce853e05 100644
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
+++ 
b/versioned_docs/version-4.x/sql-manual/sql-statements/catalog/CREATE-CATALOG.md
@@ -70,7 +70,7 @@ The comment for the catalog to be created.
                "user"="root",
                "password"="123456",
                "jdbc_url" = 
"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-               "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+               "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
                "driver_class" = "com.mysql.cj.jdbc.Driver"
        );
        ```
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
index 05c38386f02..e427199e496 100644
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
+++ 
b/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/compute-management/CREATE-RESOURCE.md
@@ -155,7 +155,7 @@ Spark related parameters are as follows:
       "user"="root",
       "password"="123456",
       "jdbc_url" = "jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false",
-      "driver_url" = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar";,
+      "driver_url" = 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.25/mysql-connector-java-8.0.25.jar";,
    "driver_class" = "com.mysql.cj.jdbc.Driver"
    );
    ```
diff --git a/versioned_docs/version-4.x/table-design/overview.mdx 
b/versioned_docs/version-4.x/table-design/overview.mdx
index e52a05ae5bd..494cc61a700 100644
--- a/versioned_docs/version-4.x/table-design/overview.mdx
+++ b/versioned_docs/version-4.x/table-design/overview.mdx
@@ -105,7 +105,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Data Distribution Concepts"
     description="Understand how partitioning and bucketing map data to tablets 
to fully leverage the storage and compute capabilities of multiple nodes"
-    link="./data-partitioning/data-distribution"
+    link="./data-partitioning/basic-concepts"
 />
 
 <GettingStartedCard
@@ -181,7 +181,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Vector Index"
     description="Accelerate similarity search on high-dimensional vectors 
based on algorithms such as HNSW and IVF"
-    link="../ai/vector-search/hnsw"
+    link="./index/vector-index/hnsw"
 />
 </div>
 
@@ -241,7 +241,7 @@ Table properties apply at the partition level. Modifying 
table properties only t
 <GettingStartedCard
     title="Table Design Best Practices"
     description="A summary of key design recommendations for table models, Key 
columns, partitioning and bucketing, indexes, and more"
-    link="./best-practice"
+    link="./data-model/tips"
 />
 </div>
 


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

Reply via email to