Use absolute urls for images

to be displayed correctly on pypi
This commit is contained in:
Trinh Anh Ngoc
2022-08-01 14:42:46 +07:00
parent 8049654cc2
commit 0983ba1cad

View File

@@ -17,6 +17,6 @@ Install this plugin to the python environment in which the debugger runs.
## Screenshots
### PyCharm Debugger without this plugin
![PyCharm Debugger without pydevd-odoo](images/without-pydevd-odoo.png)
![PyCharm Debugger without pydevd-odoo](https://raw.githubusercontent.com/odoo-ide/pydevd-odoo/master/images/without-pydevd-odoo.png)
### PyCharm Debugger with this plugin
![PyCharm Debugger with pydevd-odoo](images/with-pydevd-odoo.png)
![PyCharm Debugger with pydevd-odoo](https://raw.githubusercontent.com/odoo-ide/pydevd-odoo/master/images/with-pydevd-odoo.png)