Skip to content

Commit b1affb7

Browse files
authored
Update the links to the validation documentation (#310)
1 parent 25ca8fc commit b1affb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapters/validation_overview.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ The Khronos Validation Layer used to consist of multiple layers but now has been
5353
The Validation Layers are constantly being updated and improved so it is always possible to grab the source and link:https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/main/BUILD.md[build it yourself]. In case you want a prebuilt version there are various options for all supported platforms:
5454

5555
* **Android** - Binaries are link:https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases[released on GitHub] with most up to date version. The NDK will also comes with the Validation Layers built and link:https://developer.android.com/ndk/guides/graphics/validation-layer[information on how to use them].
56-
* **Linux** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/linux/validation_layers.html[Linux].
57-
* **MacOS** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/mac/validation_layers.html[MacOS].
58-
* **Windows** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/windows/validation_layers.html[Windows].
56+
* **Linux** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html[Linux].
57+
* **MacOS** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/mac/khronos_validation_layer.html[MacOS].
58+
* **Windows** - The link:https://vulkan.lunarg.com/sdk/home[Vulkan SDK] comes with the Validation Layers built and instructions on how to use them on link:https://vulkan.lunarg.com/doc/sdk/latest/windows/khronos_validation_layer.html[Windows].
5959

6060
== Breaking Down a Validation Error Message
6161

0 commit comments

Comments
 (0)