aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-02-14 21:41:24 +0100
committerJorge Aparicio <jorge@japaric.io>2019-02-14 21:41:24 +0100
commit197d5264c46559a6a20cd525e6f373f117b8b840 (patch)
tree8fb17e652015c555d9995abc31619f895990e815 /Cargo.toml
parent87c69b68afc8ea4409ad53b269b8564a1943995b (diff)
update documentation link in crate metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73be2dd..d741f6f 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"