From 0983ba1cad44c2e3f836c85ae08dadfb2d54492a Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Mon, 1 Aug 2022 14:42:46 +0700 Subject: [PATCH] Use absolute urls for images to be displayed correctly on pypi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 248e4c9..1b6c25e 100644 --- a/README.md +++ b/README.md @@ -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)