diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-08 18:29:43 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-08 18:29:43 -0700 |
commit | 484c4c81ce685cf1191d47ff300d682de28cb248 (patch) | |
tree | ca612b75dffb2b2ee383a03238f192012a6a05db | |
parent | a216ea0e2e67b571926bf978c393ec51de02b9d9 (diff) |
getting started -> develop app - fixed link
Fixed several broken links in the "Getting Started" area under
"Developing an Application" under "Get Ready to Create Your
Application". Links had old file names.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r-- | docs/getting-started/app-workflow-prep-app.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/getting-started/app-workflow-prep-app.md b/docs/getting-started/app-workflow-prep-app.md index 31b1686..9603147 100644 --- a/docs/getting-started/app-workflow-prep-app.md +++ b/docs/getting-started/app-workflow-prep-app.md @@ -22,11 +22,11 @@ and then use XDS to install the SDK: Three install types exist: container, virtual machine, or native. Follow the steps from the appropriate section to install and start an XDS server: - * **Container:** [Installation based on Docker container](../../../devguides/reference/xds/part-1/1-1_install-xds-server-docker.html) + * **Container:** [Docker Container](../../../devguides/reference/xds/part-1/server-part.html#docker-container) - * **Virtual Machine:** [Installation based on Virtual Machine appliance](../../../devguides/reference/xds/part-1/1-2_install-xds-server-vm.html) + * **Virtual Machine:** [VirtualBox Appliance](../../../devguides/reference/xds/part-1/server-part.html#virtualbox-appliance) - * **Native:** [Native installation](../../../devguides/reference/xds/part-1/1-3_install-xds-server-native.html) + * **Native:** [Native](../../../devguides/reference/xds/part-1/server-part.html#native) 2. **Install the XDS Client Tools** The XDS Agent (``xds-agent``) needs to run on your build host. The agent interfaces with a Command-line Interpretor (CLI) tool (``xds-cli``) and an @@ -34,13 +34,13 @@ and then use XDS to install the SDK: Installation involves making sure you have the correct packages installed on the build host. Follow the steps in the - "[Installing XDS Client Tools](../../../devguides/reference/xds/part-1/2_install-client.html)" + "[Client Part](../../../devguides/reference/xds/part-1/client-part.html)" section to install the XDS client tools and learn how to start the agent. 3. **Install the SDK:** Once you have XDS up, you need to install the SDK using either the command line or the Dashboard. See the - "[Installing AGL SDKs](../../../devguides/reference/xds/part-1/3_install-sdks.html)" + "[AGL SDKs](../../../devguides/reference/xds/part-1/install-sdk.html)" section for information on using both. ## Installing a Stand-Alone SDK ## |