Skip to content

Commit 40f1204

Browse files
authored
docs: updated StarRocks documentation link
1 parent 23a1c2e commit 40f1204

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/content.zh/docs/connectors/pipeline-connectors

docs/content.zh/docs/connectors/pipeline-connectors/starrocks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pipeline:
180180
<td style="word-wrap: break-word;">(none)</td>
181181
<td>String</td>
182182
<td>Stream Load 的参数,控制 Stream Load 导入行为。例如 参数 `sink.properties.timeout` 用来控制导入的超时时间。
183-
全部参数和解释请参考 <a href="https://docs.starrocks.io/zh/docs/sql-reference/sql-statements/data-manipulation/STREAM_LOAD">
183+
全部参数和解释请参考 <a href="https://docs.starrocks.io/zh/docs/sql-reference/sql-statements/loading_unloading/STREAM_LOAD">
184184
STREAM LOAD</a>。</td>
185185
</tr>
186186
<tr>
@@ -189,7 +189,7 @@ pipeline:
189189
<td style="word-wrap: break-word;">(none)</td>
190190
<td>Integer</td>
191191
<td>自动创建 StarRocks 表时使用的桶数。对于 StarRocks 2.5 及之后的版本可以不设置,StarRocks 将会
192-
<a href="https://docs.starrocks.io/zh/docs/table_design/Data_distribution/#%E7%A1%AE%E5%AE%9A%E5%88%86%E6%A1%B6%E6%95%B0%E9%87%8F">
192+
<a href="https://docs.starrocks.io/zh/docs/3.3/table_design/data_distribution/#%E8%AE%BE%E7%BD%AE%E5%88%86%E6%A1%B6%E6%95%B0%E9%87%8F">
193193
自动设置分桶数量</a>;对于 StarRocks 2.5 之前的版本必须设置。</td>
194194
</tr>
195195
<tr>
@@ -229,7 +229,7 @@ pipeline:
229229
* 分桶键和主键相同
230230
* 没有分区键
231231
* 分桶数由 `table.create.num-buckets` 控制。如果使用的 StarRocks 2.5 及之后的版本可以不设置,StarRocks 能够
232-
<a href="https://docs.starrocks.io/zh/docs/table_design/Data_distribution/#%E7%A1%AE%E5%AE%9A%E5%88%86%E6%A1%B6%E6%95%B0%E9%87%8F">
232+
<a href="https://docs.starrocks.io/zh/docs/3.3/table_design/data_distribution/#%E8%AE%BE%E7%BD%AE%E5%88%86%E6%A1%B6%E6%95%B0%E9%87%8F">
233233
自动设置分桶数量</a>。对于 StarRocks 2.5 之前的版本必须设置,否则无法自动创建表。
234234

235235
* 对于表结构变更同步

0 commit comments

Comments
 (0)