@@ -149,9 +149,9 @@ Avro Schema
149
149
Avro schema is a JSON-based schema definition syntax. Avro schema supports the
150
150
specification of the following groups of data types:
151
151
152
- - `Primitive Types <https://avro.apache.org/docs/current/spec.html#schema_primitive >`__
153
- - `Complex Types <https://avro.apache.org/docs/current/spec.html#schema_complex >`__
154
- - `Logical Types <https://avro.apache.org/docs/current/spec.html#Logical+Types >`__
152
+ - `Primitive Types <https://avro.apache.org/docs/++version++/specification/#primitive-types >`__
153
+ - `Complex Types <https://avro.apache.org/docs/++version++/specification/#complex-types >`__
154
+ - `Logical Types <https://avro.apache.org/docs/++version++/specification/#logical-types >`__
155
155
156
156
.. warning:: Unsupported Avro Types
157
157
@@ -197,7 +197,7 @@ You use Avro schema when you
197
197
:ref:`define a schema for a {+source-connector+} <source-specify-avro-schema>`.
198
198
199
199
For a list of all Avro schema types, see the
200
- `Apache Avro specification <https://avro.apache.org/docs/current/spec.html >`__.
200
+ `Apache Avro specification <https://avro.apache.org/docs/++version++/specification/ >`__.
201
201
202
202
.. _kafka-df-avro-encoding:
203
203
@@ -223,7 +223,7 @@ Avro converter, see the :ref:`Converters <avro-converter-sample-properties>`
223
223
guide.
224
224
225
225
To learn more about Avro binary encoding, see
226
- `this section of the Avro specification <https://avro.apache.org/docs/current/spec.html#Data+Serialization+and+Deserialization >`__.
226
+ `this section of the Avro specification <https://avro.apache.org/docs/++version++/specification/#data-serialization-and-deserialization >`__.
227
227
228
228
.. _kafka-db-byte-arrays:
229
229
0 commit comments