Skip to content

Commit

Permalink
Fix broken avro link
Browse files Browse the repository at this point in the history
Update from version 9 to version 12 as version 9 is no longer
publisher

Signed-off-by: Vandewilly Oliveira da Silva <[email protected]>
  • Loading branch information
vandewillysilva committed Aug 22, 2024
1 parent 25fa60b commit 1aecf32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions cloudevents/formats/avro-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
## Abstract

The Avro Format for CloudEvents defines how events are expressed in
the [Avro 1.9.0 Specification][avro-spec].
the [Avro 1.12.0 Specification][avro-spec].

## Table of Contents

1. [Introduction](#1-introduction)
2. [Attributes](#2-attributes)
3. [Data](#3-data)
4. [Transport](#4-transport)
4. [Examples](#5-examples)
5. [Examples](#5-examples)

## 1. Introduction

[CloudEvents][ce] is a standardized and protocol-agnostic definition of the
structure and metadata description of events. This specification defines how the
CloudEvents are to be represented as [Avro 1.9.0][avro-primitives].
CloudEvents are to be represented as [Avro 1.12.0][avro-primitives].

The [Attributes](#2-attributes) section describes the naming conventions and
data type mappings for CloudEvents attributes for use as Avro message
Expand Down Expand Up @@ -174,12 +174,12 @@ The following table shows exemplary mappings:

## References

- [Avro 1.9.0][avro-spec] Apache Avro™ 1.9.0 Specification
- [Avro 1.12.0][avro-spec] Apache Avro™ 1.12.0 Specification

[avro-spec]: http://avro.apache.org/docs/1.9.0/spec.html
[avro-primitives]: http://avro.apache.org/docs/1.9.0/spec.html#schema_primitive
[avro-logical-types]: http://avro.apache.org/docs/1.9.0/spec.html#Logical+Types
[avro-unions]: http://avro.apache.org/docs/1.9.0/spec.html#Unions
[avro-spec]: http://avro.apache.org/docs/1.12.0/spec.html
[avro-primitives]: http://avro.apache.org/docs/1.12.0/spec.html#schema_primitive
[avro-logical-types]: http://avro.apache.org/docs/1.12.0/spec.html#Logical+Types
[avro-unions]: http://avro.apache.org/docs/1.12.0/spec.html#Unions
[ce]: ../spec.md
[rfc2119]: https://tools.ietf.org/html/rfc2119
[rfc3986-section41]: https://tools.ietf.org/html/rfc3986#section-4.1
Expand Down
14 changes: 7 additions & 7 deletions cloudevents/working-drafts/avro-compact-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Abstract

The Avro Compact Format for CloudEvents defines how events are expressed in
the [Avro 1.9.0 Specification][avro-spec].
the [Avro 1.12.0 Specification][avro-spec].

This differs from the [Avro format](../formats/avro-format.md) in that:

Expand All @@ -24,7 +24,7 @@ This differs from the [Avro format](../formats/avro-format.md) in that:

[CloudEvents][ce] is a standardized and protocol-agnostic definition of the
structure and metadata description of events. This specification defines how the
CloudEvents are to be represented as [Avro 1.9.0][avro-primitives].
CloudEvents are to be represented as [Avro 1.12.0][avro-primitives].

The [Attributes](#2-attributes) section describes the naming conventions and
data type mappings for CloudEvents attributes for use as Avro message
Expand Down Expand Up @@ -96,12 +96,12 @@ The following table shows exemplary mappings:

## References

- [Avro 1.9.0][avro-spec] Apache Avro™ 1.9.0 Specification
- [Avro 1.12.0][avro-spec] Apache Avro™ 1.12.0 Specification

[avro-spec]: http://avro.apache.org/docs/1.9.0/spec.html
[avro-primitives]: http://avro.apache.org/docs/1.9.0/spec.html#schema_primitive
[avro-logical-types]: http://avro.apache.org/docs/1.9.0/spec.html#Logical+Types
[avro-unions]: http://avro.apache.org/docs/1.9.0/spec.html#Unions
[avro-spec]: http://avro.apache.org/docs/1.12.0/spec.html
[avro-primitives]: http://avro.apache.org/docs/1.12.0/spec.html#schema_primitive
[avro-logical-types]: http://avro.apache.org/docs/1.12.0/spec.html#Logical+Types
[avro-unions]: http://avro.apache.org/docs/1.12.0/spec.html#Unions
[ce]: ../spec.md
[rfc2119]: https://tools.ietf.org/html/rfc2119
[rfc3986-section41]: https://tools.ietf.org/html/rfc3986#section-4.1
Expand Down

0 comments on commit 1aecf32

Please sign in to comment.