diff options
author | 2024-05-27 21:44:44 +0200 | |
---|---|---|
committer | 2024-05-27 21:44:44 +0200 | |
commit | 12f4b875cfb0eeb0bac5416921c6cec40edd420c (patch) | |
tree | 782748597b1cd74825988ffb95129da730806178 /examples/README.md | |
parent | 0fbbfdfbef7354e419c3ae7332ae3d392572ce78 (diff) | |
download | iced-12f4b875cfb0eeb0bac5416921c6cec40edd420c.tar.gz iced-12f4b875cfb0eeb0bac5416921c6cec40edd420c.tar.bz2 iced-12f4b875cfb0eeb0bac5416921c6cec40edd420c.zip |
Link to the `latest` branch in examples' `README`
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/README.md b/examples/README.md index 71dad13e..232b6042 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,6 @@ # Examples -__Iced moves fast and the `master` branch can contain breaking changes!__ If -you want to learn about a specific release, check out [the release list]. - -[the release list]: https://github.com/iced-rs/iced/releases +__Iced moves fast and the `master` branch can contain breaking changes!__ If you want to browse examples that are compatible with the latest release, +then [switch to the `latest` branch](https://github.com/iced-rs/iced/tree/latest/examples#examples). ## [Tour](tour) A simple UI tour that can run both on native platforms and the web! It showcases different widgets that can be built using Iced. |