From f5938579a7243e88477aa12682615cd3b6079d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Quentin?= Date: Wed, 18 Jun 2025 09:50:10 +0200 Subject: [PATCH] Adjust links (#3652) --- esp-hal/README.md | 2 +- esp-hal/src/lib.rs | 6 +++--- esp-lp-hal/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/esp-hal/README.md b/esp-hal/README.md index b3918019d..340e46c78 100644 --- a/esp-hal/README.md +++ b/esp-hal/README.md @@ -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] diff --git a/esp-hal/src/lib.rs b/esp-hal/src/lib.rs index 133394834..76d582849 100644 --- a/esp-hal/src/lib.rs +++ b/esp-hal/src/lib.rs @@ -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#"{feature}"#)] diff --git a/esp-lp-hal/README.md b/esp-lp-hal/README.md index 6222654ea..04a367101 100644 --- a/esp-lp-hal/README.md +++ b/esp-lp-hal/README.md @@ -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/)