From 6dbbc0bd7a32c3e4329b9e2a555aa794caf7d5dc Mon Sep 17 00:00:00 2001 From: memoryruins Date: Fri, 24 Jul 2020 18:45:05 -0400 Subject: [PATCH] [rs] Fix the link to friend apllications in the readme The current link brings one to a "Create new page" form for the wiki instead of the intended page. --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index 6e81934ab4..5adfb03996 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -81,7 +81,7 @@ For now, the shaders can be compiled to SPIR-V by running `make`, which requires ## Friends -See [our wiki](https://github.com/gfx-rs/wgpu-rs/wiki/Applications) for the list of libraries and applications using `wgpu`. +See [our wiki](https://github.com/gfx-rs/wgpu-rs/wiki/Applications-and-Libraries) for the list of libraries and applications using `wgpu`. ## Development