settings: Add whitepaper link
diff --git a/docs/Configuring-Vulkan-Layers-Whitepaper.pdf b/docs/Configuring-Vulkan-Layers-Whitepaper.pdf
new file mode 100644
index 0000000..411a4a5
--- /dev/null
+++ b/docs/Configuring-Vulkan-Layers-Whitepaper.pdf
Binary files differ
diff --git a/docs/layer_configuration.md b/docs/layer_configuration.md
index 50e46ad..46b8a57 100644
--- a/docs/layer_configuration.md
+++ b/docs/layer_configuration.md
@@ -38,7 +38,9 @@
 2. vk_layer_settings.txt
 3. `VK_EXT_layer_settings`
 
-**Guideline: Settings which are unknown by the layer will be ignored independently of the method. It's the responsibility of the layer developer to ensure backward compatibility with previous versions of the layer. This is to ensure the list of layer settings remain stable across versions and that the responsibility of handling layer backward compatibility doesn't fall on Vulkan application developers as this could quickly become untrackable.**.
+For more information, read the [Vulkan Layers whitepaper](https://github.com/KhronosGroup/Vulkan-Profiles/tree/main/doc/Configuring-Vulkan-Layers-Whitepaper.pdf).
+
+Guideline: Settings which are unknown by the layer will be ignored independently of the method. It's the responsibility of the layer developer to ensure backward compatibility with previous versions of the layer. This is to ensure the list of layer settings remain stable across versions and that the responsibility of handling layer backward compatibility doesn't fall on Vulkan application developers as this could quickly become untrackable..
 
 ## Configuring Vulkan Layers using the *Vulkan API*