From 75a27d5e34777ba3b9995584f4f57d94aff4a885 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Mon, 19 Oct 2020 17:39:51 +0200 Subject: [PATCH] readme: correct links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 067b8b8..df8595a 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ Notes: * [CImGui.jl](https://github.com/Gnimuc/CImGui.jl) * [odin-imgui](https://github.com/ThisDrunkDane/odin-imgui) * [DerelictImgui](https://github.com/Extrawurst/DerelictImgui) -* [BindBC-CimGui](https://github.com/MrcSnm/bindbc-cimgui +* [BindBC-CimGui](https://github.com/MrcSnm/bindbc-cimgui) * [imgui-rs](https://github.com/Gekkio/imgui-rs) * [imgui-pas](https://github.com/dpethes/imgui-pas) # C examples based on cimgui -* [sdl2_opengl3] (https://github.com/cimgui/cimgui/tree/docking_inter/backend_test) +* [sdl2_opengl3](https://github.com/cimgui/cimgui/tree/docking_inter/backend_test) * [sdl2-cimgui-demo](https://github.com/haxpor/sdl2-cimgui-demo) * [cimgui_c_sdl2_example](https://github.com/canoi12/cimgui_c_sdl2_example/) * [cimgui-c-example](https://github.com/peko/cimgui-c-example) with GLFW