summaryrefslogtreecommitdiffstats
path: root/src/sandbox.rs
diff options
context:
space:
mode:
authorLibravatar Giuliano Bellini <100347457+GyulyVGC@users.noreply.github.com>2023-02-22 21:23:04 +0100
committerLibravatar GitHub <noreply@github.com>2023-02-22 21:23:04 +0100
commit4f41927155e7d4bc38497b0e298a0b23ccea6ca1 (patch)
tree70b7dbc1afdc62dfeaf42f0c62e8f4c01e407729 /src/sandbox.rs
parenta35d6d2e4d59f71309f31c87ea5150959d639185 (diff)
parent666f3cd143047e49a010f0c97eabc7136f92aa35 (diff)
downloadiced-4f41927155e7d4bc38497b0e298a0b23ccea6ca1.tar.gz
iced-4f41927155e7d4bc38497b0e298a0b23ccea6ca1.tar.bz2
iced-4f41927155e7d4bc38497b0e298a0b23ccea6ca1.zip
Merge branch 'iced-rs:master' into master
Diffstat (limited to '')
-rw-r--r--src/sandbox.rs22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/sandbox.rs b/src/sandbox.rs
index 31e861ed..e8ed0f81 100644
--- a/src/sandbox.rs
+++ b/src/sandbox.rs
@@ -34,19 +34,19 @@ use crate::{Application, Command, Element, Error, Settings, Subscription};
/// - [`tour`], a simple UI tour that can run both on native platforms and the
/// web!
///
-/// [The repository has a bunch of examples]: https://github.com/iced-rs/iced/tree/0.7/examples
-/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.7/examples/bezier_tool
-/// [`counter`]: https://github.com/iced-rs/iced/tree/0.7/examples/counter
-/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.7/examples/custom_widget
-/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.7/examples/geometry
-/// [`pane_grid`]: https://github.com/iced-rs/iced/tree/0.7/examples/pane_grid
-/// [`progress_bar`]: https://github.com/iced-rs/iced/tree/0.7/examples/progress_bar
-/// [`styling`]: https://github.com/iced-rs/iced/tree/0.7/examples/styling
-/// [`svg`]: https://github.com/iced-rs/iced/tree/0.7/examples/svg
-/// [`tour`]: https://github.com/iced-rs/iced/tree/0.7/examples/tour
+/// [The repository has a bunch of examples]: https://github.com/iced-rs/iced/tree/0.8/examples
+/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.8/examples/bezier_tool
+/// [`counter`]: https://github.com/iced-rs/iced/tree/0.8/examples/counter
+/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.8/examples/custom_widget
+/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.8/examples/geometry
+/// [`pane_grid`]: https://github.com/iced-rs/iced/tree/0.8/examples/pane_grid
+/// [`progress_bar`]: https://github.com/iced-rs/iced/tree/0.8/examples/progress_bar
+/// [`styling`]: https://github.com/iced-rs/iced/tree/0.8/examples/styling
+/// [`svg`]: https://github.com/iced-rs/iced/tree/0.8/examples/svg
+/// [`tour`]: https://github.com/iced-rs/iced/tree/0.8/examples/tour
/// [`Canvas widget`]: crate::widget::Canvas
/// [the overview]: index.html#overview
-/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.7/wgpu
+/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.8/wgpu
/// [`Svg` widget]: crate::widget::Svg
/// [Ghostscript Tiger]: https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg
///