diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-29 12:57:30 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-29 12:57:30 -0700 |
commit | 8e5063847abe9f5ab2bf37d118a292cec3e8bb61 (patch) | |
tree | 4290bc20f4d296d7c4b4631cf68b3e23063149cb /docs/getting-started/app-workflow-build-app.md | |
parent | 83bd353da3cebb7cd8d31f9a6f79ee9b7f90b82f (diff) |
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 <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started/app-workflow-build-app.md')
-rw-r--r-- | docs/getting-started/app-workflow-build-app.md | 6 |
1 files changed, 3 insertions, 3 deletions
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. |