From 89c511653ef66cdbc8cb4db54f8024fe1193ea59 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Mon, 6 Jul 2020 05:06:59 +0200 Subject: [PATCH] Fix incorrect link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa71835..b60ce6e 100644 --- a/README.md +++ b/README.md @@ -232,5 +232,5 @@ Upon compilation, glslc is then invoked to compile each shader, and the result i A partial implementation of https://vulkan-tutorial.org is implemented in [examples/triangle.zig](examples/triangle.zig). This example can be ran by executing `zig build run-triangle` in vulkan-zig's root. ## See also -* (Outdated) implementation of https://vulkan-triangle.org using translate-c: https://github.com/andrewrk/zig-vulkan-triangle. +* (Outdated) implementation of https://vulkan-tutorial.org using translate-c: https://github.com/andrewrk/zig-vulkan-triangle. * Alternative binding generator: https://github.com/SpexGuy/Zig-Vulkan-Headers