From c870c7ffa9aa2235352f819f2edf7cf15322a3e5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 6 Jun 2019 15:03:05 -0700 Subject: XDS How to Run: Fixed many broken links. Amended to use formatting back-tics around the "http://8000.... " string. Signed-off-by: Scott Rifenbark Change-Id: I1ffbf9e4b9b4c891afee01324622f533e0b46d86 Signed-off-by: Scott Rifenbark --- docs/part-2/1_xds-server/3_how-to-run.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/part-2/1_xds-server/3_how-to-run.md b/docs/part-2/1_xds-server/3_how-to-run.md index 4e56f3f..c99c468 100644 --- a/docs/part-2/1_xds-server/3_how-to-run.md +++ b/docs/part-2/1_xds-server/3_how-to-run.md @@ -5,7 +5,7 @@ been integrated into AGL SDK docker container. >**Note:** For more info about AGL SDK docker container, please refer to -[AGL SDK Quick Setup](http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html) +[AGL SDK Quick Setup](../../../../../getting_started/reference/getting-started/docker-container-setup.html) ## Start xds-server @@ -13,10 +13,10 @@ There are several way to install xds-server and start-up depend of installation | Installation type | Supported
host OS | Start-up | Install instructions | |-------------------|-------------------------|---------------------------------------------------|----------------------| -| Docker container | Linux or MacOS | Automatic based on systemd user service | [see Installation based on Docker container](../../part-1/1-1_install-xds-server-docker.html) | -| Virtual Machine | Linux, MacOS or Windows | Automatic based on systemd user service | [see Installation based on VirtualBox appliance](../../part-1/1-2_install-xds-server-vm.html) | -| Native | Linux | Automatic based on systemd user service or manual | [see Native installation](../../part-1/1-3_install-xds-server-native.html) | -| Native | MacOS or Windows | Manually | [see Native installation](../../part-1/1-3_install-xds-server-native.html) | +| Docker container | Linux or MacOS | Automatic based on systemd user service | [see Installation based on Docker container](../../part-1/server-part.html#docker-container) | +| Virtual Machine | Linux, MacOS or Windows | Automatic based on systemd user service | [see Installation based on VirtualBox appliance](../../part-1/server-part.html#virtualbox-appliance) | +| Native | Linux | Automatic based on systemd user service or manual | [see Native installation](../../part-1/server-part.html#native) | +| Native | MacOS or Windows | Manually | [see Native installation](../../part-1/server-part.html#native) | ### Automatic start-up based on systemd user service @@ -91,7 +91,7 @@ for example to change logging level or select another configuration file. REST API based url is `http://localhost:8000/api/v1/` when XDS server is running on your host (localhost) and basic web-application is available at -[http://localhost:8000](http://localhost:8000). +`http://localhost:8000`. Just replace `localhost` by the host name or ip when `xds-server` is running on another host. @@ -167,7 +167,7 @@ and to understand how to add support of a new SDK family. ### Install a new SDK -Please refer to [Installing AGL SDKs](../../part-1/3_install-sdks.html) chapter. +Please refer to [Installing AGL SDKs](../../part-1/install-sdk.html) chapter. ### Un-install a SDK from command line -- cgit 1.2.3-korg