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 39f1328a483 [fix](deadlink) fix dead link (#3063)
39f1328a483 is described below

commit 39f1328a4839a57311c3f5ec7f1bc62d217f17d0
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri Nov 7 16:26:56 2025 +0800

    [fix](deadlink) fix dead link (#3063)
---
 community/developer-guide/debug-tool.md                               | 2 +-
 .../current/developer-guide/debug-tool.md                             | 2 +-
 .../version-2.1/releasenotes/v2.1/release-2.1.3.md                    | 4 ++--
 .../version-3.x/ecosystem/doris-operator/doris-operator-overview.md   | 2 +-
 .../version-3.x/ecosystem/hive-bitmap-udf.md                          | 2 +-
 .../version-3.x/ecosystem/hive-hll-udf.md                             | 2 +-
 .../version-3.x/lakehouse/file-analysis.md                            | 2 +-
 versioned_docs/version-2.1/lakehouse/lakehouse-overview.md            | 2 +-
 versioned_docs/version-3.x/lakehouse/file-analysis.md                 | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/community/developer-guide/debug-tool.md 
b/community/developer-guide/debug-tool.md
index 3d71e5d88ad..8a7c66b38b6 100644
--- a/community/developer-guide/debug-tool.md
+++ b/community/developer-guide/debug-tool.md
@@ -404,7 +404,7 @@ We get the following output in be.out
 ==24732==ERROR: LeakSanitizer: detected memory leaks
 
 Direct leak of 1024 byte(s) in 1 object(s) allocated from:
-    #0 0xd10586 in operator new[] (unsigned long) 
../../../../gcc-7.3.0/libsanitizer/lsan/lsan_interceptors.cc:164
+    #0 0xd10586 in operator new (unsigned long) 
../../../../gcc-7.3.0/libsanitizer/lsan/lsan_interceptors.cc:164
     #1 0xe333a2 in doris::StorageEngine::open(doris::EngineOptions const&, 
doris::StorageEngine**) 
/home/ssd0/zc/palo/doris/core/be/src/olap/storage_engine.cpp:104
     #2 0xd3cc96 in main 
/home/ssd0/zc/palo/doris/core/be/src/service/doris_main.cpp:159
     #3 0x7f573b5eebd4 in __libc_start_main 
(/opt/compiler/gcc-4.8.2/lib64/libc.so.6+0x21bd4)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/debug-tool.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/debug-tool.md
index 894c8c16820..4060bc44ed1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/debug-tool.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/debug-tool.md
@@ -403,7 +403,7 @@ BUILD_TYPE=LSAN ./build.sh
 ==24732==ERROR: LeakSanitizer: detected memory leaks
 
 Direct leak of 1024 byte(s) in 1 object(s) allocated from:
-    #0 0xd10586 in operator new[] (unsigned long) 
../../../../gcc-7.3.0/libsanitizer/lsan/lsan_interceptors.cc:164
+    #0 0xd10586 in operator new (unsigned long) 
../../../../gcc-7.3.0/libsanitizer/lsan/lsan_interceptors.cc:164
     #1 0xe333a2 in doris::StorageEngine::open(doris::EngineOptions const&, 
doris::StorageEngine**) 
/home/ssd0/zc/palo/doris/core/be/src/olap/storage_engine.cpp:104
     #2 0xd3cc96 in main 
/home/ssd0/zc/palo/doris/core/be/src/service/doris_main.cpp:159
     #3 0x7f573b5eebd4 in __libc_start_main 
(/opt/compiler/gcc-4.8.2/lib64/libc.so.6+0x21bd4)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.3.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.3.md
index 42cc326e290..cb164eb06c1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.3.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.3.md
@@ -18,7 +18,7 @@
 
 从 2.1.3 版本开始,Apache Doris 支持对 Hive 的 DDL 和 DML 操作。用户可以直接通过 Apache Doris 在 Hive 
中创建库表,通过执行`INSERT INTO`语句来向 Hive 表中写入数据。通过该功能,用户可以通过 Apache Doris 对 Hive 
进行完整的数据查询和写入操作,进一步帮助用户简化湖仓一体架构。
 
-参考[文档](../../lakehouse/catalogs/hive-catalog.md)
+参考[文档](../../lakehouse/catalogs/hive-catalog)
 
 
 
@@ -172,4 +172,4 @@ FE 和 BE 的日志目录配置现在统一使用`LOG_DIR`环境变量,所有
 
 **12. 修复在 K8s 部署中 Arrow Flight 无法获取正确 IP 的问题**
 
