From 12060f823f9d519de2c61c7590b6e847e4b702e8 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 31 Jan 2022 21:21:44 +0700 Subject: Point `iced_web` links to the new standalone repository --- examples/README.md | 4 ++-- examples/tour/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/README.md b/examples/README.md index c6d2d949..055c1b7a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ The __[`main`](tour/src/main.rs)__ file contains all the code of the example! Al [`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 @@ -29,7 +29,7 @@ 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 ## [Todos](todos) A todos tracker inspired by [TodoMVC]. It showcases dynamic layout, text input, checkboxes, scrollables, icons, and async actions! It automatically saves your tasks in the background, even if you did not finish typing them. 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 -- cgit