Skip to content

Commit

Permalink
docs: fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 16, 2019
1 parent 6b16cba commit 72cb037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/imgui/README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 72cb037

Please sign in to comment.