Adjust links (#3652)

This commit is contained in:
Björn Quentin 2025-06-18 09:50:10 +02:00 committed by GitHub
parent 2438d03b21
commit f5938579a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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].
[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]

View File

@ -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.
//!
//! [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
//! [embedded-hal]: https://docs.rs/embedded-hal/latest/embedded_hal/
//! [embedded-hal-async]: https://docs.rs/embedded-hal-async/latest/embedded_hal_async/
//! [xtask]: https://github.com/matklad/cargo-xtask
//! [esp-generate]: https://github.com/esp-rs/esp-generate
//! [book]: https://docs.esp-rs.org/book/
//! [training]: https://docs.esp-rs.org/no_std-training/
//! [book]: https://docs.espressif.com/projects/rust/book/
//! [training]: https://docs.espressif.com/projects/rust/no_std-training/
//!
//! ## Feature Flags
#![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)]

View File

@ -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].
[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/)