@@ -146,9 +146,9 @@ Avro Schema
146
146
Avro schema is a JSON-based schema definition syntax. Avro schema supports the
147
147
specification of the following groups of data types:
148
148
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 >`__
152
152
153
153
.. warning:: Unsupported Avro Types
154
154
@@ -194,7 +194,7 @@ You use Avro schema when you
194
194
:ref:`define a schema for a {+source-connector+} <source-specify-avro-schema>`.
195
195
196
196
For 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/ >`__.
198
198
199
199
.. _kafka-df-avro-encoding:
200
200
@@ -220,7 +220,7 @@ Avro converter, see the :ref:`Converters <avro-converter-sample-properties>`
220
220
guide.
221
221
222
222
To 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 >`__.
224
224
225
225
.. _kafka-db-byte-arrays:
226
226
0 commit comments