diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-04-16 15:42:23 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2019-04-16 15:42:23 +0200 |
commit | 6fd3e9232e76a8654292a868496bb052df092403 (patch) | |
tree | 91fd955b3396329d2213218cf378edc9c1b2a18f | |
parent | 19ff402d77d0cdae0259bd059d0970f5c354c587 (diff) |
app-workflow-deploy-app: fix broken link
Change-Id: I50a0a06c8f1cb0ba95da6419651b24eadfa60051
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-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 ef2b67b..7706ba1 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](../../../devguides/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html) + [application template](../../../devguides/reference/cmakeafbtemplates/dev_guide/using-cmake.html) (app-template). An app-template is an application framework that contains [CMake](https://cmake.org/) macros that abstract deploying the application. |