You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/10/09 01:33:28 UTC

[doris-website] branch master updated: fix 404 links (#125)

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

jiafengzheng 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 b3726741d56 fix 404 links (#125)
b3726741d56 is described below

commit b3726741d563cf750eae4f75928f5b650b77be03
Author: DongLiang-0 <46...@users.noreply.github.com>
AuthorDate: Sun Oct 9 09:33:24 2022 +0800

    fix 404 links (#125)
    
    * fix 404 links
---
 .../current/data-operate/import/import-scenes/external-storage-load.md  | 2 +-
 .../current/data-operate/import/import-scenes/jdbc-load.md              | 2 +-
 .../docusaurus-plugin-content-docs/current/data-table/basic-usage.md    | 2 +-
 .../docusaurus-plugin-content-docs/current/data-table/hit-the-rollup.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/external-storage-load.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/external-storage-load.md
index c6051ecd504..1dd619cde04 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/external-storage-load.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/external-storage-load.md
@@ -86,7 +86,7 @@ Hdfs load 创建导入语句,导入方式和[Broker Load](../../../data-operat
   
 3. 查看导入状态
    
-   Broker load 是一个异步的导入方式,具体导入结果可以通过[SHOW LOAD](../../../sql-manual/sql-reference/Show-Statements/SHOW-LOAD.html#show-load)命令查看
+   Broker load 是一个异步的导入方式,具体导入结果可以通过[SHOW LOAD](../../../sql-manual/sql-reference/Show-Statements/SHOW-LOAD)命令查看
    
    ```
    mysql> show load order by createtime desc limit 1\G;
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md
index c0012300fda..dfb67028400 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md
@@ -160,4 +160,4 @@ public class DorisJDBCDemo {
 
    前面提到,我们建议在使用 INSERT 导入数据时,采用 ”批“ 的方式进行导入,而不是单条插入。
 
-   同时,我们可以为每次 INSERT 操作设置一个 Label。通过 [Label 机制](./load-atomicity.html#label-机制) 可以保证操作的幂等性和原子性,最终做到数据的不丢不重。关于 INSERT 中 Label 的具体用法,可以参阅 [INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md) 文档。
+   同时,我们可以为每次 INSERT 操作设置一个 Label。通过 [Label 机制](./load-atomicity) 可以保证操作的幂等性和原子性,最终做到数据的不丢不重。关于 INSERT 中 Label 的具体用法,可以参阅 [INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT) 文档。
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/basic-usage.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/basic-usage.md
index 3e2447a35f3..5b658252870 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/basic-usage.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/basic-usage.md
@@ -130,7 +130,7 @@ CREATE DATABASE example_db;
 >    SHOW CREATE ROUTINE LOAD
 > ```
 
-数据库创建完成之后,可以通过 [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES.html#show-databases) 查看数据库信息。
+数据库创建完成之后,可以通过 [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES) 查看数据库信息。
 
 ```sql
 mysql> SHOW DATABASES;
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/hit-the-rollup.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/hit-the-rollup.md
index 68d5ebba9ee..79eb4529ff3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/hit-the-rollup.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/hit-the-rollup.md
@@ -44,7 +44,7 @@ ROLLUP 表的基本作用,在于在 Base 表的基础上,获得更粗粒度
 
 1. 示例1:获得每个用户的总消费
 
-接 **[数据模型Aggregate 模型](./data-model.html#Aggregate模型)**小节的**示例2**,Base 表结构如下:
+接 **[数据模型Aggregate 模型](./data-model)**小节的**示例2**,Base 表结构如下:
 
 | ColumnName      | Type        | AggregationType | Comment                |
 | --------------- | ----------- | --------------- | ---------------------- |


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