Skip to content

Commit 922a7bb

Browse files
committed
typo fix
1 parent cc2fbf0 commit 922a7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/kafka-sink-data-formats.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ Supported Sink Record Structure
127127
-------------------------------
128128

129129
Once the converter has deserialized the data from the Kafka topic,
130-
Kafka Connect creates a :kafka-21-javadoc:`SinkRecord </connect/sink/SinkRecord.html>`
130+
Kafka Connect creates a `SinkRecord <https://kafka.apache.org/21/javadoc/org/apache/kafka/connect/sink/SinkRecord.html>`__
131131
object.
132132

133133
The MongoDB Kafka Connector converts the ``SinkRecord`` into
134134
a ``SinkDocument`` which contains the key and value in BSON format. The
135135
converter determines the types using schema, if provided.
136136

137137
The connector supports all the core schema types listed in
138-
:kafka-21-javadoc:`Schema.Type </connect/data/Schema.Type.html>`:
138+
`Schema.Type <https://kafka.apache.org/21/javadoc/org/apache/kafka/connect/data/Schema.Type.html>`__:
139139

140140
- **Array**
141141
- **Boolean**

0 commit comments

Comments
 (0)