diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-04-15 17:22:06 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2019-04-15 17:22:06 +0200 |
commit | d59af25033ad3cc8e0b9b1254708f0f862f4c6e6 (patch) | |
tree | 72f1d0fefe3d99220c8bec375a53df550840a88f /docs/getting-started | |
parent | e6c887c8a169cc54adebb33a8509b66926e85bc0 (diff) |
app-workflow-deploy-app: fix broken link
Change-Id: I66054c45b9f70ca3db3b4a1a739498361a55529b
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs/getting-started')
-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. |