diff options
author | 2022-01-22 03:04:35 -0600 | |
---|---|---|
committer | 2022-02-07 23:13:25 +0700 | |
commit | 4830a17d6567187c78dccc7a3348cc50b50e3c50 (patch) | |
tree | bf22b83d1de7c2ef83636ae986f9f4afbe961b7e /ECOSYSTEM.md | |
parent | 880671e104f6ee33040f3dfe8c7b735a1e70031d (diff) | |
download | iced-4830a17d6567187c78dccc7a3348cc50b50e3c50.tar.gz iced-4830a17d6567187c78dccc7a3348cc50b50e3c50.tar.bz2 iced-4830a17d6567187c78dccc7a3348cc50b50e3c50.zip |
Fix links
Change dead links to updated ones.
Change/Convert all file links to relative links so they are branch
agnostic.
Diffstat (limited to '')
-rw-r--r-- | ECOSYSTEM.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |