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. --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wgpu/README.md') diff --git a/wgpu/README.md b/wgpu/README.md index 11e9cc0a..50440baf 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -21,7 +21,7 @@ Currently, `iced_wgpu` supports the following primitives: [documentation]: https://docs.rs/iced_wgpu [`iced_native`]: ../native -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu [WebGPU API]: https://gpuweb.github.io/gpuweb/ [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph -- cgit