diff options
author | 2022-01-31 21:21:44 +0700 | |
---|---|---|
committer | 2022-01-31 21:21:44 +0700 | |
commit | 12060f823f9d519de2c61c7590b6e847e4b702e8 (patch) | |
tree | 9869cc1ca341ee53a3e994a1cb4e923e2e4aa4df /examples/tour/README.md | |
parent | 1a737b8e20c079cae44d9cace9ec1a55acb99070 (diff) | |
download | iced-12060f823f9d519de2c61c7590b6e847e4b702e8.tar.gz iced-12060f823f9d519de2c61c7590b6e847e4b702e8.tar.bz2 iced-12060f823f9d519de2c61c7590b6e847e4b702e8.zip |
Point `iced_web` links to the new standalone repository
Diffstat (limited to '')
-rw-r--r-- | examples/tour/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tour/README.md b/examples/tour/README.md index f380931a..e7cd2d5c 100644 --- a/examples/tour/README.md +++ b/examples/tour/README.md @@ -14,7 +14,7 @@ The __[`main`]__ file contains all the code of the example! All the cross-platfo [`iced_winit`]: ../../winit [`iced_native`]: ../../native [`iced_wgpu`]: ../../wgpu -[`iced_web`]: ../../web +[`iced_web`]: https://github.com/iced-rs/iced_web [`winit`]: https://github.com/rust-windowing/winit [`wgpu`]: https://github.com/gfx-rs/wgpu-rs @@ -25,4 +25,4 @@ cargo run --package tour The web version can be run by following [the usage instructions of `iced_web`] or by accessing [iced.rs](https://iced.rs/)! -[the usage instructions of `iced_web`]: ../../web#usage +[the usage instructions of `iced_web`]: https://github.com/iced-rs/iced_web#usage |