aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/macros
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2019-01-14 23:56:58 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2019-01-14 23:56:58 +0000
commiteab6ec5c5c3c44ddd64748b65f0ec615585de4cb (patch)
tree013e2d5eff41ef170dacb77228e6b7b306446e02 /cortex-m-rt/macros
parent28f74ed6d29df432334d29d2083e91a1a5d0fa6c (diff)
downloadcortex-m-eab6ec5c5c3c44ddd64748b65f0ec615585de4cb.tar.gz
cortex-m-eab6ec5c5c3c44ddd64748b65f0ec615585de4cb.tar.zst
cortex-m-eab6ec5c5c3c44ddd64748b65f0ec615585de4cb.zip
Update documentation links to point to docs.rs
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r--cortex-m-rt/macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml
index 1ca968c..ba6db64 100644
--- a/cortex-m-rt/macros/Cargo.toml
+++ b/cortex-m-rt/macros/Cargo.toml
@@ -2,7 +2,7 @@
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "no-std"]
description = "Attributes re-exported in `cortex-m-rt`"
-documentation = "https://rust-embedded.github.io/cortex-m-rt"
+documentation = "https://docs.rs/cortex-m-rt"
keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt-macros"