aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cortex-m-rt/README.md2
-rw-r--r--cortex-m-rt/macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/README.md b/cortex-m-rt/README.md
index d74fa51..a251695 100644
--- a/cortex-m-rt/README.md
+++ b/cortex-m-rt/README.md
@@ -7,7 +7,7 @@
This project is developed and maintained by the [Cortex-M team][team].
-# [Documentation](https://rust-embedded.github.io/cortex-m-rt)
+# [Documentation](https://docs.rs/cortex-m-rt)
# License
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"