Skip to content

Commit

Permalink
Merge pull request #2258 from Mottl/patch-1
Browse files Browse the repository at this point in the history
Fixes link to Apache Avro in documentation
  • Loading branch information
dtolnay committed Aug 13, 2022
2 parents 3d02516 + 60e4092 commit f198582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/src/lib.rs
Expand Up @@ -65,7 +65,7 @@
//! [Pickle]: https://github.com/birkenfeld/serde-pickle
//! [RON]: https://github.com/ron-rs/ron
//! [BSON]: https://github.com/mongodb/bson-rust
//! [Avro]: https://github.com/flavray/avro-rs
//! [Avro]: https://github.com/apache/avro/blob/master/lang/rust/avro/README.md
//! [JSON5]: https://github.com/callum-oakley/json5-rs
//! [URL]: https://docs.rs/serde_qs
//! [Envy]: https://github.com/softprops/envy
Expand Down

0 comments on commit f198582

Please sign in to comment.