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

dataroaring 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 23a0dd3c71f [Update] fix dead links (#3200)
23a0dd3c71f is described below

commit 23a0dd3c71f820a0e38b3bd8a5da7882269b8bde
Author: zhuwei <[email protected]>
AuthorDate: Wed Dec 31 01:46:43 2025 +0800

    [Update] fix dead links (#3200)
    
    ## Versions
    
    - [ ] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    ---------
    
    Co-authored-by: zhuwei <[email protected]>
---
 docs/data-operate/import/import-way/mysql-load-manual.md              | 2 +-
 docs/db-connect/database-connect.md                                   | 2 +-
 docs/lakehouse/storages/minio.md                                      | 4 ++--
 docs/sql-manual/sql-statements/data-query/SELECT.md                   | 2 +-
 docs/sql-manual/sql-statements/function/DESC-FUNCTION.md              | 2 +-
 docs/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md  | 2 +-
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../current/db-connect/database-connect.md                            | 2 +-
 .../current/lakehouse/storages/minio.md                               | 4 ++--
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../version-2.0/db-connect/database-connect.md                        | 2 +-
 .../version-2.0/install/cluster-deployment/standard-deployment.md     | 2 +-
 .../version-2.1/db-connect/database-connect.md                        | 2 +-
 .../version-2.1/lakehouse/storages/minio.md                           | 4 ++--
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../version-3.x/db-connect/database-connect.md                        | 2 +-
 .../version-3.x/lakehouse/storages/minio.md                           | 4 ++--
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../version-4.x/db-connect/database-connect.md                        | 2 +-
 .../version-4.x/lakehouse/storages/minio.md                           | 4 ++--
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 versioned_docs/version-2.0/data-operate/import/mysql-load-manual.md   | 2 +-
 versioned_docs/version-2.0/db-connect/database-connect.md             | 2 +-
 .../version-2.0/install/cluster-deployment/standard-deployment.md     | 2 +-
 .../version-2.1/data-operate/import/import-way/mysql-load-manual.md   | 2 +-
 versioned_docs/version-2.1/db-connect/database-connect.md             | 2 +-
 versioned_docs/version-2.1/lakehouse/storages/minio.md                | 4 ++--
 .../version-2.1/sql-manual/sql-statements/data-query/SELECT.md        | 2 +-
 .../version-2.1/sql-manual/sql-statements/function/DESC-FUNCTION.md   | 2 +-
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../version-3.x/data-operate/import/import-way/mysql-load-manual.md   | 2 +-
 versioned_docs/version-3.x/db-connect/database-connect.md             | 2 +-
 versioned_docs/version-3.x/lakehouse/storages/minio.md                | 4 ++--
 .../version-3.x/sql-manual/sql-statements/data-query/SELECT.md        | 2 +-
 .../version-3.x/sql-manual/sql-statements/function/DESC-FUNCTION.md   | 2 +-
 .../sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md   | 2 +-
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 .../version-4.x/data-operate/import/import-way/mysql-load-manual.md   | 2 +-
 versioned_docs/version-4.x/db-connect/database-connect.md             | 2 +-
 versioned_docs/version-4.x/lakehouse/storages/minio.md                | 4 ++--
 .../version-4.x/sql-manual/sql-statements/data-query/SELECT.md        | 2 +-
 .../version-4.x/sql-manual/sql-statements/function/DESC-FUNCTION.md   | 2 +-
 .../sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md   | 2 +-
 .../async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md         | 2 +-
 44 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/docs/data-operate/import/import-way/mysql-load-manual.md 
b/docs/data-operate/import/import-way/mysql-load-manual.md
index 305d38107cb..17f878ba697 100644
--- a/docs/data-operate/import/import-way/mysql-load-manual.md
+++ b/docs/data-operate/import/import-way/mysql-load-manual.md
@@ -148,7 +148,7 @@ Descriptions of modules in the Load job:
 | COLUMNS TERMINATED BY | This specifies the column delimiter.                 
        |
 | LINE TERMINATED BY    | This specifies the row delimiter.                    
        |
 | IGNORE num LINES      | This specifies the number of rows to skip in the CSV 
import, typically specified as 1 to skip the header. |
-| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/2.0/data-operate/import/load-data-convert#column-mapping).
 |
+| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/dev/data-operate/import/load-data-convert#column-mapping).
 |
 | PROPERTIES            | Parameters for the Load.                             
        |
 
 ### Parameters
diff --git a/docs/db-connect/database-connect.md 
b/docs/db-connect/database-connect.md
index 13231aa6fe8..d96acbfe9da 100644
--- a/docs/db-connect/database-connect.md
+++ b/docs/db-connect/database-connect.md
@@ -75,7 +75,7 @@ Query in DBeaver:
 
 Doris FE has a built-in Web UI. It allows users to perform SQL queries and 
view other related information without the need to install the MySQL client
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git a/docs/lakehouse/storages/minio.md b/docs/lakehouse/storages/minio.md
index ae8e0160735..03875818d19 100644
--- a/docs/lakehouse/storages/minio.md
+++ b/docs/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@ This document describes the parameters required to access 
MinIO, which apply to
 
 MinIO uses Host-style access by default, but also supports Path-style access. 
You can switch by setting the `minio.use_path_style` parameter.
 
-- Host-style access (default): https://bucket.minio.example.com
-- Path-style access (when enabled): https://minio.example.com/bucket
+- Host-style access (default): `https://bucket.minio.example.com`
+- Path-style access (when enabled): `https://minio.example.com/bucket`
 
 ## Example Configuration
 
diff --git a/docs/sql-manual/sql-statements/data-query/SELECT.md 
b/docs/sql-manual/sql-statements/data-query/SELECT.md
index eef166e660b..8c9fae32f4e 100644
--- a/docs/sql-manual/sql-statements/data-query/SELECT.md
+++ b/docs/sql-manual/sql-statements/data-query/SELECT.md
@@ -66,7 +66,7 @@ SELECT
 
    12. `[TABLET tids] TABLESAMPLE n [ROWS | PERCENT] [REPEATABLE seek]`: Limit 
the number of rows read from the table in the FROM clause, select a number of 
Tablets pseudo-randomly from the table according to the specified number of 
rows or percentages, and specify the number of seeds in REPEATABLE to return 
the selected samples again. In addition, you can also manually specify the 
TableID, Note that this can only be used for OLAP tables.
    
-   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/en/docs/query-acceleration/hint/joinHint.md)
+   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/docs/dev/query-acceleration/hints/hints-overview)
 
 **Syntax constraints:**
 
