From 212adfdaaeef33df181a0e916f2b79c7d2d78d61 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 29 Aug 2017 12:54:10 +0200 Subject: [PATCH] fix image link Signed-off-by: Ronan Le Martret --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 676407e..c05af0f 100644 --- a/README.md +++ b/README.md @@ -164,11 +164,11 @@ To enable native debugging mode, you need to define `XDS_NATIVE_GDB` variable. __Netbeans 8.x :__ Open menu Tools -> Options Then open C/C++ tab, in "Build Tools" sub-tab, click on "Add" button: -![Add new tool panel](/docs/images/nb_newtool.jpg) +![Add new tool panel](./docs/images/nb_newtool.jpg) Then, you should set *Debugger Command* to point to xds-gdb -![Add new tool panel](/docs/images/nb_xds_options.jpg) +![Add new tool panel](./docs/images/nb_xds_options.jpg) ### Others IDE -- 2.16.6