From 675f91e9cda30f4550a953e5b2ae0465662b679a Mon Sep 17 00:00:00 2001 From: Umbreon Date: Thu, 11 Nov 2021 21:41:52 +0000 Subject: [PATCH] Fix broken vulkan-tutorial link in README.md (#492) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bef027..1ad40d9 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ cargo run --bin texture ### Examples -* [vulkan-tutorial-rust](https://github.com/Usami-Renko/vulkan-tutorial-rust) - A port of [vulkan-tutorial.com](vulkan-tutorial.com). +* [vulkan-tutorial-rust](https://github.com/Usami-Renko/vulkan-tutorial-rust) - A port of [vulkan-tutorial.com](https://vulkan-tutorial.com). * [ash-sample-progression](https://github.com/bzm3r/ash-sample-progression) - A port of the LunarG examples. * [ash-nv-rt](https://github.com/gwihlidal/ash-nv-rt) A raytracing example for ash.