diff --git a/data/README.md b/data/README.md index 07d6359b..6ed024d3 100644 --- a/data/README.md +++ b/data/README.md @@ -9,7 +9,7 @@ Examples that require assets from this pack will have a note in the header: /* * Vulkan Example * -* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) +* Note: Requires the separate asset pack (see data/README.md) * */ ``` diff --git a/hdr/hdr.cpp b/hdr/hdr.cpp index 8342c1b2..c9133e07 100644 --- a/hdr/hdr.cpp +++ b/hdr/hdr.cpp @@ -1,7 +1,7 @@ /* * Vulkan Example - HDR * -* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) +* Note: Requires the separate asset pack (see data/README.md) * * Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de * diff --git a/pbribl/pbribl.cpp b/pbribl/pbribl.cpp index 0582a93a..ca734286 100644 --- a/pbribl/pbribl.cpp +++ b/pbribl/pbribl.cpp @@ -1,7 +1,7 @@ /* * Vulkan Example - Physical based rendering with image based lighting * -* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) +* Note: Requires the separate asset pack (see data/README.md) * * Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de *