summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-27 21:44:44 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-27 21:44:44 +0200
commit12f4b875cfb0eeb0bac5416921c6cec40edd420c (patch)
tree782748597b1cd74825988ffb95129da730806178 /examples/README.md
parent0fbbfdfbef7354e419c3ae7332ae3d392572ce78 (diff)
downloadiced-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.md6
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.