From 4802f523c5cb73053d3873f18546e5311c1bef27 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Fri, 3 Jun 2022 11:53:30 +0200 Subject: [PATCH] Fix lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce93d5a..e700d4e 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Embedded -[Rust Embedded](https://rust-embedded.org/) focuses on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms. See [awesome embedded Rust ](https://github.com/rust-embedded/awesome-embedded-rust) for a curated, and more extended list of embedded Rust resources. +[Rust Embedded](https://rust-embedded.org/) focuses on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms. See [awesome-embedded-rust](https://github.com/rust-embedded/awesome-embedded-rust) for a curated, and more extended list of embedded Rust resources. * Arduino * [avr-rust/ruduino](https://github.com/avr-rust/ruduino) Reusable components for the Arduino Uno.