aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-08-29 12:54:10 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-08-29 12:54:10 +0200
commit212adfdaaeef33df181a0e916f2b79c7d2d78d61 (patch)
tree3a9829189cf6bbd7099c67efbf8fdf919492fd49
parent73833e2a96919f46a464f25835d1a236739a5928 (diff)
fix image link
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--README.md4
1 files 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