From e1d6f0dd31b1963b12f2783e6ddb7384cffd8bd3 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Thu, 9 May 2019 21:49:51 +0200 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9413374..9d1c53f 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ cargo run --bin texture ## A thanks to * [Api with no secrets](https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-part-1) -* [Vulkan tutorial](http://av.dfki.de/~jhenriques/development.html) +* [Vulkan tutorial](http://jhenriques.net/development.html) * [Vulkan examples](https://github.com/SaschaWillems/Vulkan) * [Vulkan tutorial](https://vulkan-tutorial.com/) * [Vulkano](https://github.com/tomaka/vulkano/)