diff options
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index cc0e8a2..15f58b9 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -146,7 +146,7 @@ xds-gdb -x target/gdb-on-root@myTarget.ini ``` <!-- note --> -> **Note** : [helloworld-native-application](https://github.com/iotbzh/helloworld-native-application) project is an AGL +> **Note:** : [helloworld-native-application](https://github.com/iotbzh/helloworld-native-application) project is an AGL project based on [app-templates](https://git.automotivelinux.org/apps/app-templates/) (included as a git submodule). This CMake templating, used to develop application with the AGL Application Framework, will automatically generate makefile rules |