From dcc9e5cf9d3ac5910bcff38d2df3551fed849e7f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 May 2019 13:40:01 -0700 Subject: Fixed broken links in "Get Ready to Create your Application" Links adjusted for differently named files. Signed-off-by: Scott Rifenbark --- docs/getting-started/app-workflow-prep-app.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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 ## -- cgit 1.2.3-korg