mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 06:40:47 +00:00
Adjust links (#3652)
This commit is contained in:
parent
2438d03b21
commit
f5938579a7
@ -13,7 +13,7 @@ Implements a number of blocking and, where applicable, async traits from the var
|
|||||||
For help getting started with this HAL, please refer to [The Rust on ESP Book] and the [documentation].
|
For help getting started with this HAL, please refer to [The Rust on ESP Book] and the [documentation].
|
||||||
|
|
||||||
[embedded-hal]: https://github.com/rust-embedded/embedded-hal
|
[embedded-hal]: https://github.com/rust-embedded/embedded-hal
|
||||||
[the rust on esp book]: https://docs.esp-rs.org/book/
|
[the rust on esp book]: https://docs.espressif.com/projects/rust/book/
|
||||||
|
|
||||||
## [Documentation]
|
## [Documentation]
|
||||||
|
|
||||||
|
@ -160,14 +160,14 @@
|
|||||||
//!
|
//!
|
||||||
//! You might want to consider using [`#[deny(clippy::mem_forget)`](https://rust-lang.github.io/rust-clippy/v0.0.212/index.html#mem_forget) in your project.
|
//! You might want to consider using [`#[deny(clippy::mem_forget)`](https://rust-lang.github.io/rust-clippy/v0.0.212/index.html#mem_forget) in your project.
|
||||||
//!
|
//!
|
||||||
//! [documentation]: https://docs.esp-rs.org/esp-hal
|
//! [documentation]: https://docs.espressif.com/projects/rust/esp-hal/latest/
|
||||||
//! [examples]: https://github.com/esp-rs/esp-hal/tree/main/examples
|
//! [examples]: https://github.com/esp-rs/esp-hal/tree/main/examples
|
||||||
//! [embedded-hal]: https://docs.rs/embedded-hal/latest/embedded_hal/
|
//! [embedded-hal]: https://docs.rs/embedded-hal/latest/embedded_hal/
|
||||||
//! [embedded-hal-async]: https://docs.rs/embedded-hal-async/latest/embedded_hal_async/
|
//! [embedded-hal-async]: https://docs.rs/embedded-hal-async/latest/embedded_hal_async/
|
||||||
//! [xtask]: https://github.com/matklad/cargo-xtask
|
//! [xtask]: https://github.com/matklad/cargo-xtask
|
||||||
//! [esp-generate]: https://github.com/esp-rs/esp-generate
|
//! [esp-generate]: https://github.com/esp-rs/esp-generate
|
||||||
//! [book]: https://docs.esp-rs.org/book/
|
//! [book]: https://docs.espressif.com/projects/rust/book/
|
||||||
//! [training]: https://docs.esp-rs.org/no_std-training/
|
//! [training]: https://docs.espressif.com/projects/rust/no_std-training/
|
||||||
//!
|
//!
|
||||||
//! ## Feature Flags
|
//! ## Feature Flags
|
||||||
#![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)]
|
#![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)]
|
||||||
|
@ -13,7 +13,7 @@ Implements a number of blocking and, where applicable, async traits from the var
|
|||||||
For help getting started with this HAL, please refer to [The Rust on ESP Book] and the [documentation].
|
For help getting started with this HAL, please refer to [The Rust on ESP Book] and the [documentation].
|
||||||
|
|
||||||
[embedded-hal]: https://docs.rs/embedded-hal/latest/embedded_hal/
|
[embedded-hal]: https://docs.rs/embedded-hal/latest/embedded_hal/
|
||||||
[the rust on esp book]: https://docs.esp-rs.org/book/
|
[the rust on esp book]: https://docs.espressif.com/projects/rust/book/
|
||||||
|
|
||||||
## [Documentation](https://docs.espressif.com/projects/rust/esp-lp-hal/latest/)
|
## [Documentation](https://docs.espressif.com/projects/rust/esp-lp-hal/latest/)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user