From 2163d90c76090b36dd08c32c29a42bb4e6a416c0 Mon Sep 17 00:00:00 2001 From: Andy Russell Date: Sun, 1 Aug 2021 17:11:19 -0400 Subject: [PATCH] update link to wgpu users wiki --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index 21c6d5ce86..4c6663c78e 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -4,7 +4,7 @@ wgpu-rs is an idiomatic Rust wrapper over [wgpu-core](https://github.com/gfx-rs/ wgpu-rs can target both the natively supported backends and WASM directly. -See our [gallery](https://wgpu.rs/#showcase) and the [wiki page](https://github.com/gfx-rs/wgpu-rs/wiki/Applications-and-Libraries) for the list of libraries and applications using `wgpu-rs`. +See our [gallery](https://wgpu.rs/#showcase) and the [wiki page](https://github.com/gfx-rs/wgpu/wiki/Users) for the list of libraries and applications using `wgpu-rs`. ## Usage