diff --git a/docs/sql-manual/sql-statements/function/DESC-FUNCTION.md 
b/docs/sql-manual/sql-statements/function/DESC-FUNCTION.md
index 99b6922a05a..7c982f186bc 100644
--- a/docs/sql-manual/sql-statements/function/DESC-FUNCTION.md
+++ b/docs/sql-manual/sql-statements/function/DESC-FUNCTION.md
@@ -20,7 +20,7 @@ DESC FUNCTION <table_valued_function>
 
 **<table_valued_function>**
 
-> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/en/docs/dev/sql-manual/sql-functions/table-valued-functions/s3/)"
 section
+> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/docs/dev/lakehouse/file-analysis)" section
 
 ## Examples
 
diff --git 
a/docs/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md 
b/docs/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
index baa8dd4c8b5..1ddb628217b 100644
--- a/docs/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
+++ b/docs/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
@@ -25,7 +25,7 @@ PLAN REPLAYER DUMP <query>
 
 - Refers to the query statement inside the corresponding DML.
 - If it is not a query statement, a parse error will be reported.
-- For more details, please refer to the 
[SELECT](https://doris.apache.org/en-US/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/SELECT/)
 syntax.
+- For more details, please refer to the 
[SELECT](https://doris.apache.org/docs/dev/sql-manual/sql-statements/data-query/SELECT)
 syntax.
 
 
 ## Permission Control
diff --git 
a/docs/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/docs/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 21247aaedf3..1ba420c6ebc 100644
--- 
a/docs/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/docs/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -132,7 +132,7 @@ Properties used by internal tables, most of which can be 
used by materialized vi
 | grace_period                     | The maximum allowed delay in seconds for 
materialized view data during query rewriting. If partition A of the 
materialized view and the base table data are inconsistent, and the last 
refresh time of partition A was 10:15:00, with the current system time being 
10:15:08, the partition will not be transparently rewritten. However, if 
`grace_period` is set to 10, the partition will be used for transparent 
rewriting. |
 | excluded_trigger_tables          | Comma-separated table names to be ignored 
during data refresh. For example, `table1,table2`. |
 | refresh_partition_num            | The number of partitions refreshed by a 
single INSERT statement, defaulting to 1. When refreshing a materialized view, 
it first calculates the list of partitions to be refreshed and then splits them 
into multiple INSERT statements for sequential execution. If an INSERT 
statement fails, the entire task will stop. The materialized view ensures the 
atomicity of a single INSERT statement, and a failed INSERT will not affect 
partitions that have already be [...]
-| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 documentation. |
+| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 documentation. |
 | partition_sync_limit             | When the base table's partition field is 
of type time, this property can be used to configure the range of partitions to 
synchronize with the base table, in conjunction with 
`partition_sync_time_unit`. For example, setting it to 2 with 
`partition_sync_time_unit` set to `MONTH` means that only the partitions and 
data from the last 2 months of the base table will be synchronized. The minimum 
value is `1`. As time progresses, the materialized view will a [...]
 | partition_sync_time_unit         | The time unit for partition refresh, 
supporting DAY/MONTH/YEAR (default is DAY). |
 | partition_date_format            | When the base table's partition field is 
of type string, if you want to use the `partition_sync_limit` capability, you 
can set the date format to parse the partition time according to the 
`partition_date_format` setting. |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/db-connect/database-connect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/db-connect/database-connect.md
index c76ccd2f7ac..339c393fa23 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/db-connect/database-connect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/db-connect/database-connect.md
@@ -84,7 +84,7 @@ 
jdbc:mysql://FE_IP:FE_PORT/demo?sessionVariables=key1=val1,key2=val2
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过内置的 Web UI 进行 SQL 查询和其它相关信息的查看。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/storages/minio.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/storages/minio.md
index 2c743026482..84c01918330 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/storages/minio.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@
 
 Minio 默认使用 Host-style 访问方式,但也支持 Path-style 访问。可以通过设置 `minio.use_path_style` 
参数来切换。
 
-- Host-style 访问(默认): https://bucket.minio.example.com
-- Path-style 访问(开启后): https://minio.example.com/bucket
+- Host-style 访问(默认): `https://bucket.minio.example.com`
+- Path-style 访问(开启后): `https://minio.example.com/bucket`
 
 ## 示例配置
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 83d874a6733..288fb7b6a1c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -138,7 +138,7 @@ refresh_trigger
 | grace_period                     | 查询改写时允许物化视图数据的最大延迟时间(单位:秒)。如果分区 A 
和基表的数据不一致,物化视图的分区 A 上次刷新时间为 10:15:00,系统当前时间为  10:15:08,那么该分区不会被透明改写。但是如果 
`grace_period`  = 10,该分区就会被用于透明改写 |
 | excluded_trigger_tables          | 数据刷新时忽略的表名,逗号分割。例如`table1,table2`         
 |
 | refresh_partition_num            | 单次 insert 语句刷新的分区数量,默认为 
1。物化视图刷新时会先计算要刷新的分区列表,然后根据该配置拆分成多个 Insert 语句顺序执行。遇到失败的 Insert 
语句,整个任务将停止执行。物化视图保证单个 Insert 语句的事务性,失败的 Insert 语句不会影响到已经刷新成功的分区 |
-| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 文档。 |
+| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 文档。 |
 | partition_sync_limit             | 当基表的分区字段为时间时,可以用此属性配置同步基表的分区范围,配合 
`partition_sync_time_unit` 一起使用。例如设置为 2,`partition_sync_time_unit` 设置为 
`MONTH`,代表仅同步基表近 2 个月的分区和数据。最小值为 `1`。随着时间的变化物化视图每次刷新时都会自动增删分区,例如物化视图现在有 2,3 
两个月的数据,下个月的时候,会自动删除 2 月的数据,增加 4 月的数据。 |
 | partition_sync_time_unit         | 分区刷新的时间单位,支持 DAY/MONTH/YEAR(默认DAY)        
   |
 | partition_date_format            | 当基表的分区字段为字符串时,如果想使用 
`partition_sync_limit`的能力,可以设置日期的格式,将按照 `partition_date_format`的设置解析分区时间 |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/db-connect/database-connect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/db-connect/database-connect.md
index 991106e2c04..88da3bd0c4f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/db-connect/database-connect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/db-connect/database-connect.md
@@ -77,7 +77,7 @@ try {
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过内置的 Web UI 进行 SQL 查询和其它相关信息的查看。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
index e3b950a8d6b..c99415b098e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/standard-deployment.md
@@ -594,7 +594,7 @@ server1:apache-doris/fe doris$ curl 
http://127.0.0.1:8030/api/bootstrap
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过 Web UI 来完成诸如添加 BE/FE 节点,以及运行其它 SQL 查询。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/db-connect/database-connect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/db-connect/database-connect.md
index c76ccd2f7ac..339c393fa23 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/db-connect/database-connect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/db-connect/database-connect.md
@@ -84,7 +84,7 @@ 
jdbc:mysql://FE_IP:FE_PORT/demo?sessionVariables=key1=val1,key2=val2
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过内置的 Web UI 进行 SQL 查询和其它相关信息的查看。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/storages/minio.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/storages/minio.md
index 2c743026482..84c01918330 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/storages/minio.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@
 
 Minio 默认使用 Host-style 访问方式,但也支持 Path-style 访问。可以通过设置 `minio.use_path_style` 
参数来切换。
 
-- Host-style 访问(默认): https://bucket.minio.example.com
-- Path-style 访问(开启后): https://minio.example.com/bucket
+- Host-style 访问(默认): `https://bucket.minio.example.com`
+- Path-style 访问(开启后): `https://minio.example.com/bucket`
 
 ## 示例配置
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 83d874a6733..288fb7b6a1c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -138,7 +138,7 @@ refresh_trigger
 | grace_period                     | 查询改写时允许物化视图数据的最大延迟时间(单位:秒)。如果分区 A 
和基表的数据不一致,物化视图的分区 A 上次刷新时间为 10:15:00,系统当前时间为  10:15:08,那么该分区不会被透明改写。但是如果 
`grace_period`  = 10,该分区就会被用于透明改写 |
 | excluded_trigger_tables          | 数据刷新时忽略的表名,逗号分割。例如`table1,table2`         
 |
 | refresh_partition_num            | 单次 insert 语句刷新的分区数量,默认为 
1。物化视图刷新时会先计算要刷新的分区列表,然后根据该配置拆分成多个 Insert 语句顺序执行。遇到失败的 Insert 
语句,整个任务将停止执行。物化视图保证单个 Insert 语句的事务性,失败的 Insert 语句不会影响到已经刷新成功的分区 |
-| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 文档。 |
+| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 文档。 |
 | partition_sync_limit             | 当基表的分区字段为时间时,可以用此属性配置同步基表的分区范围,配合 
`partition_sync_time_unit` 一起使用。例如设置为 2,`partition_sync_time_unit` 设置为 
`MONTH`,代表仅同步基表近 2 个月的分区和数据。最小值为 `1`。随着时间的变化物化视图每次刷新时都会自动增删分区,例如物化视图现在有 2,3 
两个月的数据,下个月的时候,会自动删除 2 月的数据,增加 4 月的数据。 |
 | partition_sync_time_unit         | 分区刷新的时间单位,支持 DAY/MONTH/YEAR(默认DAY)        
   |
 | partition_date_format            | 当基表的分区字段为字符串时,如果想使用 
`partition_sync_limit`的能力,可以设置日期的格式,将按照 `partition_date_format`的设置解析分区时间 |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/db-connect/database-connect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/db-connect/database-connect.md
index c76ccd2f7ac..339c393fa23 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/db-connect/database-connect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/db-connect/database-connect.md
@@ -84,7 +84,7 @@ 
jdbc:mysql://FE_IP:FE_PORT/demo?sessionVariables=key1=val1,key2=val2
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过内置的 Web UI 进行 SQL 查询和其它相关信息的查看。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/storages/minio.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/storages/minio.md
index 2c743026482..84c01918330 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/storages/minio.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@
 
 Minio 默认使用 Host-style 访问方式,但也支持 Path-style 访问。可以通过设置 `minio.use_path_style` 
参数来切换。
 
-- Host-style 访问(默认): https://bucket.minio.example.com
-- Path-style 访问(开启后): https://minio.example.com/bucket
+- Host-style 访问(默认): `https://bucket.minio.example.com`
+- Path-style 访问(开启后): `https://minio.example.com/bucket`
 
 ## 示例配置
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 83d874a6733..288fb7b6a1c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -138,7 +138,7 @@ refresh_trigger
 | grace_period                     | 查询改写时允许物化视图数据的最大延迟时间(单位:秒)。如果分区 A 
和基表的数据不一致,物化视图的分区 A 上次刷新时间为 10:15:00,系统当前时间为  10:15:08,那么该分区不会被透明改写。但是如果 
`grace_period`  = 10,该分区就会被用于透明改写 |
 | excluded_trigger_tables          | 数据刷新时忽略的表名,逗号分割。例如`table1,table2`         
 |
 | refresh_partition_num            | 单次 insert 语句刷新的分区数量,默认为 
1。物化视图刷新时会先计算要刷新的分区列表,然后根据该配置拆分成多个 Insert 语句顺序执行。遇到失败的 Insert 
语句,整个任务将停止执行。物化视图保证单个 Insert 语句的事务性,失败的 Insert 语句不会影响到已经刷新成功的分区 |
-| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 文档。 |
+| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 文档。 |
 | partition_sync_limit             | 当基表的分区字段为时间时,可以用此属性配置同步基表的分区范围,配合 
`partition_sync_time_unit` 一起使用。例如设置为 2,`partition_sync_time_unit` 设置为 
`MONTH`,代表仅同步基表近 2 个月的分区和数据。最小值为 `1`。随着时间的变化物化视图每次刷新时都会自动增删分区,例如物化视图现在有 2,3 
两个月的数据,下个月的时候,会自动删除 2 月的数据,增加 4 月的数据。 |
 | partition_sync_time_unit         | 分区刷新的时间单位,支持 DAY/MONTH/YEAR(默认DAY)        
   |
 | partition_date_format            | 当基表的分区字段为字符串时,如果想使用 
`partition_sync_limit`的能力,可以设置日期的格式,将按照 `partition_date_format`的设置解析分区时间 |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/db-connect/database-connect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/db-connect/database-connect.md
index c76ccd2f7ac..339c393fa23 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/db-connect/database-connect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/db-connect/database-connect.md
@@ -84,7 +84,7 @@ 
jdbc:mysql://FE_IP:FE_PORT/demo?sessionVariables=key1=val1,key2=val2
 
 Doris FE 内置 Web UI。用户无须安装 MySQL 客户端,即可通过内置的 Web UI 进行 SQL 查询和其它相关信息的查看。
 
-在浏览器中输入 http://fe_ip:fe_port,  比如 `http://172.20.63.118:8030`,打开 Doris 内置的 Web 
控制台。
+在浏览器中输入 http://fe_ip:fe_port,  比如 ``http://172.20.63.118:8030``,打开 Doris 内置的 
Web 控制台。
 
 内置 Web 控制台,主要供集群 root 账户使用,默认安装后 root 账户密码为空。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/storages/minio.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/storages/minio.md
index 2c743026482..84c01918330 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/storages/minio.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@
 
 Minio 默认使用 Host-style 访问方式,但也支持 Path-style 访问。可以通过设置 `minio.use_path_style` 
参数来切换。
 
-- Host-style 访问(默认): https://bucket.minio.example.com
-- Path-style 访问(开启后): https://minio.example.com/bucket
+- Host-style 访问(默认): `https://bucket.minio.example.com`
+- Path-style 访问(开启后): `https://minio.example.com/bucket`
 
 ## 示例配置
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 83d874a6733..288fb7b6a1c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -138,7 +138,7 @@ refresh_trigger
 | grace_period                     | 查询改写时允许物化视图数据的最大延迟时间(单位:秒)。如果分区 A 
和基表的数据不一致,物化视图的分区 A 上次刷新时间为 10:15:00,系统当前时间为  10:15:08,那么该分区不会被透明改写。但是如果 
`grace_period`  = 10,该分区就会被用于透明改写 |
 | excluded_trigger_tables          | 数据刷新时忽略的表名,逗号分割。例如`table1,table2`         
 |
 | refresh_partition_num            | 单次 insert 语句刷新的分区数量,默认为 
1。物化视图刷新时会先计算要刷新的分区列表,然后根据该配置拆分成多个 Insert 语句顺序执行。遇到失败的 Insert 
语句,整个任务将停止执行。物化视图保证单个 Insert 语句的事务性,失败的 Insert 语句不会影响到已经刷新成功的分区 |
-| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 文档。 |
+| workload_group                   | 物化视图执行刷新任务时使用的 `workload_group` 
名称。用来限制物化视图刷新数据使用的资源,避免影响到其它业务的运行。关于 `workload_group` 的创建及使用,可参考 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 文档。 |
 | partition_sync_limit             | 当基表的分区字段为时间时,可以用此属性配置同步基表的分区范围,配合 
`partition_sync_time_unit` 一起使用。例如设置为 2,`partition_sync_time_unit` 设置为 
`MONTH`,代表仅同步基表近 2 个月的分区和数据。最小值为 `1`。随着时间的变化物化视图每次刷新时都会自动增删分区,例如物化视图现在有 2,3 
两个月的数据,下个月的时候,会自动删除 2 月的数据,增加 4 月的数据。 |
 | partition_sync_time_unit         | 分区刷新的时间单位,支持 DAY/MONTH/YEAR(默认DAY)        
   |
 | partition_date_format            | 当基表的分区字段为字符串时,如果想使用 
`partition_sync_limit`的能力,可以设置日期的格式,将按照 `partition_date_format`的设置解析分区时间 |
diff --git 
a/versioned_docs/version-2.0/data-operate/import/mysql-load-manual.md 
b/versioned_docs/version-2.0/data-operate/import/mysql-load-manual.md
index 6f5b89c5c01..6c3aae47bf0 100644
--- a/versioned_docs/version-2.0/data-operate/import/mysql-load-manual.md
+++ b/versioned_docs/version-2.0/data-operate/import/mysql-load-manual.md
@@ -147,7 +147,7 @@ Descriptions of modules in the Load job:
 | COLUMNS TERMINATED BY | This specifies the column delimiter.                 
        |
 | LINE TERMINATED BY    | This specifies the row delimiter.                    
        |
 | IGNORE num LINES      | This specifies the number of rows to skip in the CSV 
import, typically specified as 1 to skip the header. |
-| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/2.0/data-operate/import/load-data-convert#column-mapping).
 |
+| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/dev/data-operate/import/load-data-convert#column-mapping).
 |
 | PROPERTIES            | Parameters for the Load.                             
        |
 
 ### Parameters
diff --git a/versioned_docs/version-2.0/db-connect/database-connect.md 
b/versioned_docs/version-2.0/db-connect/database-connect.md
index 47a53b3f27a..e8338e63c7e 100644
--- a/versioned_docs/version-2.0/db-connect/database-connect.md
+++ b/versioned_docs/version-2.0/db-connect/database-connect.md
@@ -68,7 +68,7 @@ Query in DBeaver:
 
 Doris FE has a built-in Web UI. It allows users to perform SQL queries and 
view other related information without the need to install the MySQL client
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git 
a/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md 
b/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
index 244f0f19ebb..3ec61b06e0d 100644
--- 
a/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
+++ 
b/versioned_docs/version-2.0/install/cluster-deployment/standard-deployment.md
@@ -556,7 +556,7 @@ server1:apache-doris/fe doris$ curl 
http://127.0.0.1:8030/api/bootstrap
 
 Doris FE has a built-in Web UI. Users do not need to install a MySQL client to 
perform tasks such as adding BE/FE nodes or running other SQL queries.
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git 
a/versioned_docs/version-2.1/data-operate/import/import-way/mysql-load-manual.md
 
b/versioned_docs/version-2.1/data-operate/import/import-way/mysql-load-manual.md
index 305d38107cb..17f878ba697 100644
--- 
a/versioned_docs/version-2.1/data-operate/import/import-way/mysql-load-manual.md
+++ 
b/versioned_docs/version-2.1/data-operate/import/import-way/mysql-load-manual.md
@@ -148,7 +148,7 @@ Descriptions of modules in the Load job:
 | COLUMNS TERMINATED BY | This specifies the column delimiter.                 
        |
 | LINE TERMINATED BY    | This specifies the row delimiter.                    
        |
 | IGNORE num LINES      | This specifies the number of rows to skip in the CSV 
import, typically specified as 1 to skip the header. |
-| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/2.0/data-operate/import/load-data-convert#column-mapping).
 |
+| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/dev/data-operate/import/load-data-convert#column-mapping).
 |
 | PROPERTIES            | Parameters for the Load.                             
        |
 
 ### Parameters
diff --git a/versioned_docs/version-2.1/db-connect/database-connect.md 
b/versioned_docs/version-2.1/db-connect/database-connect.md
index 06fbb4e31ac..582e6d934d1 100644
--- a/versioned_docs/version-2.1/db-connect/database-connect.md
+++ b/versioned_docs/version-2.1/db-connect/database-connect.md
@@ -75,7 +75,7 @@ Query in DBeaver:
 
 Doris FE has a built-in Web UI. It allows users to perform SQL queries and 
view other related information without the need to install the MySQL client
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git a/versioned_docs/version-2.1/lakehouse/storages/minio.md 
b/versioned_docs/version-2.1/lakehouse/storages/minio.md
index ae8e0160735..03875818d19 100644
--- a/versioned_docs/version-2.1/lakehouse/storages/minio.md
+++ b/versioned_docs/version-2.1/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@ This document describes the parameters required to access 
MinIO, which apply to
 
 MinIO uses Host-style access by default, but also supports Path-style access. 
You can switch by setting the `minio.use_path_style` parameter.
 
-- Host-style access (default): https://bucket.minio.example.com
-- Path-style access (when enabled): https://minio.example.com/bucket
+- Host-style access (default): `https://bucket.minio.example.com`
+- Path-style access (when enabled): `https://minio.example.com/bucket`
 
 ## Example Configuration
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-statements/data-query/SELECT.md 
b/versioned_docs/version-2.1/sql-manual/sql-statements/data-query/SELECT.md
index 9678bab103c..527c8a29d96 100644
--- a/versioned_docs/version-2.1/sql-manual/sql-statements/data-query/SELECT.md
+++ b/versioned_docs/version-2.1/sql-manual/sql-statements/data-query/SELECT.md
@@ -66,7 +66,7 @@ SELECT
 
    12. `[TABLET tids] TABLESAMPLE n [ROWS | PERCENT] [REPEATABLE seek]`: Limit 
the number of rows read from the table in the FROM clause, select a number of 
Tablets pseudo-randomly from the table according to the specified number of 
rows or percentages, and specify the number of seeds in REPEATABLE to return 
the selected samples again. In addition, you can also manually specify the 
TableID, Note that this can only be used for OLAP tables.
    
-   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/en/docs/query-acceleration/hint/joinHint.md)
+   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/docs/dev/query-acceleration/hints/hints-overview)
 
 **Syntax constraints:**
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-statements/function/DESC-FUNCTION.md
 
b/versioned_docs/version-2.1/sql-manual/sql-statements/function/DESC-FUNCTION.md
index 99b6922a05a..7c982f186bc 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-statements/function/DESC-FUNCTION.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-statements/function/DESC-FUNCTION.md
@@ -20,7 +20,7 @@ DESC FUNCTION <table_valued_function>
 
 **<table_valued_function>**
 
-> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/en/docs/dev/sql-manual/sql-functions/table-valued-functions/s3/)"
 section
+> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/docs/dev/lakehouse/file-analysis)" section
 
 ## Examples
 
diff --git 
a/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 54e737e99a2..fa0f914d5c7 100644
--- 
a/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -132,7 +132,7 @@ Properties used by internal tables, most of which can be 
used by materialized vi
 | grace_period                     | The maximum allowed delay in seconds for 
materialized view data during query rewriting. If partition A of the 
materialized view and the base table data are inconsistent, and the last 
refresh time of partition A was 10:15:00, with the current system time being 
10:15:08, the partition will not be transparently rewritten. However, if 
`grace_period` is set to 10, the partition will be used for transparent 
rewriting. |
 | excluded_trigger_tables          | Comma-separated table names to be ignored 
during data refresh. For example, `table1,table2`. |
 | refresh_partition_num            | The number of partitions refreshed by a 
single INSERT statement, defaulting to 1. When refreshing a materialized view, 
it first calculates the list of partitions to be refreshed and then splits them 
into multiple INSERT statements for sequential execution. If an INSERT 
statement fails, the entire task will stop. The materialized view ensures the 
atomicity of a single INSERT statement, and a failed INSERT will not affect 
partitions that have already be [...]
-| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 documentation. |
+| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 documentation. |
 | partition_sync_limit             | When the base table's partition field is 
