From 197d5264c46559a6a20cd525e6f373f117b8b840 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 14 Feb 2019 21:41:24 +0100 Subject: [PATCH] update documentation link in crate metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73be2dd0d0..d741f6fa37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ ] categories = ["concurrency", "embedded", "no-std"] description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems" -documentation = "https://japaric.github.io/cortex-m-rtfm/book/" +documentation = "https://japaric.github.io/cortex-m-rtfm/book/en" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0"