Skip to content

Commit 537c2ed

Browse files
committed
Update link to point to attachments folder in github repo
Antora does not serve arbitrary files, that link would lead to a 403 - forbidden page
1 parent afa478c commit 537c2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ everything works.
271271
I will assume that you already have some basic experience with CMake, like
272272
how variables and rules work. If not, you can get up to speed very quickly with https://cmake.org/cmake/help/book/mastering-cmake/cmake/Help/guide/tutorial/[this tutorial].
273273

274-
You can now use the link:/attachments/[attachments] directory in this tutorial
274+
You can now use the link:https://github.com/KhronosGroup/Vulkan-Tutorial/tree/main/attachments[attachments] directory in this tutorial
275275
as a template for your Vulkan projects. Make a copy, rename it to something like `HelloTriangle`
276276
and remove all the code in `main.cpp`.
277277

0 commit comments

Comments
 (0)