You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded-hal-nb/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@
7
7
8
8
A non-blocking Hardware Abstraction Layer (HAL) for embedded systems, using the `nb` crate.
9
9
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).
11
11
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).
13
13
14
14
## [API reference]
15
15
@@ -20,7 +20,7 @@ This project is developed and maintained by the [HAL team][https://github.com/ru
20
20
This crate is guaranteed to compile on stable Rust 1.54 and up. It *might*
21
21
compile with older versions but that may change in any new patch release.
22
22
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.
0 commit comments