Skip to content

Commit a4520c7

Browse files
updates outdated links to Apache Avro spec (#202) (#214)
1 parent 0cdf5d8 commit a4520c7

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
@@ -146,9 +146,9 @@ Avro Schema
146146
Avro schema is a JSON-based schema definition syntax. Avro schema supports the
147147
specification 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

196196
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/>`__.
198198

199199
.. _kafka-df-avro-encoding:
200200

@@ -220,7 +220,7 @@ Avro converter, see the :ref:`Converters <avro-converter-sample-properties>`
220220
guide.
221221

222222
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>`__.
224224

225225
.. _kafka-db-byte-arrays:
226226

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ using the following data types:
8585
- Description
8686

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

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

9696
* - **goods_purchased**
97-
- `map <https://avro.apache.org/docs/current/spec.html#Maps>`__
97+
- `map <https://avro.apache.org/docs/++version++/specification/#maps>`__
9898
of string (the assumed type) to
99-
`integer <https://avro.apache.org/docs/current/spec.html#schema_primitive>`__
99+
`integer <https://avro.apache.org/docs/++version++/specification/#primitive-types>`__
100100
values
101101
- Names of goods and quantity of each item the customer purchased
102102

0 commit comments

Comments
 (0)