diff --git a/README.md b/README.md index da76587..91c4fc6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ by Pawel Lapinski Source code examples for "API without Secrets: Introduction to Vulkan" tutorial which can be found at: -https://software.intel.com/en-us/ +https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-preface Special thanks to Slawomir Cygan for help and for patiently answering my many, many questions! @@ -31,4 +31,4 @@ Here I present render pass, framebuffer and pipeline objects which are necessary #### Buffers, images and fences -This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects and fences. \ No newline at end of file +This tutorial shows how to set up vertex attributes and bind buffer with vertex data. Here we also create images, memory objects and fences.