diff --git a/examples/imgui/README.md b/examples/imgui/README.md index 149ce48398..9a287dd366 100644 --- a/examples/imgui/README.md +++ b/examples/imgui/README.md @@ -1,6 +1,6 @@ # imgui -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/feature/imgui/assets/screenshots/imgui-demo.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/screenshots/imgui-demo.png) [Live demo](http://demo.thi.ng/umbrella/imgui/) diff --git a/packages/imgui/README.md b/packages/imgui/README.md index 42f65d905a..d37e23551a 100644 --- a/packages/imgui/README.md +++ b/packages/imgui/README.md @@ -27,7 +27,7 @@ This project is part of the ## About -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/feature/imgui/assets/screenshots/imgui-all.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/screenshots/imgui-all.png) Currently still somewhat bare-bones, but already usable & customizable [immediate mode GUI](https://github.com/ocornut/imgui#references) implementation, @@ -136,7 +136,7 @@ The `GridLayout` class supports infinite nesting and column/row-based space allocation, based on an initial configuration and supporting multiple column/row spans. -![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/feature/imgui/assets/imgui-layout.png) +![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/imgui-layout.png) The code producing this structure: