aboutsummaryrefslogtreecommitdiffstats
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
parent24cc127a60543926cdf506ed12f64eaed04f854a (diff)
Update references to helloworld migrated to gerritsandbox/claneys/helloworld-updated
Change-Id: I46d5f2426ca806f722b13bbc94833da51f5b6fd3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--docs/part-1/4-2_build-first-app-cmd.md2
-rw-r--r--docs/part-1/5-2_debug-first-app-cmd.md4
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
# <for now, you can only do this step using xds HTML dashboard (see xds-server doc)>