From: Ronan Le Martret Date: Tue, 29 Aug 2017 10:54:10 +0000 (+0200) Subject: fix image link X-Git-Tag: v0.1.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-gdb.git;a=commitdiff_plain;h=212adfdaaeef33df181a0e916f2b79c7d2d78d61 fix image link Signed-off-by: Ronan Le Martret --- 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