Updated README.md to link to documentation.
diff --git a/README.md b/README.md
index 2ae0be8..ff73db3 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
 
 This is a README file for Vulkan Memory Allocator library and accompanying sample application.
 
-**License:** MIT. See [LICENSE.txt](LICENSE.txt).
+**Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).
 
-**Documentation:** Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h).
+**License:** MIT. See [LICENSE.txt](LICENSE.txt).