diff --git a/Getting-Started.md b/Getting-Started.md index a6e4caa..7173a37 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -604,7 +604,7 @@ Note that there may be additional calls required surrounding this depending on t ## Once you are setup... - Run `ImGui::ShowDemoWindow()`. Browse imgui_demo.cpp to find how things are done. -- You may also refer to @pthom's [interactive imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html) which matches the output of the demo window with corresponding source code. +- You may also refer to @pthom's [imgui_explorer](https://pthom.github.io/imgui_explorer) which matches the output of the demo window with corresponding source code. - Use [Item Picker](https://github.com/ocornut/imgui/wiki/Debug-Tools) to easily debug break into the code of a given item. - Read [Wiki](https://github.com/ocornut/imgui/wiki) for more. - You may edit `imconfig.h` or use `#define IMGUI_USER_CONFIG \"my_imconfig.h\"` to use compile-time configuration features.