aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/5-2_debug-first-app-cmd.md
diff options
context:
space:
mode:
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)>