Skip to content

Commit

Permalink
fix: fix binary serialization idl link (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
guykhazma authored Jun 19, 2022
1 parent fe0b70c commit af0b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/serialization/binary_serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ There are several binary IDLs that exist today. The key requirements for Substra

The primary formats that exist that roughly qualify under these requirements include: Protobuf, Thrift, Flatbuf, Avro, Cap'N'Proto. Protobuf was chosen due to its clean typing system and large number of high quality language bindings.

The binary serialization IDLs can be found on [GitHub](https://github.com/substrait-io/substrait/tree/main/binary) and are sampled throughout the documentation.
The binary serialization IDLs can be found on [GitHub](https://github.com/substrait-io/substrait/tree/main/proto/substrait) and are sampled throughout the documentation.



Expand Down

0 comments on commit af0b452

Please sign in to comment.