From bd838505ecd0bb3f99ff8de575420b37937668bd Mon Sep 17 00:00:00 2001 From: Donald Whyte Date: Sun, 25 Oct 2020 08:19:27 +0000 Subject: [PATCH] Update Vulkan SDK download link so it's directly linked to the main download page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa69fcd75..acf152202 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Given Kompute is expected to be used across a broad range of architectures and h #### Required dependencies -The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://www.lunarg.com/vulkan-sdk/). +The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://vulkan.lunarg.com/). #### Optional dependencies