Point repository links to 0.4 branch in documentation

This commit is contained in:
Héctor Ramón Jiménez 2022-04-30 13:54:07 +02:00
parent a17a7103d3
commit ac35fe3edf
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
17 changed files with 55 additions and 55 deletions

View file

@ -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: