From a43288f0f11402e80dd478a1e4a0813d31369200 Mon Sep 17 00:00:00 2001 From: Mason Remaley Date: Sat, 29 Nov 2025 02:29:51 -0800 Subject: [PATCH] Fixes links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d7597..395dadf 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Generated at build time from the JSON generated by [dear_bindings](https://githu ## Which version of Dear ImGui is built? -The docking branch, for the exact version see [build.zig.con](/blob/main/build.zig.zon). See Dear ImGui's [readme](https://github.com/ocornut/imgui) for info on the various Dear ImGui branches. +The docking branch, for the exact version see [build.zig.con](/build.zig.zon). See Dear ImGui's [readme](https://github.com/ocornut/imgui) for info on the various Dear ImGui branches. ## Which version of Zig is targeted? -See [build.zig.con](/blob/main/build.zig.zon). For previous Zig versions, see [releases](/releases). +See [build.zig.con](/build.zig.zon). For previous Zig versions, see [releases](https://github.com/Games-by-Mason/dear_imgui_zig/releases). ## How to use Dear ImGui