This is an automated email from the ASF dual-hosted git repository.
leonard pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/release-3.1 by this push:
new 958cfcb06 [hotfix][doc] Fix doris document dead links and typo
958cfcb06 is described below
commit 958cfcb067874fd3193daa88274181a5163d1250
Author: gongzhongqiang <[email protected]>
AuthorDate: Sat Aug 10 00:17:47 2024 +0800
[hotfix][doc] Fix doris document dead links and typo
This closes #3525.
---
docs/content.zh/docs/connectors/pipeline-connectors/doris.md | 6 +++---
docs/content/docs/connectors/pipeline-connectors/doris.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/doris.md
b/docs/content.zh/docs/connectors/pipeline-connectors/doris.md
index bdbb5fe2c..3443ad8d8 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/doris.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/doris.md
@@ -162,7 +162,7 @@ pipeline:
<td>String</td>
<td>StreamLoad的参数。
For example: <code> sink.properties.strict_mode: true</code>.
- 查看更多关于 <a
href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/">
StreamLoad的Properties 属性</a></td>
+ 查看更多关于 <a
href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/">
StreamLoad 的属性</a></td>
</td>
</tr>
<tr>
@@ -172,7 +172,7 @@ pipeline:
<td>String</td>
<td>创建表的Properties配置。
For example: <code> table.create.properties.replication_num: 1</code>.
- 查看更多关于 <a
href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE/">
Doris Table 的 Properties 属性</a></td>
+ 查看更多关于 <a
href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE/">
Doris Table 的属性</a></td>
</td>
</tr>
</tbody>
@@ -186,7 +186,7 @@ pipeline:
<thead>
<tr>
<th class="text-left" style="width:10%;">CDC type</th>
- <th class="text-left" style="width:30%;">Doris type<a
href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-types/Data-Types/BOOLEAN/"></a></th>
+ <th class="text-left" style="width:30%;">Doris type</th>
<th class="text-left" style="width:60%;">NOTE</th>
</tr>
</thead>
diff --git a/docs/content/docs/connectors/pipeline-connectors/doris.md
b/docs/content/docs/connectors/pipeline-connectors/doris.md
index b5048eaf9..df740c1a9 100644
--- a/docs/content/docs/connectors/pipeline-connectors/doris.md
+++ b/docs/content/docs/connectors/pipeline-connectors/doris.md
@@ -162,7 +162,7 @@ pipeline:
<td>String</td>
<td> Parameters of StreamLoad.
For example: <code> sink.properties.strict_mode: true</code>.
- See more about <a
href="https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/">
StreamLoad Properties properties</a></td>
+ See more about <a
href="https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Manipulation-Statements/Load/STREAM-LOAD/">
StreamLoad Properties</a></td>
</td>
</tr>
<tr>
@@ -172,7 +172,7 @@ pipeline:
<td>String</td>
<td>Create the Properties configuration of the table.
For example: <code> table.create.properties.replication_num: 1</code>.
- See more about <a
href="https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE/">
Doris Table Properties properties</a></td>
+ See more about <a
href="https://doris.apache.org/docs/dev/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE/">
Doris Table Properties</a></td>
</td>
</tr>
</tbody>
@@ -186,7 +186,7 @@ pipeline:
<thead>
<tr>
<th class="text-left" style="width:10%;">Flink CDC Type</th>
- <th class="text-left" style="width:30%;"><a
href="https://doris.apache.org/docs/dev/sql-manual/sql-types/Data-Types/BOOLEAN/">Doris
Type</a></th>
+ <th class="text-left" style="width:30%;">Doris Type</th>
<th class="text-left" style="width:60%;">Note</th>
</tr>
</thead>