diff --git a/Getting-Started.md b/Getting-Started.md index 7ab8b79..4a68576 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -25,7 +25,7 @@ For various reasons, our examples are very raw: we don't load fancy fonts and ge ## Compiling/Linking -- (1) Decide if you want to use `master` or [`docking`](https://github.com/ocornut/imgui/issues/2109) branch. Both are maintained, you can easily switch later. +- (1) Decide if you want to use `master` or [`docking`](https://github.com/ocornut/imgui/wiki/Docking) branch. Both are maintained, you can easily switch later. - (2) Pull the repository into a submodule of your project, or simply download/copy the repository in yours and commit it. - (3) Add files to your project or build system of your choice, so they get compiled and linked into your app. - Add all source files in the root folder: `imgui/{*.cpp,*.h}`.