aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2019-09-15 21:26:30 +0200
committerEmil Fresk <emil.fresk@gmail.com>2019-09-15 21:26:30 +0200
commitf787d82d927ec49b2cd9e931d4191bce2bc1b95c (patch)
treee7a2eb324bed09bd869f4714cfb6b554ba000d12 /Cargo.toml
parentc14f7d1ce90ad4957801336cefe65b7fa82fe63f (diff)
Updated links in README for rtfm.rs
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 d1ca316..70606c8 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://rtfm-rs.github.io/cortex-m-rtfm/book/en"
+documentation = "https://rtfm.rs/"
edition = "2018"
keywords = ["arm", "cortex-m"]
license = "MIT OR Apache-2.0"