-此修复解决了在 Kubernetes 部署环境中 Arrow Flight 无法正确获取 IP 地址的问题。
\ No newline at end of file
+此修复解决了在 Kubernetes 部署环境中 Arrow Flight 无法正确获取 IP 地址的问题。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/doris-operator/doris-operator-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/doris-operator/doris-operator-overview.md
index a2163beb115..f5e51aad560 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/doris-operator/doris-operator-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/doris-operator/doris-operator-overview.md
@@ -49,7 +49,7 @@ Doris Operator 的设计基于二层调度器的原理。每个组件的第一
 - **运行时调试**:  
 
   容器化服务对于 Trouble Shooting 来说最大挑战之一是如何在运行时进行调试。Doris Operator 
在追求可用性和易用性的同时,也为问题定位提供了更便利的条件。在 Doris 的基础镜像中,预置了多种用于问题定位的工具。当需要实时查看状态时,可以通过 
kubectl 提供的 exec 命令进入容器,使用内置工具进行故障排查。
-  当服务因未知原因无法启动时,Doris Operator 提供了 Debug 运行模式。当一个 Pod 被设置为 Debug 
启动模式时,容器将自动进入运行状态。这时可通过 `exec` 命令进入容器,手动启动服务并进行问题定位。详细请参考 
[此文档](../../install/deploy-on-kubernetes/compute-storage-coupled/cluster-operation.md#服务-crash-情况下如何进入容器)
+  当服务因未知原因无法启动时,Doris Operator 提供了 Debug 运行模式。当一个 Pod 被设置为 Debug 
启动模式时,容器将自动进入运行状态。这时可通过 `exec` 命令进入容器,手动启动服务并进行问题定位。详细请参考 
[此文档](../../install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md#服务-crash-情况下如何进入容器)
 
 ## 兼容性  
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-bitmap-udf.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-bitmap-udf.md
index bc43adf5950..bad66ef95cf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-bitmap-udf.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-bitmap-udf.md
@@ -113,7 +113,7 @@ CREATE TABLE IF NOT EXISTS `test`.`hive_bitmap_table`(
 ) stored as textfile 
 ```
 
-2. [在 Doris 中创建 Catalog](../lakehouse/datalake-analytics/hive.md)
+2. [在 Doris 中创建 Catalog](../lakehouse/catalogs/hive-catalog)
 
 ```sql
 CREATE CATALOG hive PROPERTIES (
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-hll-udf.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-hll-udf.md
index 8548a8c6118..0d4790344ef 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-hll-udf.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/hive-hll-udf.md
@@ -161,7 +161,7 @@ CREATE TABLE IF NOT EXISTS `hive_hll_table`(
 -- 然后可以沿用前面的步骤基于普通表使用 to_hll 函数往 hive_hll_table 插入数据,这里不再赘述
 ```
 
-2. [在 Doris 中创建 Catalog](../lakehouse/datalake-analytics/hive.md)
+2. [在 Doris 中创建 Catalog](../lakehouse/catalogs/hive-catalog)
 
 ```sql
 CREATE CATALOG hive PROPERTIES (
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/file-analysis.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/file-analysis.md
index 6cdf4f9a7ce..e1eae43d4f4 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/file-analysis.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/file-analysis.md
@@ -13,7 +13,7 @@
 
 * [HDFS](../sql-manual/sql-functions/table-valued-functions/hdfs.md):支持 HDFS 
上的文件分析。
 
-* 
[FILE](../sql-manual/sql-functions/table-valued-functions/local.md):统一表函数,可以同时支持
 S3/HDFS/Local 文件的读取。(自 3.1.0 版本支持。)
+* [FILE]:请参考 4.x 文档。
 
 ## 基础使用
 
diff --git a/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md 
b/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
index 52a4e785a88..e6ce73b3442 100644
--- a/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
+++ b/versioned_docs/version-2.1/lakehouse/lakehouse-overview.md
@@ -90,7 +90,7 @@ To address this issue, Doris provides a [SQL Dialect 
Conversion Service](sql-con
 
 ### Modern Deployment Architecture
 
-Since version 3.0, Doris supports a cloud-native [compute-storage separation 
architecture](../compute-storage-decoupled/overview.md). This architecture, 
with its low cost and high elasticity, effectively improves resource 
utilization and enables independent scaling of compute and storage.
+Since version 3.0, Doris supports a cloud-native [compute-storage separation 
architecture](https://doris.apache.org/docs/3.x/compute-storage-decoupled/overview).
 This architecture, with its low cost and high elasticity, effectively improves 
resource utilization and enables independent scaling of compute and storage.
 
 ![compute-storage-decouple](/images/Lakehouse/compute-storage-decouple.png)
 
diff --git a/versioned_docs/version-3.x/lakehouse/file-analysis.md 
b/versioned_docs/version-3.x/lakehouse/file-analysis.md
index 9e750d308a6..e12694b36ac 100644
--- a/versioned_docs/version-3.x/lakehouse/file-analysis.md
+++ b/versioned_docs/version-3.x/lakehouse/file-analysis.md
@@ -13,7 +13,7 @@ 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.)
+* [FILE]: Please refer to 4.x document.
 
 ## Basic Usage
 


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

Reply via email to