summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-prep-app.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/app-workflow-prep-app.md')
-rw-r--r--docs/getting-started/app-workflow-prep-app.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started/app-workflow-prep-app.md b/docs/getting-started/app-workflow-prep-app.md
index 4c017d2..7985a6a 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](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1-1_install-xds-server-docker.html)
+ * **Container:** [Installation based on Docker container](../../../../../docs/devguides/en/dev/reference/xds/part-1/1-1_install-xds-server-docker.html)
- * **Virtual Machine:** [Installation based on Virtual Machine appliance](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1-2_install-xds-server-vm.html)
+ * **Virtual Machine:** [Installation based on Virtual Machine appliance](../../../../../docs/devguides/en/dev/reference/xds/part-1/1-2_install-xds-server-vm.html)
- * **Native:** [Native installation](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1-3_install-xds-server-native.html)
+ * **Native:** [Native installation](../../../../../docs/devguides/en/dev/reference/xds/part-1/1-3_install-xds-server-native.html)
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](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/1_install-client.html)"
+ "[Installing XDS Client Tools](../../../../../docs/devguides/en/dev/reference/xds/part-1/2_install-client.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](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/3_install-sdks.html)"
+ "[Installing AGL SDKs](../../../../../docs/devguides/en/dev/reference/xds/part-1/3_install-sdks.html)"
section for information on using both.
## Installing a stand-alone SDK ##
@@ -49,5 +49,5 @@ and then use XDS to install the SDK:
For information, see the
"[App development SDK for Intel Minnowboard](https://wiki.automotivelinux.org/agl-distro/developer_resources_intel_apps)"
Wiki article and the
- "[AGL SDK Quick Setup](http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html)"
+ "[AGL SDK Quick Setup](../../../../../docs/getting_started/en/dev/reference/setup-sdk-environment.html)"
section for steps on how to work with a stand-alone SDK.