summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-build-app.md
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-08 18:57:20 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-06-08 18:57:20 -0700
commit685e39318fd441ae69ae41071528d6e10cf50f1f (patch)
tree61b017d8bb036504ee61be2082284d28176698e7 /docs/getting-started/app-workflow-build-app.md
parent05eec02b62501a993462af8db5e9aa3678502073 (diff)
Getting Started -> devel app: Fixed broken links
Several broken links existed in the "flounder" version of this file due to file name changes. I fixed them. 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.md6
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 518d773..85364b7 100644
--- a/docs/getting-started/app-workflow-build-app.md
+++ b/docs/getting-started/app-workflow-build-app.md
@@ -9,7 +9,7 @@ A simple application you can experiment with is the standard
"hello world" application.
For information on how to get set up and then clone the Git repository
for the "Hello World" application, see the
-"[Setup](../../../devguides/reference/xds/part-1/4-1_build-first-app-setup.html)"
+"[Get the Source Files](../../../devguides/reference/xds/part-1/create-app-get-source-files.html)"
section.
Key to developing an application suited for your target hardware is the
@@ -30,12 +30,12 @@ The following list describes several:
* Use the XDS command line tool.
For information on how to build the "Hello World" application using the XDS
command line, see the
- "[Build using command line tool](../../../devguides/reference/xds/part-1/4-2_build-first-app-cmd.html)"
+ "[Build Using the Command Line](../../../devguides/reference/xds/part-1/create-app-build-cmd-line.html)"
section.
* Use the XDS Dashboard.
For information on how to build the application using the XDS Dashboard, see the
- "[Build using XDS Dashboard](../../../devguides/reference/xds/part-1/4-3_build-first-app-dashboard.html)"
+ "[Build Using the XDS Dashboard](../../../devguides/reference/xds/part-1/create-app-build-dashboard.html)"
section.
* **Build the Application Using a Stand-Alone SDK:**