Skip to content

Commit dc0662a

Browse files
committed
Fix broken link to source file of this chapter
1 parent 9f3bf9f commit dc0662a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/03_Drawing/02_Rendering_and_presentation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ renderPassInfo.pDependencies = &dependency;
352352
The `VkRenderPassCreateInfo` struct has two fields to specify an array of dependencies.
353353

354354
The above is completely optional and not reproduced in the
355-
link:../../../attachments/15_hello_triangle.cpp[demo code.]
355+
link:/attachments/15_hello_triangle.cpp[demo code.]
356356

357357
== Presentation
358358

0 commit comments

Comments
 (0)