of type time, this property can be used to configure the range of partitions to 
synchronize with the base table, in conjunction with 
`partition_sync_time_unit`. For example, setting it to 2 with 
`partition_sync_time_unit` set to `MONTH` means that only the partitions and 
data from the last 2 months of the base table will be synchronized. The minimum 
value is `1`. As time progresses, the materialized view will a [...]
 | partition_sync_time_unit         | The time unit for partition refresh, 
supporting DAY/MONTH/YEAR (default is DAY). |
 | partition_date_format            | When the base table's partition field is 
of type string, if you want to use the `partition_sync_limit` capability, you 
can set the date format to parse the partition time according to the 
`partition_date_format` setting. |
diff --git 
a/versioned_docs/version-3.x/data-operate/import/import-way/mysql-load-manual.md
 
b/versioned_docs/version-3.x/data-operate/import/import-way/mysql-load-manual.md
index 305d38107cb..17f878ba697 100644
--- 
a/versioned_docs/version-3.x/data-operate/import/import-way/mysql-load-manual.md
+++ 
b/versioned_docs/version-3.x/data-operate/import/import-way/mysql-load-manual.md
@@ -148,7 +148,7 @@ Descriptions of modules in the Load job:
 | COLUMNS TERMINATED BY | This specifies the column delimiter.                 
        |
 | LINE TERMINATED BY    | This specifies the row delimiter.                    
        |
 | IGNORE num LINES      | This specifies the number of rows to skip in the CSV 
import, typically specified as 1 to skip the header. |
-| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/2.0/data-operate/import/load-data-convert#column-mapping).
 |
+| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/dev/data-operate/import/load-data-convert#column-mapping).
 |
 | PROPERTIES            | Parameters for the Load.                             
        |
 
 ### Parameters
diff --git a/versioned_docs/version-3.x/db-connect/database-connect.md 
b/versioned_docs/version-3.x/db-connect/database-connect.md
index 06fbb4e31ac..582e6d934d1 100644
--- a/versioned_docs/version-3.x/db-connect/database-connect.md
+++ b/versioned_docs/version-3.x/db-connect/database-connect.md
@@ -75,7 +75,7 @@ Query in DBeaver:
 
 Doris FE has a built-in Web UI. It allows users to perform SQL queries and 
view other related information without the need to install the MySQL client
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git a/versioned_docs/version-3.x/lakehouse/storages/minio.md 
b/versioned_docs/version-3.x/lakehouse/storages/minio.md
index ae8e0160735..03875818d19 100644
--- a/versioned_docs/version-3.x/lakehouse/storages/minio.md
+++ b/versioned_docs/version-3.x/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@ This document describes the parameters required to access 
MinIO, which apply to
 
 MinIO uses Host-style access by default, but also supports Path-style access. 
