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 12fac089529 [fix](function)fix some dedlink in docmention (#3058)
12fac089529 is described below

commit 12fac08952945a28e049e359d9c4a0df22445605
Author: dwdwqfwe <[email protected]>
AuthorDate: Thu Nov 6 17:51:59 2025 +0800

    [fix](function)fix some dedlink in docmention (#3058)
---
 versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md      | 2 +-
 .../version-2.1/data-operate/import/import-way/insert-into-manual.md    | 2 +-
 versioned_docs/version-2.1/ecosystem/hive-bitmap-udf.md                 | 2 +-
 versioned_docs/version-2.1/lakehouse/file-analysis.md                   | 2 --
 versioned_docs/version-2.1/log-storage-analysis.md                      | 2 +-
 .../version-3.x/data-operate/import/import-way/insert-into-manual.md    | 2 +-
 versioned_docs/version-3.x/data-operate/transaction.md                  | 2 +-
 versioned_docs/version-3.x/ecosystem/hive-bitmap-udf.md                 | 2 +-
 versioned_docs/version-3.x/log-storage-analysis.md                      | 2 +-
 9 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md 
b/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
index 6206f90e604..cc2511cc486 100644
--- a/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
+++ b/versioned_docs/version-2.1/admin-manual/cluster-management/fqdn.md
@@ -40,7 +40,7 @@ After Doris supports FQDN, communication between nodes is 
entirely based on FQDN
 
 After an unexpected restart of the Pod, K8s cannot guarantee that the Pod's IP 
will not change, but it can ensure that the domain name remains unchanged. 
Based on this feature, when Doris enables FQDN, it can ensure that the Pod can 
still provide services normally after an unexpected restart.
 
-Please refer to the method for deploying Doris in K8s[Kubernetes 
Deployment](../../install/deploy-on-kubernetes/integrated-storage-compute/install-doris-operator)
+Please refer to the method for deploying Doris in K8s[Kubernetes 
Deployment](../../install/deploy-on-kubernetes/install-doris-operator)
 
 ### Server change IP
 
diff --git 
a/versioned_docs/version-2.1/data-operate/import/import-way/insert-into-manual.md
 
b/versioned_docs/version-2.1/data-operate/import/import-way/insert-into-manual.md
index f307b3bce36..ad26d374c00 100644
--- 
a/versioned_docs/version-2.1/data-operate/import/import-way/insert-into-manual.md
+++ 
b/versioned_docs/version-2.1/data-operate/import/import-way/insert-into-manual.md
@@ -83,7 +83,7 @@ MySQL> SELECT * FROM testdb.test_table2 ORDER BY age;
 
 6. You can use [JOB](../../../admin-manual/workload-management/job-scheduler) 
make the INSERT operation execute asynchronously.
 
-7. Sources can be [tvf](../../../lakehouse/file-analysis.md) or tables in a 
[catalog](../../../lakehouse/catalogs/hive-catalog.md).
+7. Sources can be [tvf](../../../lakehouse/file-analysis.md) or tables in a 
[catalog](../../../lakehouse/catalogs/hive-catalog.mdx).
 
 ### View INSERT INTO jobs
 
diff --git a/versioned_docs/version-2.1/ecosystem/hive-bitmap-udf.md 
b/versioned_docs/version-2.1/ecosystem/hive-bitmap-udf.md
index a0a440aeba2..daef90aa4d2 100644
--- a/versioned_docs/version-2.1/ecosystem/hive-bitmap-udf.md
+++ b/versioned_docs/version-2.1/ecosystem/hive-bitmap-udf.md
@@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS `test`.`hive_bitmap_table`(
 ) stored as textfile 
 ```
 
-2. [Creating a Catalog in Doris](../lakehouse/datalake-analytics/hive.md)
+2. [Creating a Catalog in Doris](../lakehouse/catalogs/hive-catalog.mdx)
 
 ```sql
 CREATE CATALOG hive PROPERTIES (
diff --git a/versioned_docs/version-2.1/lakehouse/file-analysis.md 
b/versioned_docs/version-2.1/lakehouse/file-analysis.md
index 9e750d308a6..ff15e3ebbac 100644
--- a/versioned_docs/version-2.1/lakehouse/file-analysis.md
+++ b/versioned_docs/version-2.1/lakehouse/file-analysis.md
@@ -13,8 +13,6 @@ For more usage methods, refer to the Table Value Function 
documentation:
 
 * [HDFS](../sql-manual/sql-functions/table-valued-functions/hdfs.md): Supports 
file analysis on HDFS.
 
-* [FILE](../sql-manual/sql-functions/table-valued-functions/file.md): Unified 
table function, which can support reading S3/HDFS/Local files at the same time. 
(Supported since version 3.1.0.)
-
 ## Basic Usage
 
 Here we illustrate how to analyze files on object storage using the S3 Table 
Value Function as an example.
diff --git a/versioned_docs/version-2.1/log-storage-analysis.md 
b/versioned_docs/version-2.1/log-storage-analysis.md
index f0567e335da..971bbf72e15 100644
--- a/versioned_docs/version-2.1/log-storage-analysis.md
+++ b/versioned_docs/version-2.1/log-storage-analysis.md
@@ -214,7 +214,7 @@ Due to the distinct characteristics of both writing and 
querying log data, it is
 
 - For data partitioning:
 
-    - Enable [range 
partitioning](../table-design/data-partitioning/manual-partitioning.md#range-partitioning)
 (`PARTITION BY RANGE(`ts`)`) with [dynamic 
partitions](./table-design/data-partitioning/dynamic-partitioning.md)   
(`"dynamic_partition.enable" = "true"`) managed automatically by day.
+    - Enable [range 
partitioning](./table-design/data-partitioning/manual-partitioning.md#range-partitioning)
 (`PARTITION BY RANGE(`ts`)`) with [dynamic 
partitions](./table-design/data-partitioning/dynamic-partitioning)   
(`"dynamic_partition.enable" = "true"`) managed automatically by day.
 
     - Use a field in the DATETIME type as the key (`DUPLICATE KEY(ts)`) for 
accelerated retrieval of the latest N log entries.
 
diff --git 
a/versioned_docs/version-3.x/data-operate/import/import-way/insert-into-manual.md
 
b/versioned_docs/version-3.x/data-operate/import/import-way/insert-into-manual.md
index f307b3bce36..ad26d374c00 100644
--- 
a/versioned_docs/version-3.x/data-operate/import/import-way/insert-into-manual.md
+++ 
b/versioned_docs/version-3.x/data-operate/import/import-way/insert-into-manual.md
@@ -83,7 +83,7 @@ MySQL> SELECT * FROM testdb.test_table2 ORDER BY age;
 
 6. You can use [JOB](../../../admin-manual/workload-management/job-scheduler) 
make the INSERT operation execute asynchronously.
 
-7. Sources can be [tvf](../../../lakehouse/file-analysis.md) or tables in a 
[catalog](../../../lakehouse/catalogs/hive-catalog.md).
+7. Sources can be [tvf](../../../lakehouse/file-analysis.md) or tables in a 
[catalog](../../../lakehouse/catalogs/hive-catalog.mdx).
 
 ### View INSERT INTO jobs
 
diff --git a/versioned_docs/version-3.x/data-operate/transaction.md 
b/versioned_docs/version-3.x/data-operate/transaction.md
index 635e6081796..66d1739259e 100644
--- a/versioned_docs/version-3.x/data-operate/transaction.md
+++ b/versioned_docs/version-3.x/data-operate/transaction.md
@@ -131,7 +131,7 @@ This method not only achieves atomicity, but also in Doris, 
it enhances the writ
 
 If user enables `Group Commit` and transaction insert at the same time, the 
transaction insert will work. 
 
-See [Insert Into](import/load-atomicity.md#insert-into) for more details.
+See [Insert Into](import/import-way/insert-into-manual) for more details.
 
 ### Multiple `INSERT INTO SELECT`, `UPDATE`, `DELETE` for multiple tables
 
diff --git a/versioned_docs/version-3.x/ecosystem/hive-bitmap-udf.md 
b/versioned_docs/version-3.x/ecosystem/hive-bitmap-udf.md
index a0a440aeba2..daef90aa4d2 100644
--- a/versioned_docs/version-3.x/ecosystem/hive-bitmap-udf.md
+++ b/versioned_docs/version-3.x/ecosystem/hive-bitmap-udf.md
@@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS `test`.`hive_bitmap_table`(
 ) stored as textfile 
 ```
 
-2. [Creating a Catalog in Doris](../lakehouse/datalake-analytics/hive.md)
+2. [Creating a Catalog in Doris](../lakehouse/catalogs/hive-catalog.mdx)
 
 ```sql
 CREATE CATALOG hive PROPERTIES (
diff --git a/versioned_docs/version-3.x/log-storage-analysis.md 
b/versioned_docs/version-3.x/log-storage-analysis.md
index 040c7f7414c..fdffa88fb84 100644
--- a/versioned_docs/version-3.x/log-storage-analysis.md
+++ b/versioned_docs/version-3.x/log-storage-analysis.md
@@ -214,7 +214,7 @@ Due to the distinct characteristics of both writing and 
querying log data, it is
 
 - For data partitioning:
 
-    - Enable [range 
partitioning](../table-design/data-partitioning/manual-partitioning.md#range-partitioning)
 (`PARTITION BY RANGE(`ts`)`) with [dynamic 
partitions](./table-design/data-partitioning/dynamic-partitioning.md)   
(`"dynamic_partition.enable" = "true"`) managed automatically by day.
+    - Enable [range 
partitioning](./table-design/data-partitioning/manual-partitioning.md#range-partitioning)
 (`PARTITION BY RANGE(`ts`)`) with [dynamic 
partitions](./table-design/data-partitioning/dynamic-partitioning)   
(`"dynamic_partition.enable" = "true"`) managed automatically by day.
 
     - Use a field in the DATETIME type as the key (`DUPLICATE KEY(ts)`) for 
accelerated retrieval of the latest N log entries.
 


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

Reply via email to