diff options
author | 2021-06-14 21:01:37 +0300 | |
---|---|---|
committer | 2021-06-14 21:01:37 +0300 | |
commit | 83d19689c80266874e0a26085f17a94fd3507e1e (patch) | |
tree | b5565cddf38dda7a61d05c3b51bdb2b9dc62ce16 /futures | |
parent | e68da229b384fbe78514dab0b13c8eb4637f4f5d (diff) | |
download | iced-83d19689c80266874e0a26085f17a94fd3507e1e.tar.gz iced-83d19689c80266874e0a26085f17a94fd3507e1e.tar.bz2 iced-83d19689c80266874e0a26085f17a94fd3507e1e.zip |
docs: update all 0.2 github links to 0.3
Diffstat (limited to 'futures')
-rw-r--r-- | futures/src/subscription.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/futures/src/subscription.rs b/futures/src/subscription.rs index 27d2d295..e60ad79a 100644 --- a/futures/src/subscription.rs +++ b/futures/src/subscription.rs @@ -125,9 +125,9 @@ impl<I, O, H> std::fmt::Debug for Subscription<I, O, H> { /// - [`stopwatch`], a watch with start/stop and reset buttons showcasing how /// to listen to time. /// -/// [examples]: https://github.com/hecrj/iced/tree/0.2/examples -/// [`download_progress`]: https://github.com/hecrj/iced/tree/0.2/examples/download_progress -/// [`stopwatch`]: https://github.com/hecrj/iced/tree/0.2/examples/stopwatch +/// [examples]: https://github.com/hecrj/iced/tree/0.3/examples +/// [`download_progress`]: https://github.com/hecrj/iced/tree/0.3/examples/download_progress +/// [`stopwatch`]: https://github.com/hecrj/iced/tree/0.3/examples/stopwatch pub trait Recipe<Hasher: std::hash::Hasher, Event> { /// The events that will be produced by a [`Subscription`] with this /// [`Recipe`]. |