Fix outdated 0.13 links in documentation
This commit is contained in:
parent
fd891f0e3f
commit
92d08bcc10
7 changed files with 10 additions and 22 deletions
|
|
@ -4,7 +4,7 @@
|
|||
//!
|
||||
//! `iced_runtime` takes [`iced_core`] and builds a native runtime on top of it.
|
||||
//!
|
||||
//! [`iced_core`]: https://github.com/iced-rs/iced/tree/0.13/core
|
||||
//! [`iced_core`]: https://github.com/iced-rs/iced/tree/master/core
|
||||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
|
||||
)]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ use crate::core::{
|
|||
/// The [`integration`] example uses a [`UserInterface`] to integrate Iced in an
|
||||
/// existing graphical application.
|
||||
///
|
||||
/// [`integration`]: https://github.com/iced-rs/iced/tree/0.13/examples/integration
|
||||
/// [`integration`]: https://github.com/iced-rs/iced/tree/master/examples/integration
|
||||
pub struct UserInterface<'a, Message, Theme, Renderer> {
|
||||
root: Element<'a, Message, Theme, Renderer>,
|
||||
base: layout::Node,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue