aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-06 15:03:05 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-06-08 18:10:23 -0700
commitc870c7ffa9aa2235352f819f2edf7cf15322a3e5 (patch)
tree27174727e27190857bdfba3e777a263a0d283136
parent3d3c2f1f49ef3647a54115e4b88b5551ec6ec30c (diff)
XDS How to Run: Fixed many broken links.
Amended to use formatting back-tics around the "http://8000.... " string. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: I1ffbf9e4b9b4c891afee01324622f533e0b46d86 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r--docs/part-2/1_xds-server/3_how-to-run.md14
1 files changed, 7 insertions, 7 deletions
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<br> 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