Skip to content

Commit 1fe80c2

Browse files
authored
Update README.md
1 parent 16a32ab commit 1fe80c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
<p align="center">
55
<a href="https://jchanvfx.github.io/NodeGraphQt" target="_blank">
6-
<img src="/docs/_images/logo.png" title="logo">
6+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/logo.png" title="logo">
77
</a>
88
</p>
99

1010
``NodeGraphQt`` is a node graph UI framework for `PySide2` that can be implemented and re-purposed into
1111
applications.
1212

13-
<img src="/docs/_images/screenshot.png" width="100%" title="NodeGraphQt">
13+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/screenshot.png" width="100%" title="NodeGraphQt">
1414

1515

1616
## Documentation
@@ -26,16 +26,16 @@ https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_overview.html#simple
2626

2727
https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_pipe.html#layout-direction
2828

29-
<img src="/docs/_images/vertical_layout.png" width="800" title="Vertical Layout">
29+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/vertical_layout.png" width="800" title="Vertical Layout">
3030

3131
## Pipe Layout
3232

3333
https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_pipe.html#layout-styles
3434

35-
<img src="/docs/_images/pipe_layout_types.gif" width="600" title="Pipe Layout">
35+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/pipe_layout_types.gif" width="600" title="Pipe Layout">
3636

3737
## Custom Widgets
3838

3939
https://jchanvfx.github.io/NodeGraphQt/api/html/custom_widgets.html
4040

41-
<img src="/docs/_images/prop_bin.png" width="600" title="Properties Bin">
41+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/prop_bin.png" width="600" title="Properties Bin">

0 commit comments

Comments
 (0)