Skip to content

Commit 8e90ab3

Browse files
bors[bot]eldruin
andauthored
Merge #409
409: e-h-nb: Fix links r=Dirbaio a=eldruin Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 74d6af3 + 6b4163a commit 8e90ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

embedded-hal-nb/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
A non-blocking Hardware Abstraction Layer (HAL) for embedded systems, using the `nb` crate.
99

10-
This crate contains versions of some [`embedded-hal`](https://crates.io/crates/embedded-hal) traits using `nb`, and shares its scope and [design goals].
10+
This crate contains versions of some [`embedded-hal`](https://crates.io/crates/embedded-hal) traits using `nb`, and shares its scope and [design goals](https://docs.rs/embedded-hal/latest/embedded_hal/#design-goals).
1111

12-
This project is developed and maintained by the [HAL team][https://github.com/rust-embedded/wg#the-hal-team].
12+
This project is developed and maintained by the [HAL team](https://github.com/rust-embedded/wg#the-hal-team).
1313

1414
## [API reference]
1515

@@ -20,7 +20,7 @@ This project is developed and maintained by the [HAL team][https://github.com/ru
2020
This crate is guaranteed to compile on stable Rust 1.54 and up. It *might*
2121
compile with older versions but that may change in any new patch release.
2222

23-
See [here](docs/msrv.md) for details on how the MSRV may be upgraded.
23+
See [here](../docs/msrv.md) for details on how the MSRV may be upgraded.
2424

2525
## License
2626

0 commit comments

Comments
 (0)