This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch v5.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
The following commit(s) were added to refs/heads/v5.1 by this push:
new ba6e35c [hotfix] Remove trailing slash to get Hugo docs to build again
ba6e35c is described below
commit ba6e35ce0c1eeaecdaf3930c87de706350f66809
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Feb 16 10:53:34 2026 +0100
[hotfix] Remove trailing slash to get Hugo docs to build again
---
docs/content/docs/connectors/datastream/kinesis.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/connectors/datastream/kinesis.md
b/docs/content/docs/connectors/datastream/kinesis.md
index 0cbc47d..e97638f 100644
--- a/docs/content/docs/connectors/datastream/kinesis.md
+++ b/docs/content/docs/connectors/datastream/kinesis.md
@@ -160,7 +160,7 @@ the source does not fail, and will start reading from the
earliest possible even
If users want to restore a Flink job from an existing checkpoint or savepoint
but want to respect the configured starting position of
the stream, users can change the `uid` of the `KinesisStreamsSource` operator
to effectively restore this operator without state.
-This is in line with [Flink best practices]({{< ref
"docs/ops/production_ready/#set-uuids-for-all-operators" >}}).
+This is in line with [Flink best practices]({{< ref
"docs/ops/production_ready#set-uuids-for-all-operators" >}}).
### Shard Assignment Strategy
For most use cases, users would prefer a uniform distribution of records
across parallel subtasks. This prevents data skew if data is evenly distributed
in the Kinesis Data Stream.