From 4830a17d6567187c78dccc7a3348cc50b50e3c50 Mon Sep 17 00:00:00 2001 From: Theo Robinson <72149158+SynergyBest@users.noreply.github.com> Date: Sat, 22 Jan 2022 03:04:35 -0600 Subject: Fix links Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index 055c1b7a..137d134c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,7 +20,7 @@ The __[`main`](tour/src/main.rs)__ file contains all the code of the example! Al [`iced_wgpu`]: ../wgpu [`iced_web`]: https://github.com/iced-rs/iced_web [`winit`]: https://github.com/rust-windowing/winit -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu You can run the native version with `cargo run`: ``` -- cgit