From 063b8491545a71dee0ada2a15dc565f9cced75d2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 5 Aug 2022 01:01:08 +0200 Subject: [PATCH] use links --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e591ce7..b5663cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Currently, this includes the following components: This package is suitable for `no_std` environments. -It features optional support for the `alloc` crate and also offers support -for `serde`. The Space Paccket, PUS TM and TC implementations derive -the `serde` `Serialize` and `Deserialize` trait. This allows serializing and -deserializing them with an appropriate `serde` provider like `postcard`. +It features optional support for the [`alloc`](https://doc.rust-lang.org/alloc/) crate +and also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC implementations +derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and +deserializing them with an appropriate `serde` provider like +[`postcard`](https://github.com/jamesmunns/postcard).