Point documentation links to 0.14 branch
This commit is contained in:
parent
8d7aac96d7
commit
a90f523e71
9 changed files with 12 additions and 12 deletions
|
|
@ -178,7 +178,7 @@ impl<T> Subscription<T> {
|
|||
/// Check out the [`websocket`] example, which showcases this pattern to maintain a `WebSocket`
|
||||
/// connection open.
|
||||
///
|
||||
/// [`websocket`]: https://github.com/iced-rs/iced/tree/master/examples/websocket
|
||||
/// [`websocket`]: https://github.com/iced-rs/iced/tree/0.14/examples/websocket
|
||||
pub fn run<S>(builder: fn() -> S) -> Self
|
||||
where
|
||||
S: Stream<Item = T> + MaybeSend + 'static,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue