diff options
author | 2019-06-08 18:42:02 -0700 | |
---|---|---|
committer | 2019-06-08 18:42:02 -0700 | |
commit | 05eec02b62501a993462af8db5e9aa3678502073 (patch) | |
tree | 7809cfa79da30f6e17898604e8a651ac53426947 /docs/getting-started | |
parent | b6ccd2d1b90b6589d83c47ef77bd480cfff13d4f (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. Applies to flounder.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started')
-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 ## |