Skip to content

Commit a404363

Browse files
bors[bot]adamgreig
andcommitted
Merge #166
166: Update documentation links to point to docs.rs r=therealprof a=adamgreig Closes #161 Co-authored-by: Adam Greig <[email protected]>
2 parents dce5466 + eab6ec5 commit a404363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m-rt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This project is developed and maintained by the [Cortex-M team][team].
99

10-
# [Documentation](https://rust-embedded.github.io/cortex-m-rt)
10+
# [Documentation](https://docs.rs/cortex-m-rt)
1111

1212
# License
1313

cortex-m-rt/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jorge Aparicio <[email protected]>"]
33
categories = ["embedded", "no-std"]
44
description = "Attributes re-exported in `cortex-m-rt`"
5-
documentation = "https://rust-embedded.github.io/cortex-m-rt"
5+
documentation = "https://docs.rs/cortex-m-rt"
66
keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt-macros"

0 commit comments

Comments
 (0)