@@ -146,9 +146,9 @@ Avro Schema
146146Avro schema is a JSON-based schema definition syntax. Avro schema supports the
147147specification of the following groups of data types:
148148
149- - `Primitive Types <https://avro.apache.org/docs/current/spec.html#schema_primitive >`__
150- - `Complex Types <https://avro.apache.org/docs/current/spec.html#schema_complex >`__
151- - `Logical Types <https://avro.apache.org/docs/current/spec.html#Logical+Types >`__
149+ - `Primitive Types <https://avro.apache.org/docs/++version++/specification/#primitive-types >`__
150+ - `Complex Types <https://avro.apache.org/docs/++version++/specification/#complex-types >`__
151+ - `Logical Types <https://avro.apache.org/docs/++version++/specification/#logical-types >`__
152152
153153.. warning:: Unsupported Avro Types
154154
@@ -194,7 +194,7 @@ You use Avro schema when you
194194:ref:`define a schema for a {+source-connector+} <source-specify-avro-schema>`.
195195
196196For a list of all Avro schema types, see the
197- `Apache Avro specification <https://avro.apache.org/docs/current/spec.html >`__.
197+ `Apache Avro specification <https://avro.apache.org/docs/++version++/specification/ >`__.
198198
199199.. _kafka-df-avro-encoding:
200200
@@ -220,7 +220,7 @@ Avro converter, see the :ref:`Converters <avro-converter-sample-properties>`
220220guide.
221221
222222To learn more about Avro binary encoding, see
223- `this section of the Avro specification <https://avro.apache.org/docs/current/spec.html#Data+Serialization+and+Deserialization >`__.
223+ `this section of the Avro specification <https://avro.apache.org/docs/++version++/specification/#data-serialization-and-deserialization >`__.
224224
225225.. _kafka-db-byte-arrays:
226226
0 commit comments