Skip to content

e-h-nb: Fix links #409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions embedded-hal-nb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

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

This crate contains versions of some [`embedded-hal`](https://crates.io/crates/embedded-hal) traits using `nb`, and shares its scope and [design goals].
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).

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

## [API reference]

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

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

## License

Expand Down