From 8e5063847abe9f5ab2bf37d118a292cec3e8bb61 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Oct 2018 12:57:30 -0700 Subject: Application Development Workflow Links: Converted existing links in the application development workflow MD files to use relative paths rather than hard-coded https:// paths. Signed-off-by: Scott Rifenbark --- docs/getting-started/app-workflow-build-app.md | 6 +++--- docs/getting-started/app-workflow-deploy-app.md | 4 ++-- docs/getting-started/app-workflow-prep-app.md | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/getting-started/app-workflow-build-app.md b/docs/getting-started/app-workflow-build-app.md index bb4a687..dc478b1 100644 --- a/docs/getting-started/app-workflow-build-app.md +++ b/docs/getting-started/app-workflow-build-app.md @@ -9,15 +9,15 @@ This section uses XDS and the standard “hello world” application. 1. **Setup and Clone the Hello World Repository:** For information on how to get set up and then clone the Git repository for the "Hello World" application, see the - "[Setup](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-1_build-first-app-setup.html)" + "[Setup](../../../../../docs/devguides/en/dev/reference/xds/part-1/4-1_build-first-app-setup.html)" section. 2. **Build the Application:** For information on how to build the "Hello World" application using the XDS command line, see the - "[Build using command line tool](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-2_build-first-app-cmd.html)" + "[Build using command line tool](../../../../../docs/devguides/en/dev/reference/xds/part-1/4-2_build-first-app-cmd.html)" section. For information on how to build the application using the XDS Dashboard, see the - "[Build using XDS Dashboard](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/4-3_build-first-app-dashboard.html)" + "[Build using XDS Dashboard](../../../../../docs/devguides/en/dev/reference/xds/part-1/4-3_build-first-app-dashboard.html)" section. diff --git a/docs/getting-started/app-workflow-deploy-app.md b/docs/getting-started/app-workflow-deploy-app.md index 43727b3..f40c3aa 100644 --- a/docs/getting-started/app-workflow-deploy-app.md +++ b/docs/getting-started/app-workflow-deploy-app.md @@ -1,9 +1,9 @@ # Deploy the Application to the Board # You can set up your build environment to leverage a procedure's -[application template](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html) +[application template](../../../../../docs/devguides/en/dev/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html) (app-template). -An app-template is a application framework that contains +An app-template is an application framework that contains [CMake](https://cmake.org/) macros that abstract deploying the application. For example, with a proper build environment, you can run the following to deploy your application: 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. -- cgit 1.2.3-korg