diff options
author | 2022-05-02 20:25:47 +0200 | |
---|---|---|
committer | 2022-05-02 20:26:59 +0200 | |
commit | aecbd46123eb556fa1193cdf3b9eb96cfd4beff2 (patch) | |
tree | 9ffff308126e082ccde00694b7cb550309b3ea6f /src/application.rs | |
parent | e7d595c7de3854e165fd68f05ab2292cae69dbc4 (diff) | |
download | iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.gz iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.bz2 iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.zip |
Replace `hecrj` in links with `iced-rs`
Diffstat (limited to 'src/application.rs')
-rw-r--r-- | src/application.rs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/application.rs b/src/application.rs index c5434c24..11735b93 100644 --- a/src/application.rs +++ b/src/application.rs @@ -37,15 +37,15 @@ use crate::{Color, Command, Element, Executor, Settings, Subscription}; /// to listen to time. /// - [`todos`], a todos tracker inspired by [TodoMVC]. /// -/// [The repository has a bunch of examples]: https://github.com/hecrj/iced/tree/0.4/examples -/// [`clock`]: https://github.com/hecrj/iced/tree/0.4/examples/clock -/// [`download_progress`]: https://github.com/hecrj/iced/tree/0.4/examples/download_progress -/// [`events`]: https://github.com/hecrj/iced/tree/0.4/examples/events -/// [`game_of_life`]: https://github.com/hecrj/iced/tree/0.4/examples/game_of_life -/// [`pokedex`]: https://github.com/hecrj/iced/tree/0.4/examples/pokedex -/// [`solar_system`]: https://github.com/hecrj/iced/tree/0.4/examples/solar_system -/// [`stopwatch`]: https://github.com/hecrj/iced/tree/0.4/examples/stopwatch -/// [`todos`]: https://github.com/hecrj/iced/tree/0.4/examples/todos +/// [The repository has a bunch of examples]: https://github.com/iced-rs/iced/tree/0.4/examples +/// [`clock`]: https://github.com/iced-rs/iced/tree/0.4/examples/clock +/// [`download_progress`]: https://github.com/iced-rs/iced/tree/0.4/examples/download_progress +/// [`events`]: https://github.com/iced-rs/iced/tree/0.4/examples/events +/// [`game_of_life`]: https://github.com/iced-rs/iced/tree/0.4/examples/game_of_life +/// [`pokedex`]: https://github.com/iced-rs/iced/tree/0.4/examples/pokedex +/// [`solar_system`]: https://github.com/iced-rs/iced/tree/0.4/examples/solar_system +/// [`stopwatch`]: https://github.com/iced-rs/iced/tree/0.4/examples/stopwatch +/// [`todos`]: https://github.com/iced-rs/iced/tree/0.4/examples/todos /// [`Sandbox`]: crate::Sandbox /// [`Canvas`]: crate::widget::Canvas /// [PokéAPI]: https://pokeapi.co/ |