Skip to content

Commit 0983ba1

Browse files
committed
Use absolute urls for images
to be displayed correctly on pypi
1 parent 8049654 commit 0983ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Install this plugin to the python environment in which the debugger runs.
1717

1818
## Screenshots
1919
### PyCharm Debugger without this plugin
20-
![PyCharm Debugger without pydevd-odoo](images/without-pydevd-odoo.png)
20+
![PyCharm Debugger without pydevd-odoo](https://raw.githubusercontent.com/odoo-ide/pydevd-odoo/master/images/without-pydevd-odoo.png)
2121
### PyCharm Debugger with this plugin
22-
![PyCharm Debugger with pydevd-odoo](images/with-pydevd-odoo.png)
22+
![PyCharm Debugger with pydevd-odoo](https://raw.githubusercontent.com/odoo-ide/pydevd-odoo/master/images/with-pydevd-odoo.png)

0 commit comments

Comments
 (0)