aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/5-2_debug-first-app-cmd.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-12-11 18:02:15 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-11 18:04:37 +0100
commitea18551f21627d005844e808e5cb58abb149f4f0 (patch)
tree520537969e608918f8a7b5031dddf5f42ed81154 /docs/part-1/5-2_debug-first-app-cmd.md
parent24cc127a60543926cdf506ed12f64eaed04f854a (diff)
Update references to helloworld migrated to gerritsandbox/claneys/helloworld-updated
Change-Id: I46d5f2426ca806f722b13bbc94833da51f5b6fd3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/part-1/5-2_debug-first-app-cmd.md')
-rw-r--r--docs/part-1/5-2_debug-first-app-cmd.md4
1 files changed, 2 insertions, 2 deletions
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
# <for now, you can only do this step using xds HTML dashboard (see xds-server doc)>