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 8c92efad..b505f3cc 100644 --- a/native/src/subscription.rs +++ b/native/src/subscription.rs @@ -184,7 +184,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.7/examples/websocket +/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.8/examples/websocket pub fn unfold<I, T, Fut, Message>( id: I, initial: T, |