aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-06 14:51:32 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-06-08 18:00:48 -0700
commitd8cc4cde2c24a1167b48d370e86c468fcb1969a6 (patch)
treef2c27034e16cb23681e7161e9cb38fa4baf60c83
parent09972477b83116dcacbbc03eae610f6e951b6e61 (diff)
XDS How to Run: Fixed many borken links.
Amended to use formatting back-tics around the "http://8000..... " string. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: Id65c36a8f75dff235cfa070f8a71f5b3cd2efe56 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r--docs/part-2/1_xds-server/3_how-to-run.md12
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