Point repository links to 0.4 branch in documentation
This commit is contained in:
parent
a17a7103d3
commit
ac35fe3edf
17 changed files with 55 additions and 55 deletions
|
|
@ -51,10 +51,10 @@ use std::marker::PhantomData;
|
|||
/// - [`solar_system`], an animated solar system drawn using the [`Canvas`] widget
|
||||
/// and showcasing how to compose different transforms.
|
||||
///
|
||||
/// [examples]: https://github.com/hecrj/iced/tree/master/examples
|
||||
/// [`clock`]: https://github.com/hecrj/iced/tree/master/examples/clock
|
||||
/// [`game_of_life`]: https://github.com/hecrj/iced/tree/master/examples/game_of_life
|
||||
/// [`solar_system`]: https://github.com/hecrj/iced/tree/master/examples/solar_system
|
||||
/// [examples]: https://github.com/hecrj/iced/tree/0.4/examples
|
||||
/// [`clock`]: https://github.com/hecrj/iced/tree/0.4/examples/clock
|
||||
/// [`game_of_life`]: https://github.com/hecrj/iced/tree/0.4/examples/game_of_life
|
||||
/// [`solar_system`]: https://github.com/hecrj/iced/tree/0.4/examples/solar_system
|
||||
///
|
||||
/// ## Drawing a simple circle
|
||||
/// If you want to get a quick overview, here's how we can draw a simple circle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue