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

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new dc9473c86ba [doc] fix 2.1.3 kafka sink url (#162)
dc9473c86ba is described below

commit dc9473c86bad95d3e0c01841a161a3d7b68a9924
Author: brave kong <[email protected]>
AuthorDate: Wed Aug 23 18:36:36 2023 +0800

    [doc] fix 2.1.3 kafka sink url (#162)
    
    * [doc] fix 2.1.3 kafka sink url
    
    Due to the first participation in contribution, there are a lot of places 
are not very familiar. I changed the file name. As a result, the url address is 
not very logical. I'm very sorry
    
    * Update Kafka.md
---
 .../version-2.1.3/connector/sink/{Kafka-sink-parameter.md => Kafka.md}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/versioned_docs/version-2.1.3/connector/sink/Kafka-sink-parameter.md 
b/versioned_docs/version-2.1.3/connector/sink/Kafka.md
similarity index 97%
rename from versioned_docs/version-2.1.3/connector/sink/Kafka-sink-parameter.md
rename to versioned_docs/version-2.1.3/connector/sink/Kafka.md
index 400ea90cbb1..8213a7fe8c5 100644
--- a/versioned_docs/version-2.1.3/connector/sink/Kafka-sink-parameter.md
+++ b/versioned_docs/version-2.1.3/connector/sink/Kafka.md
@@ -18,7 +18,7 @@ Engine Supported and plugin name
 | name                       | type   | required | default value |
 | -------------------------- | ------ | -------- | ------------- |
 | producer.bootstrap.servers | string | yes      | -             |
-| topic                      | string | yes      | -             |
+| topics                     | string | yes      | -             |
 | producer.*                 | string | no       | -             |
 | semantic                   | string | no       | -             |
 | common-options             | string | no       | -             |

Reply via email to