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

cancai pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3d463bac Fix: fix broken link (#331)
3d463bac is described below

commit 3d463bac5dee403554c7377d70b5a6a0799c8677
Author: akatsuki-6 <[email protected]>
AuthorDate: Sun Feb 4 12:51:31 2024 +0800

    Fix: fix broken link (#331)
---
 docs/connector/1-kafka.md                                              | 2 +-
 docs/connector/5-es.md                                                 | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/connector/1-kafka.md b/docs/connector/1-kafka.md
index 04c80936..8fc5b6fd 100644
--- a/docs/connector/1-kafka.md
+++ b/docs/connector/1-kafka.md
@@ -692,7 +692,7 @@ In `StreamPark` the `Kafka Producer` is called `KafkaSink`, 
which allows message
 
 ### Fault Tolerance and Semantics
 
-After enabling Flink's `checkpointing`, `KafkaSink` can provide `once-exactly` 
semantic, please refer to Chapter 2 on [project 
configuration](/docs/development/conf/#checkpoints) for the specific setting of 
`checkpointing`.
+After enabling Flink's `checkpointing`, `KafkaSink` can provide `once-exactly` 
semantic, please refer to Chapter 2 on [project 
configuration](/docs/development/config/#checkpoints) for the specific setting 
of `checkpointing`.
 
 In addition to enabling checkpointing for Flink, you can also choose from 
three different modes  by passing the appropriate `semantic` parameters to 
`KafkaSink`
 
diff --git a/docs/connector/5-es.md b/docs/connector/5-es.md
index f91c27b7..08bdaf30 100755
--- a/docs/connector/5-es.md
+++ b/docs/connector/5-es.md
@@ -379,5 +379,5 @@ see the [official 
documentation](https://nightlies.apache.org/flink/flink-docs-r
 ### Apache StreamPark™ configuration
 
 All other configurations must comply with the StreamPark configuration.
-For [specific configurable](/docs/development/conf) items and the role of each 
parameter,
+For [specific configurable](/docs/development/config) items and the role of 
each parameter,
 please refer to the project configuration
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md
index 27a79dc9..878b53f2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/1-kafka.md
@@ -706,7 +706,7 @@ class JavaUser implements Serializable {
 
 ### 容错和语义
 
-启用 Flink 的 `checkpointing` 后,`KafkaSink` 
可以提供`精确一次`的语义保证,具体开启`checkpointing`的设置请参考第二章关于[项目配置](/docs/development/conf/#checkpoints)部分
+启用 Flink 的 `checkpointing` 后,`KafkaSink` 
可以提供`精确一次`的语义保证,具体开启`checkpointing`的设置请参考第二章关于[项目配置](/docs/development/config/#checkpoints)部分
 
 除了启用 Flink 的 checkpointing,你也可以通过将适当的 `semantic` 参数传递给 `KafkaSink` 来选择三种不同的操作模式
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md
index 8f0fa495..440c745f 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/5-es.md
@@ -345,4 +345,4 @@ Elasticsearch 操作请求可能由于多种原因而失败,可以通过实现
 ### 配置内部批量处理器
 
es内部`BulkProcessor`可以进一步配置其如何刷新缓存操作请求的行为详细查看[官方文档](https://nightlies.apache.org/flink/flink-docs-release-1.14/zh/docs/connectors/datastream/elasticsearch/#elasticsearch-sink)**配置内部批量处理器**
 单元
 ### Apache StreamPark™配置
-其他的所有的配置都必须遵守 **StreamPark** 配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/conf)
+其他的所有的配置都必须遵守 **StreamPark** 
配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/config)

Reply via email to