diff --git a/README.md b/README.md index dd597b6c2..7a56edddc 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ For information relating to the development of Rust applications on ESP devices, For information about the HAL and how to use it in your own projects, please refer to the [documentation]. -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. +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], as the `main` branch is used for development and APIs may have changed in the meantime. [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 +[esp-hal-v1.0.0]: https://github.com/esp-rs/esp-hal/tree/esp-hal-v1.0.0/examples ## Resources