Skip to content

Commit

Permalink
Fix broken link to Avro spec (#5244)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Aug 22, 2024
1 parent 48021d7 commit b9388c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/zq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ simply run `zq` with no arguments.

`zq` supports a number of [input](#input-formats) and [output](#output-formats) formats, but [ZNG](../formats/zng.md)
tends to be the most space-efficient and most performant. ZNG has efficiency similar to
[Avro](https://avro.apache.org/docs/current/spec.html)
[Avro](https://avro.apache.org)
and [Protocol Buffers](https://developers.google.com/protocol-buffers)
but its comprehensive [Zed type system](../formats/zed.md) obviates
the need for schema specification or registries.
Expand Down

0 comments on commit b9388c4

Please sign in to comment.