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 0cd6b4e9 Fix: fix broken link (#326)
0cd6b4e9 is described below

commit 0cd6b4e9d0404faed6b5291df5be4ca03c25f927
Author: WJLee729 <[email protected]>
AuthorDate: Fri Jan 26 17:57:32 2024 +0800

    Fix: fix broken link (#326)
    
    Co-authored-by: lwj <[email protected]>
---
 docs/connector/7-http.md                                               | 2 +-
 docs/connector/8-redis.md                                              | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/7-http.md  | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/8-redis.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/connector/7-http.md b/docs/connector/7-http.md
index b6013bd4..abcd2ef8 100755
--- a/docs/connector/7-http.md
+++ b/docs/connector/7-http.md
@@ -142,4 +142,4 @@ After the asynchronous write data reaches the maximum retry 
value, the data will
 
 ## Other configuration
 All other configurations must comply with the **StreamPark** configuration.
-For specific configurable items and the role of each parameter, please refer 
[Project configuration](/docs/development/conf)
+For specific configurable items and the role of each parameter, please refer 
[Project configuration](/docs/development/config/)
diff --git a/docs/connector/8-redis.md b/docs/connector/8-redis.md
index 07ac03fc..c465909e 100644
--- a/docs/connector/8-redis.md
+++ b/docs/connector/8-redis.md
@@ -364,4 +364,4 @@ EXACTLY_ONCE semantics checkpoint data sink cache inside 
the memory, you need to
 
 ## Other Configuration
 
-All other configurations must adhere to the **StreamPark** configuration, 
please refer to [project configuration](/docs/development/conf) for specific 
configurable items and the role of each parameter.
+All other configurations must adhere to the **StreamPark** configuration, 
please refer to [project configuration](/docs/development/config/) for specific 
configurable items and the role of each parameter.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/7-http.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/7-http.md
index 1249879f..0a6aca10 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/7-http.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/7-http.md
@@ -134,4 +134,4 @@ object HttpSinkApp extends FlinkStreaming {
 :::
 
 ## 其他配置
-其他的所有的配置都必须遵守 **StreamPark** 配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/conf)
+其他的所有的配置都必须遵守 **StreamPark** 
配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/config/)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/8-redis.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/8-redis.md
index 4d4febf0..0199239e 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/8-redis.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connector/8-redis.md
@@ -367,4 +367,4 @@ EXACTLY_ONCE语义下checkpoint的数据sink缓存在内存里面,需要根据
 
 ## 其他配置
 
-其他的所有的配置都必须遵守 **StreamPark** 配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/conf)
+其他的所有的配置都必须遵守 **StreamPark** 
配置,具体可配置项和各个参数的作用请参考[项目配置](/docs/development/config/)

Reply via email to