aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-01-22 10:17:31 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-01-22 10:17:31 +0000
commita40436357a4fc655c09bb42b0ce95c92515fe7f4 (patch)
treebbb1990aa818660fe745a03972ba9c928fe07313
parentdce5466f289a55568b842e164ebd723ad441c63b (diff)
parenteab6ec5c5c3c44ddd64748b65f0ec615585de4cb (diff)
downloadcortex-m-a40436357a4fc655c09bb42b0ce95c92515fe7f4.tar.gz
cortex-m-a40436357a4fc655c09bb42b0ce95c92515fe7f4.tar.zst
cortex-m-a40436357a4fc655c09bb42b0ce95c92515fe7f4.zip
Merge #166
166: Update documentation links to point to docs.rs r=therealprof a=adamgreig Closes #161 Co-authored-by: Adam Greig <adam@adamgreig.com>
-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"