diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-06 14:32:15 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-07 18:15:27 -0700 |
commit | aaea7843a22aa108b81aeee524a3f77ff3958eb2 (patch) | |
tree | 0b0f2f3c01fc7c852fa9eaabe2ce7e52a17f4213 /docs | |
parent | 51d98a7f40986e040a45e817a45f10224eb46385 (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: Iafb19aaef824e0839a92f68684ca80dc1b1ac8a3
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/part-2/1_xds-server/3_how-to-run.md | 12 |
1 files changed, 6 insertions, 6 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 88fda21..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 @@ -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 |