summaryrefslogtreecommitdiffstats
path: root/src/sandbox.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:54:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:54:07 +0200
commitac35fe3edf78c1674fe85b37549002e006b0ff13 (patch)
treea44b86d0160262fd011416adce61ef603474e99d /src/sandbox.rs
parenta17a7103d382f02c64e7b271d953ea6babffac97 (diff)
downloadiced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.gz
iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.bz2
iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.zip
Point repository links to `0.4` branch in documentation
Diffstat (limited to 'src/sandbox.rs')
-rw-r--r--src/sandbox.rs22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/sandbox.rs b/src/sandbox.rs
index 2306c650..177c43f9 100644
--- a/src/sandbox.rs
+++ b/src/sandbox.rs
@@ -35,19 +35,19 @@ use crate::{
/// - [`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/hecrj/iced/tree/0.3/examples
-/// [`bezier_tool`]: https://github.com/hecrj/iced/tree/0.3/examples/bezier_tool
-/// [`counter`]: https://github.com/hecrj/iced/tree/0.3/examples/counter
-/// [`custom_widget`]: https://github.com/hecrj/iced/tree/0.3/examples/custom_widget
-/// [`geometry`]: https://github.com/hecrj/iced/tree/0.3/examples/geometry
-/// [`pane_grid`]: https://github.com/hecrj/iced/tree/0.3/examples/pane_grid
-/// [`progress_bar`]: https://github.com/hecrj/iced/tree/0.3/examples/progress_bar
-/// [`styling`]: https://github.com/hecrj/iced/tree/0.3/examples/styling
-/// [`svg`]: https://github.com/hecrj/iced/tree/0.3/examples/svg
-/// [`tour`]: https://github.com/hecrj/iced/tree/0.3/examples/tour
+/// [The repository has a bunch of examples]: https://github.com/hecrj/iced/tree/0.4/examples
+/// [`bezier_tool`]: https://github.com/hecrj/iced/tree/0.4/examples/bezier_tool
+/// [`counter`]: https://github.com/hecrj/iced/tree/0.4/examples/counter
+/// [`custom_widget`]: https://github.com/hecrj/iced/tree/0.4/examples/custom_widget
+/// [`geometry`]: https://github.com/hecrj/iced/tree/0.4/examples/geometry
+/// [`pane_grid`]: https://github.com/hecrj/iced/tree/0.4/examples/pane_grid
+/// [`progress_bar`]: https://github.com/hecrj/iced/tree/0.4/examples/progress_bar
+/// [`styling`]: https://github.com/hecrj/iced/tree/0.4/examples/styling
+/// [`svg`]: https://github.com/hecrj/iced/tree/0.4/examples/svg
+/// [`tour`]: https://github.com/hecrj/iced/tree/0.4/examples/tour
/// [`Canvas widget`]: crate::widget::Canvas
/// [the overview]: index.html#overview
-/// [`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.3/wgpu
+/// [`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.4/wgpu
/// [`Svg` widget]: crate::widget::Svg
/// [Ghostscript Tiger]: https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg
///