From 60e4092b8ee8a8de4087630cd08917edd63306f2 Mon Sep 17 00:00:00 2001 From: Dmitry Mottl Date: Fri, 12 Aug 2022 18:52:26 +0400 Subject: [PATCH] Fixes link to Apache Avro in documentation --- serde/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index f2b28d985..4ef672630 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -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