summaryrefslogtreecommitdiffstats
path: root/futures
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-06-22 12:19:38 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-22 12:19:38 +0200
commitb62fcca9b956ae11ec4f267656204fe38aa27ea9 (patch)
tree5d5627e614a5c4cf0f1102fb4bc3800b6456cfd1 /futures
parent94ee2566c4f16531c5303b185461c832b9a1e848 (diff)
parent83d19689c80266874e0a26085f17a94fd3507e1e (diff)
downloadiced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.gz
iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.bz2
iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.zip
Merge pull request #915 from yusdacra/docs/update-links
docs: update all 0.2 github links to 0.3
Diffstat (limited to 'futures')
-rw-r--r--futures/src/subscription.rs6
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`].