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

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new b9c628d31 [hotfix][doc] Fix doris document dead links and typo
b9c628d31 is described below

commit b9c628d310d3ffe1068edcebd8193a583a1e1e7f
Author: gongzhongqiang <[email protected]>
AuthorDate: Sat Aug 10 00:18:54 2024 +0800

    [hotfix][doc] Fix doris document dead links and typo
    
    This closes #3527
---
 docs/content.zh/docs/connectors/pipeline-connectors/doris.md | 4 ++--
 docs/content/docs/connectors/pipeline-connectors/doris.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/doris.md 
b/docs/content.zh/docs/connectors/pipeline-connectors/doris.md
index 9bb3ee975..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>
diff --git a/docs/content/docs/connectors/pipeline-connectors/doris.md 
b/docs/content/docs/connectors/pipeline-connectors/doris.md
index 6b0c233d4..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>

Reply via email to