Skip to content

Commit

Permalink
[hotfix][docs] Fix identifier collision causing coflict when switchin…
Browse files Browse the repository at this point in the history
…g between tabs in kinesis connector docs
  • Loading branch information
z3d1k committed Nov 17, 2023
1 parent 4c2fdd9 commit 9c4da54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/connectors/datastream/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Flink Kinesis消费者还需要一个模式来了解如何将 Kinesis 数据流

<br>要使用此反序列化模式,必须添加以下附加依赖项:

{{< tabs "8c6721c7-4a48-496e-b0fe-6522cf6a5e13" >}}
{{< tabs "71c8eb0c-6a78-476f-a52e-8a46d83f2ca4" >}}
{{< tab "AvroDeserializationSchema" >}}
{{< artifact flink-avro >}}
{{< /tab >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/datastream/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ For convenience, Flink provides the following schemas out of the box:

<br>To use this deserialization schema one has to add the following additional dependency:

{{< tabs "8c6721c7-4a48-496e-b0fe-6522cf6a5e13" >}}
{{< tabs "71c8eb0c-6a78-476f-a52e-8a46d83f2ca4" >}}
{{< tab "AvroDeserializationSchema" >}}
{{< artifact flink-avro >}}
{{< /tab >}}
Expand Down

0 comments on commit 9c4da54

Please sign in to comment.