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

fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new aaf3123  [hotfix][docs] Fix `kinesis.md` syntax error and update 
`kinesis.yml`
aaf3123 is described below

commit aaf312370c1b1d86f0dd2ad5b542e0a0047c1dbe
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Feb 9 07:04:17 2026 +0100

    [hotfix][docs] Fix `kinesis.md` syntax error and update `kinesis.yml`
---
 docs/content/docs/connectors/datastream/kinesis.md | 1 +
 docs/data/kinesis.yml                              | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/connectors/datastream/kinesis.md 
b/docs/content/docs/connectors/datastream/kinesis.md
index 0cbc47d..4de7d35 100644
--- a/docs/content/docs/connectors/datastream/kinesis.md
+++ b/docs/content/docs/connectors/datastream/kinesis.md
@@ -99,6 +99,7 @@ val kinesisEvents = env.fromSource(kdsSource, 
WatermarkStrategy.forMonotonousTim
             .uid("custom-uid")
 ```
 {{< /tab >}}
+{{< /tabs >}}
 
 The above is a simple example of using the `KinesisStreamsSource`.
 - The Kinesis stream being read from is specified using the Kinesis Stream ARN.
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
index 5515819..e6dba2d 100644
--- a/docs/data/kinesis.yml
+++ b/docs/data/kinesis.yml
@@ -19,5 +19,5 @@
 version: 6.0.0
 flink_compatibility: [ "2.0" ]
 variants:
-  - maven: flink-connector-kinesis
-    sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar
+  - maven: flink-connector-aws-kinesis-streams
+    sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-streams/$full_version/flink-sql-connector-aws-kinesis-streams-$full_version.jar

Reply via email to