Adjust links in the monorepo (#3655)

This commit is contained in:
Kirill Mikhailov 2025-06-18 12:28:37 +02:00 committed by GitHub
parent 75ac7ead62
commit 6be98e5a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ For information about the HAL and how to use it in your own projects, please ref
When browsing the examples, we recommend viewing the tag for the `esp-hal` release you are using to ensure compatibility, e.g. [esp-hal-v1.0.0-beta.0], as the `main` branch is used for development and APIs may have changed in the meantime.
[The Rust on ESP Book]: https://esp-rs.github.io/book/
[The Rust on ESP Book]: https://docs.espressif.com/projects/rust/book/
[documentation]: https://docs.espressif.com/projects/rust/
[esp-hal-v1.0.0-beta.0]: https://github.com/esp-rs/esp-hal/tree/esp-hal-v1.0.0-beta.0/examples
@ -53,7 +53,7 @@ When browsing the examples, we recommend viewing the tag for the `esp-hal` relea
- [The Rust Programming Language](https://doc.rust-lang.org/book/)
- [The Embedded Rust Book](https://docs.rust-embedded.org/book/index.html)
- [The Embedonomicon](https://docs.rust-embedded.org/embedonomicon/)
- [The Rust on ESP Book](https://esp-rs.github.io/book/)
- [The Rust on ESP Book](https://docs.espressif.com/projects/rust/esp-hal/latest/)
- [Embedded Rust (no_std) on Espressif](https://esp-rs.github.io/no_std-training/)
## Contributing