From 943e2ace99a7cb9c91cf4f452d12d5587c375bd9 Mon Sep 17 00:00:00 2001 From: Andy Russell Date: Sun, 1 Aug 2021 02:06:45 -0400 Subject: [PATCH] update link to WebGPU wiki --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index 15ebd59970..21c6d5ce86 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -45,7 +45,7 @@ The following environment variables can be used to configure how the framework e #### Run Examples on the Web (`wasm32-unknown-unknown`) -See [wiki article](https://github.com/gfx-rs/wgpu-rs/wiki/Running-on-the-Web-with-WebGPU-and-WebGL). +See [wiki article](https://github.com/gfx-rs/wgpu/wiki/Running-on-the-Web-with-WebGPU-and-WebGL). ## Shaders