Skip to content

Commit f095841

Browse files
updates outdated links to Apache Avro spec (#202)
1 parent e7415bc commit f095841

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

source/introduction/data-formats.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ Avro Schema
149149
Avro schema is a JSON-based schema definition syntax. Avro schema supports the
150150
specification of the following groups of data types:
151151

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>`__
155155

156156
.. warning:: Unsupported Avro Types
157157

@@ -197,7 +197,7 @@ You use Avro schema when you
197197
:ref:`define a schema for a {+source-connector+} <source-specify-avro-schema>`.
198198

199199
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/>`__.
201201

202202
.. _kafka-df-avro-encoding:
203203

@@ -223,7 +223,7 @@ Avro converter, see the :ref:`Converters <avro-converter-sample-properties>`
223223
guide.
224224

225225
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>`__.
227227

228228
.. _kafka-db-byte-arrays:
229229

source/source-connector/usage-examples/schema.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ using the following data types:
8888
- Description
8989

9090
* - **name**
91-
- `string <https://avro.apache.org/docs/current/spec.html#schema_primitive>`__
91+
- `string <https://avro.apache.org/docs/++version++/specification/#primitive-types>`__
9292
- | Name of the customer
9393

9494
* - **visits**
95-
- `array <https://avro.apache.org/docs/current/spec.html#Arrays>`__
96-
of `timestamps <https://avro.apache.org/docs/current/spec.html#Timestamp+%28millisecond+precision%29>`__
95+
- `array <https://avro.apache.org/docs/++version++/specification/#arrays>`__
96+
of `timestamps <https://avro.apache.org/docs/++version++/specification/#timestamps>`__
9797
- Dates the customer visited
9898

9999
* - **goods_purchased**
100-
- `map <https://avro.apache.org/docs/current/spec.html#Maps>`__
100+
- `map <https://avro.apache.org/docs/++version++/specification/#maps>`__
101101
of string (the assumed type) to
102-
`integer <https://avro.apache.org/docs/current/spec.html#schema_primitive>`__
102+
`integer <https://avro.apache.org/docs/++version++/specification/#primitive-types>`__
103103
values
104104
- Names of goods and quantity of each item the customer purchased
105105

0 commit comments

Comments
 (0)