Update ICD links in BUILD.md.
authorPeter Gal <pgal.u-szeged@partner.samsung.com>
Fri, 7 Aug 2015 11:38:58 +0000 (13:38 +0200)
committerPeter Gal <pgal.u-szeged@partner.samsung.com>
Fri, 7 Aug 2015 12:06:39 +0000 (14:06 +0200)
Update the ICD loader configuration links in the BUILD.md to point
to the master branch.

BUILD.md

index d9ec7b9..ecb76c2 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -75,7 +75,7 @@ make
 To run VK programs you must tell the icd loader where to find the libraries.
 This is described in a specification in the Khronos documentation Git
 repository.  See the file:
-https://gitlab.khronos.org/vulkan/vulkan/blob/lunarg-sdk-0.2/ecosystem/LinuxICDs.txt
+https://gitlab.khronos.org/vulkan/vulkan/blob/master/ecosystem/LinuxICDs.txt
 
 This specification describes both how ICDs and layers should be properly
 packaged, and how developers can point to ICDs and layers within their builds.
@@ -181,7 +181,7 @@ VK programs must be able to find and use the VK.dll libary. Make sure it is eith
 To run VK programs you must tell the icd loader where to find the libraries.
 This is described in a specification in the Khronos documentation Git
 repository.  See the file:
-https://gitlab.khronos.org/vulkan/vulkan/blob/lunarg-sdk-0.2/ecosystem/WindowsICDs.txt
+https://gitlab.khronos.org/vulkan/vulkan/blob/master/ecosystem/WindowsICDs.txt
 
 This specification describes both how ICDs and layers should be properly
 packaged, and how developers can point to ICDs and layers within their builds.