docs: fix bad link in layers/README.md
authorKarl Schultz <karl@lunarg.com>
Wed, 24 Feb 2016 17:57:40 +0000 (10:57 -0700)
committerKarl Schultz <karl@lunarg.com>
Wed, 24 Feb 2016 17:57:40 +0000 (10:57 -0700)
layers/README.md

index b6dc298e7cb2bba63826839f1d8096e08f0751b5..57a6f8ebf2d170ef525e6c2f1f05c605262d5555 100644 (file)
@@ -69,7 +69,7 @@ layers/device_limits.cpp (name=VK_LAYER_LUNARG_device_limits) - This layer is in
 
 3. Create a vk_layer_settings.txt file in the same directory to specify how your layers should behave.
 
-    Model it after the following example:  [*vk_layer_settings.txt*](layers/vk_layer_settings.txt)
+    Model it after the following example:  [*vk_layer_settings.txt*](vk_layer_settings.txt)
 
 4. Specify which Layers to activate by using
 vkCreateDevice and/or vkCreateInstance or environment variables.