You can switch by setting the `minio.use_path_style` parameter.
 
-- Host-style access (default): https://bucket.minio.example.com
-- Path-style access (when enabled): https://minio.example.com/bucket
+- Host-style access (default): `https://bucket.minio.example.com`
+- Path-style access (when enabled): `https://minio.example.com/bucket`
 
 ## Example Configuration
 
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-query/SELECT.md 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-query/SELECT.md
index eef166e660b..8c9fae32f4e 100644
--- a/versioned_docs/version-3.x/sql-manual/sql-statements/data-query/SELECT.md
+++ b/versioned_docs/version-3.x/sql-manual/sql-statements/data-query/SELECT.md
@@ -66,7 +66,7 @@ SELECT
 
    12. `[TABLET tids] TABLESAMPLE n [ROWS | PERCENT] [REPEATABLE seek]`: Limit 
the number of rows read from the table in the FROM clause, select a number of 
Tablets pseudo-randomly from the table according to the specified number of 
rows or percentages, and specify the number of seeds in REPEATABLE to return 
the selected samples again. In addition, you can also manually specify the 
TableID, Note that this can only be used for OLAP tables.
    
-   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/en/docs/query-acceleration/hint/joinHint.md)
+   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/docs/dev/query-acceleration/hints/hints-overview)
 
 **Syntax constraints:**
 
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
index 99b6922a05a..7c982f186bc 100644
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
+++ 
b/versioned_docs/version-3.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
@@ -20,7 +20,7 @@ DESC FUNCTION <table_valued_function>
 
 **<table_valued_function>**
 
-> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/en/docs/dev/sql-manual/sql-functions/table-valued-functions/s3/)"
 section
+> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/docs/dev/lakehouse/file-analysis)" section
 
 ## Examples
 
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
index baa8dd4c8b5..1ddb628217b 100644
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
+++ 
b/versioned_docs/version-3.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
@@ -25,7 +25,7 @@ PLAN REPLAYER DUMP <query>
 
 - Refers to the query statement inside the corresponding DML.
 - If it is not a query statement, a parse error will be reported.
-- For more details, please refer to the 
[SELECT](https://doris.apache.org/en-US/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/SELECT/)
 syntax.
+- For more details, please refer to the 
[SELECT](https://doris.apache.org/docs/dev/sql-manual/sql-statements/data-query/SELECT)
 syntax.
 
 
 ## Permission Control
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 54e737e99a2..fa0f914d5c7 100644
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -132,7 +132,7 @@ Properties used by internal tables, most of which can be 
used by materialized vi
 | grace_period                     | The maximum allowed delay in seconds for 
materialized view data during query rewriting. If partition A of the 
materialized view and the base table data are inconsistent, and the last 
refresh time of partition A was 10:15:00, with the current system time being 
10:15:08, the partition will not be transparently rewritten. However, if 
`grace_period` is set to 10, the partition will be used for transparent 
rewriting. |
 | excluded_trigger_tables          | Comma-separated table names to be ignored 
during data refresh. For example, `table1,table2`. |
 | refresh_partition_num            | The number of partitions refreshed by a 
single INSERT statement, defaulting to 1. When refreshing a materialized view, 
it first calculates the list of partitions to be refreshed and then splits them 
into multiple INSERT statements for sequential execution. If an INSERT 
statement fails, the entire task will stop. The materialized view ensures the 
atomicity of a single INSERT statement, and a failed INSERT will not affect 
partitions that have already be [...]
-| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 documentation. |
+| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 documentation. |
 | partition_sync_limit             | When the base table's partition field is 
of type time, this property can be used to configure the range of partitions to 
synchronize with the base table, in conjunction with 
`partition_sync_time_unit`. For example, setting it to 2 with 
`partition_sync_time_unit` set to `MONTH` means that only the partitions and 
data from the last 2 months of the base table will be synchronized. The minimum 
value is `1`. As time progresses, the materialized view will a [...]
 | partition_sync_time_unit         | The time unit for partition refresh, 
supporting DAY/MONTH/YEAR (default is DAY). |
 | partition_date_format            | When the base table's partition field is 
of type string, if you want to use the `partition_sync_limit` capability, you 
can set the date format to parse the partition time according to the 
`partition_date_format` setting. |
diff --git 
a/versioned_docs/version-4.x/data-operate/import/import-way/mysql-load-manual.md
 
b/versioned_docs/version-4.x/data-operate/import/import-way/mysql-load-manual.md
index 305d38107cb..17f878ba697 100644
--- 
a/versioned_docs/version-4.x/data-operate/import/import-way/mysql-load-manual.md
+++ 
b/versioned_docs/version-4.x/data-operate/import/import-way/mysql-load-manual.md
@@ -148,7 +148,7 @@ Descriptions of modules in the Load job:
 | COLUMNS TERMINATED BY | This specifies the column delimiter.                 
        |
 | LINE TERMINATED BY    | This specifies the row delimiter.                    
        |
 | IGNORE num LINES      | This specifies the number of rows to skip in the CSV 
import, typically specified as 1 to skip the header. |
-| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/2.0/data-operate/import/load-data-convert#column-mapping).
 |
+| col_name_or_user_var  | This specifies the column mapping syntax. For more 
information, refer to [Column 
Mapping](https://doris.apache.org/docs/dev/data-operate/import/load-data-convert#column-mapping).
 |
 | PROPERTIES            | Parameters for the Load.                             
        |
 
 ### Parameters
diff --git a/versioned_docs/version-4.x/db-connect/database-connect.md 
b/versioned_docs/version-4.x/db-connect/database-connect.md
index 13231aa6fe8..d96acbfe9da 100644
--- a/versioned_docs/version-4.x/db-connect/database-connect.md
+++ b/versioned_docs/version-4.x/db-connect/database-connect.md
@@ -75,7 +75,7 @@ Query in DBeaver:
 
 Doris FE has a built-in Web UI. It allows users to perform SQL queries and 
view other related information without the need to install the MySQL client
 
-To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, 
[http://172.20.63.118:8030](http://172.20.63.118:8030/). This will open the 
built-in Web console of Doris.
+To access the Web UI, simply enter the URL in a web browser: 
http://fe_ip:fe_port, for example, `http://172.20.63.118:8030`. This will open 
the built-in Web console of Doris.
 
 The built-in Web console is primarily intended for use by the root account of 
the cluster. By default, the root account password is empty after installation.
 
diff --git a/versioned_docs/version-4.x/lakehouse/storages/minio.md 
b/versioned_docs/version-4.x/lakehouse/storages/minio.md
index ae8e0160735..03875818d19 100644
--- a/versioned_docs/version-4.x/lakehouse/storages/minio.md
+++ b/versioned_docs/version-4.x/lakehouse/storages/minio.md
@@ -35,8 +35,8 @@ This document describes the parameters required to access 
MinIO, which apply to
 
 MinIO uses Host-style access by default, but also supports Path-style access. 
You can switch by setting the `minio.use_path_style` parameter.
 
-- Host-style access (default): https://bucket.minio.example.com
-- Path-style access (when enabled): https://minio.example.com/bucket
+- Host-style access (default): `https://bucket.minio.example.com`
+- Path-style access (when enabled): `https://minio.example.com/bucket`
 
 ## Example Configuration
 
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-query/SELECT.md 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-query/SELECT.md
index eef166e660b..8c9fae32f4e 100644
--- a/versioned_docs/version-4.x/sql-manual/sql-statements/data-query/SELECT.md
+++ b/versioned_docs/version-4.x/sql-manual/sql-statements/data-query/SELECT.md
@@ -66,7 +66,7 @@ SELECT
 
    12. `[TABLET tids] TABLESAMPLE n [ROWS | PERCENT] [REPEATABLE seek]`: Limit 
the number of rows read from the table in the FROM clause, select a number of 
Tablets pseudo-randomly from the table according to the specified number of 
rows or percentages, and specify the number of seeds in REPEATABLE to return 
the selected samples again. In addition, you can also manually specify the 
TableID, Note that this can only be used for OLAP tables.
    
-   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/en/docs/query-acceleration/hint/joinHint.md)
+   13. `hint_statement`:  hint in front of the selectlist indicates that hints 
can be used to influence the behavior of the optimizer in order to obtain the 
desired execution plan. Details refer to [joinHint using document] 
(https://doris.apache.org/docs/dev/query-acceleration/hints/hints-overview)
 
 **Syntax constraints:**
 
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
index 99b6922a05a..7c982f186bc 100644
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
+++ 
b/versioned_docs/version-4.x/sql-manual/sql-statements/function/DESC-FUNCTION.md
@@ -20,7 +20,7 @@ DESC FUNCTION <table_valued_function>
 
 **<table_valued_function>**
 
-> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/en/docs/dev/sql-manual/sql-functions/table-valued-functions/s3/)"
 section
+> table_valued_function, the name of the table-valued function, such as 
CATALOGS. For a list of supported table-valued functions, please refer to the 
"[Table-Valued 
Functions](https://doris.apache.org/docs/dev/lakehouse/file-analysis)" section
 
 ## Examples
 
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
index baa8dd4c8b5..1ddb628217b 100644
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
+++ 
b/versioned_docs/version-4.x/sql-manual/sql-statements/session/queries/PLAN-REPLAYER-DUMP.md
@@ -25,7 +25,7 @@ PLAN REPLAYER DUMP <query>
 
 - Refers to the query statement inside the corresponding DML.
 - If it is not a query statement, a parse error will be reported.
-- For more details, please refer to the 
[SELECT](https://doris.apache.org/en-US/docs/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/SELECT/)
 syntax.
+- For more details, please refer to the 
[SELECT](https://doris.apache.org/docs/dev/sql-manual/sql-statements/data-query/SELECT)
 syntax.
 
 
 ## Permission Control
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
index 21247aaedf3..1ba420c6ebc 100644
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
+++ 
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/async-materialized-view/CREATE-ASYNC-MATERIALIZED-VIEW.md
@@ -132,7 +132,7 @@ Properties used by internal tables, most of which can be 
used by materialized vi
 | grace_period                     | The maximum allowed delay in seconds for 
materialized view data during query rewriting. If partition A of the 
materialized view and the base table data are inconsistent, and the last 
refresh time of partition A was 10:15:00, with the current system time being 
10:15:08, the partition will not be transparently rewritten. However, if 
`grace_period` is set to 10, the partition will be used for transparent 
rewriting. |
 | excluded_trigger_tables          | Comma-separated table names to be ignored 
during data refresh. For example, `table1,table2`. |
 | refresh_partition_num            | The number of partitions refreshed by a 
single INSERT statement, defaulting to 1. When refreshing a materialized view, 
it first calculates the list of partitions to be refreshed and then splits them 
into multiple INSERT statements for sequential execution. If an INSERT 
statement fails, the entire task will stop. The materialized view ensures the 
atomicity of a single INSERT statement, and a failed INSERT will not affect 
partitions that have already be [...]
-| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/admin-manual/workload-group.md)
 documentation. |
+| workload_group                   | The name of the `workload_group` used 
when the materialized view executes refresh tasks. This is used to limit the 
resources used by the materialized view during data refresh to avoid impacting 
other business operations. For more information on creating and using 
`workload_group`, refer to the 
[WORKLOAD-GROUP](https://doris.apache.org/zh-CN/docs/dev/admin-manual/workload-management/workload-group)
 documentation. |
 | partition_sync_limit             | When the base table's partition field is 
of type time, this property can be used to configure the range of partitions to 
synchronize with the base table, in conjunction with 
`partition_sync_time_unit`. For example, setting it to 2 with 
`partition_sync_time_unit` set to `MONTH` means that only the partitions and 
data from the last 2 months of the base table will be synchronized. The minimum 
value is `1`. As time progresses, the materialized view will a [...]
 | partition_sync_time_unit         | The time unit for partition refresh, 
supporting DAY/MONTH/YEAR (default is DAY). |
 | partition_date_format            | When the base table's partition field is 
of type string, if you want to use the `partition_sync_limit` capability, you 
can set the date format to parse the partition time according to the 
`partition_date_format` setting. |


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

Reply via email to