From ea18551f21627d005844e808e5cb58abb149f4f0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 11 Dec 2018 18:02:15 +0100 Subject: Update references to helloworld migrated to gerrit Change-Id: I46d5f2426ca806f722b13bbc94833da51f5b6fd3 Signed-off-by: Romain Forlot --- docs/part-1/4-2_build-first-app-cmd.md | 2 +- docs/part-1/5-2_debug-first-app-cmd.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/part-1/4-2_build-first-app-cmd.md b/docs/part-1/4-2_build-first-app-cmd.md index c878d08..89bd96f 100644 --- a/docs/part-1/4-2_build-first-app-cmd.md +++ b/docs/part-1/4-2_build-first-app-cmd.md @@ -23,7 +23,7 @@ using `xds-cli` tool and `projects list` command (short: `prj ls`): ```bash xds-cli prj ls ID Label LocalPath -f9904f70-d441-11e7-8c59-3c970e49ad9b Project_helloworld-service /home/seb/xds-workspace/helloworld-service +f9904f70-d441-11e7-8c59-3c970e49ad9b Project_agl-service-helloworld /home/seb/xds-workspace/agl-service-helloworld 4021617e-ced0-11e7-acd2-3c970e49ad9b Project_helloworld-native-application /home/seb/xds-workspace/helloworld-native-application ``` diff --git a/docs/part-1/5-2_debug-first-app-cmd.md b/docs/part-1/5-2_debug-first-app-cmd.md index d35b4b2..3555bec 100644 --- a/docs/part-1/5-2_debug-first-app-cmd.md +++ b/docs/part-1/5-2_debug-first-app-cmd.md @@ -26,8 +26,8 @@ Here is an example to build and debug a project based on CMakefile and ```bash # Go into your project directory (for example helloworld-native-application) cd ~/xds-workspace -git clone https://github.com/iotbzh/helloworld-native-application.git -cd helloworld-service +git clone https://gerrit.automotivelinux.org/gerrit/apps/agl-service-helloworld +cd agl-service-helloworld # Declare your project on xds-server # -- cgit 1.2.3-korg