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. --- ECOSYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ECOSYSTEM.md') diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a0501324..86581e4a 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -87,7 +87,7 @@ Finally, [`iced`] unifies everything into a simple abstraction to create cross-p [`iced`]: .. [`futures`]: https://github.com/rust-lang/futures-rs [`glow`]: https://github.com/grovesNL/glow -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu [`winit`]: https://github.com/rust-windowing/winit [`glutin`]: https://github.com/rust-windowing/glutin [`dodrio`]: https://github.com/fitzgen/dodrio -- cgit