diff options
Diffstat (limited to 'docs/getting-started/app-workflow-deploy-app.md')
-rw-r--r-- | docs/getting-started/app-workflow-deploy-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/app-workflow-deploy-app.md b/docs/getting-started/app-workflow-deploy-app.md index b79a06a..ef2b67b 100644 --- a/docs/getting-started/app-workflow-deploy-app.md +++ b/docs/getting-started/app-workflow-deploy-app.md @@ -23,7 +23,7 @@ Several general methods exist: * Use remote commands from a host over a network, such as `scp` (i.e. secure copy). * You can set up your build environment to leverage a procedure's - [application template](../../../../../docs/devguides/en/dev/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html) + [application template](../../../devguides/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html) (app-template). An app-template is an application framework that contains [CMake](https://cmake.org/) macros that abstract deploying the application. |