summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-05-06 13:40:01 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-05-06 13:40:01 -0700
commitdcc9e5cf9d3ac5910bcff38d2df3551fed849e7f (patch)
tree34adb56440a1c7aebca3389e6fc4557d2ce7e970 /docs
parent44e751332601692f7a1e2310e45a29806070c780 (diff)
Fixed broken links in "Get Ready to Create your Application"
Links adjusted for differently named files. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/app-workflow-prep-app.md10
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 ##