From c2e5bcfa3326e80e4ddd7eeb36fe3652ebd800eb Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 7 Feb 2019 17:48:06 +0100 Subject: Fix broken references/links Change-Id: I7e7b6eccb94b7e4ab6228598529e94051513d985 Signed-off-by: Sebastien Douheret --- docs/part-1/1-1_install-xds-server-docker.md | 9 +++++++-- docs/part-1/1-3_install-xds-server-native.md | 2 +- docs/part-1/4_build-first-app.md | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/part-1/1-1_install-xds-server-docker.md b/docs/part-1/1-1_install-xds-server-docker.md index 5b30ca5..3589774 100644 --- a/docs/part-1/1-1_install-xds-server-docker.md +++ b/docs/part-1/1-1_install-xds-server-docker.md @@ -20,6 +20,11 @@ Docker is installed on the host machine, please refer to [Docker documentation]( >sudo groupadd docker >sudo usermod -aG docker $USER ># Log out and log back in so that your group membership is re-evaluated +> +># You may also need to start docker service manually +>sudo service docker start +># or +>sudo systemctl start docker >``` > @@ -120,7 +125,7 @@ f67079db4339 docker.automotivelinux.org/agl/worker-xds:5.0 "/usr/bin/wa >} >``` > ->See also [xds-agent configuration](../part-2/1_xds-agent/1_config.html) chapter for >more details. +>See also [xds-agent configuration](../part-2/2_xds-agent/2_config.html) chapter for >more details. ### Manually setup docker user id @@ -192,5 +197,5 @@ ssh -p 2222 devel@localhost journalctl --user --unit=xds-server.service --output to next chapter named [Installing AGL SDKs](./3_install-sdks.html) -Please refer to [xds-server configuration](../part-2/1_xds-server/1_config.html) chapter for additional info about xds-server settings. +Please refer to [xds-server configuration](../part-2/1_xds-server/2_config.html) chapter for additional info about xds-server settings. diff --git a/docs/part-1/1-3_install-xds-server-native.md b/docs/part-1/1-3_install-xds-server-native.md index 77ef9f8..4a52b55 100644 --- a/docs/part-1/1-3_install-xds-server-native.md +++ b/docs/part-1/1-3_install-xds-server-native.md @@ -51,7 +51,7 @@ sudo zypper install python3 **Optional step**: skip this chapter if you plan to use default settings -Please refer to [Configuration chapter of xds-server](../part-2/1_xds-server/1_config.html) +Please refer to [Configuration chapter of xds-server](../part-2/1_xds-server/2_config.html) documentation for more details about JSON configuration file. ## Start/Stop xds-server diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md index 34f895b..637a6ab 100644 --- a/docs/part-1/4_build-first-app.md +++ b/docs/part-1/4_build-first-app.md @@ -2,10 +2,10 @@ ## Prerequisites -- `xds-agent` is running locally on your machine - (see previous chapter: [Installing XDS client tools](./1_install-client.html) ) - `xds-server` is running locally in a docker container or is accessible on your - network (see previous chapter: [Installing XDS server](./2_install-xds-server.html)) + network (see previous chapter: [Installing XDS server](./1_install-xds-server.html)) +- `xds-agent` is running locally on your machine + (see previous chapter: [Installing XDS client tools](./2_install-client.html) ) - one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html)) - XDS configuration is correct: in other words, connection is correctly established between `xds-agent` and `xds-server` and no error message is -- cgit 1.2.3-korg