diff --git a/Bindings.md b/Bindings.md
index 50fac35..b318c91 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -15,7 +15,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp
| JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) |
| Julia | **CImGui.jl**: Julia wrapper for cimgui
https://github.com/Gnimuc/CImGui.jL |
| Lua | **LuaJIT-ImGui**: LuaJIT ffi binding for imgui and implementations
https://github.com/sonoro1234/LuaJIT-ImGui
**imgui_lua_bindings**: imgui bindings for lua (also see LÖVE binding)
https://github.com/patrickriordan/imgui_lua_bindings
**lua-ffi-bindings**: FFI bindings for LuaJIT
https://github.com/thenumbernine/lua-ffi-bindings |
-| Nim | **nimgui**: cimgui bindings for Nim
https://github.com/zacharycarter/nimgui |
+| Nim | **nim-imgui**: cimgui bindings for Nim
https://github.com/nimgl/imgui |
| Odin | **odin_dear_imgui**: Odin binding for Dear ImGui
https://github.com/ThisDrunkDane/odin-dear_imgui |
| Pascal | **imgui-pas**: pascal bindings for imgui
https://github.com/dpethes/imgui-pas |
| PureBasic | **pb-cimgui**: PureBasic interface to CImGui Wrapper
https://github.com/hippyau/pb-cimgui |
@@ -48,7 +48,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12,
| LÖVE+LUA | **love-imgui**: https://github.com/slages/love-imgui |
| Magnum | **magnum-integration**: https://github.com/mosra/magnum-integration, [doc](https://doc.magnum.graphics/magnum/namespaceMagnum_1_1ImGuiIntegration.html), [example](https://doc.magnum.graphics/magnum/examples-imgui.html) |
| NanoRT | https://github.com/syoyo/imgui/tree/nanort/examples/raytrace_example |
-| Nim Game Lib | https://github.com/lmariscal/nimgl |
+| Nim Game Lib | https://github.com/nimgl/nimgl |
| px_render | **px_render_imgui.h**: https://github.com/pplux/px/blob/master/px_render_imgui.h (was [#1935](https://github.com/ocornut/imgui/pull/1935)) |
| Qt | **imgui-qt3d**: https://github.com/alpqr/imgui-qt3d
**QOpenGLWindow (qtimgui)**: [#1910](https://github.com/ocornut/imgui/issues/1910), **QtDirect3D**: https://github.com/giladreich/QtDirect3D, qt6: https://github.com/alpqr/qvk6/tree/imgui/examples/rhi/imguidemo |
| SFML | **imgui-sfml**: https://github.com/eliasdaler/imgui-sfml |