[hotfix][docs] Fix dead links in Doris (#3878)

pull/3889/head
Hang Ruan 2 weeks ago committed by GitHub
parent 1fc0449faf
commit cb9eba616a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -169,7 +169,7 @@ pipeline:
<td>String</td> <td>String</td>
<td>StreamLoad的参数。 <td>StreamLoad的参数。
For example: <code> sink.properties.strict_mode: true</code>. 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 的属性</a></td> 查看更多关于 <a href="https://doris.apache.org/zh-CN/docs/dev/data-operate/import/import-way/stream-load-manual"> StreamLoad 的属性</a></td>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -179,7 +179,7 @@ pipeline:
<td>String</td> <td>String</td>
<td>创建表的Properties配置。 <td>创建表的Properties配置。
For example: <code> table.create.properties.replication_num: 1</code>. 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 的属性</a></td> 查看更多关于 <a href="https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE"> Doris Table 的属性</a></td>
</td> </td>
</tr> </tr>
</tbody> </tbody>

@ -169,7 +169,7 @@ pipeline:
<td>String</td> <td>String</td>
<td> Parameters of StreamLoad. <td> Parameters of StreamLoad.
For example: <code> sink.properties.strict_mode: true</code>. 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</a></td> See more about <a href="https://doris.apache.org/docs/dev/data-operate/import/import-way/stream-load-manual"> StreamLoad Properties</a></td>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -179,7 +179,7 @@ pipeline:
<td>String</td> <td>String</td>
<td>Create the Properties configuration of the table. <td>Create the Properties configuration of the table.
For example: <code> table.create.properties.replication_num: 1</code>. 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</a></td> See more about <a href="https://doris.apache.org/docs/dev/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE"> Doris Table Properties</a></td>
</td> </td>
</tr> </tr>
</tbody> </tbody>

Loading…
Cancel
Save