diff options
Diffstat (limited to '')
-rw-r--r-- | native/src/subscription.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/subscription.rs b/native/src/subscription.rs index d24801d4..c60b1281 100644 --- a/native/src/subscription.rs +++ b/native/src/subscription.rs @@ -155,7 +155,7 @@ where /// Check out the [`websocket`] example, which showcases this pattern to maintain a WebSocket /// connection open. /// -/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.5/examples/websocket +/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.6/examples/websocket pub fn unfold<I, T, Fut, Message>( id: I, initial: T, |