From 6fd3e9232e76a8654292a868496bb052df092403 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Tue, 16 Apr 2019 15:42:23 +0200 Subject: app-workflow-deploy-app: fix broken link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I50a0a06c8f1cb0ba95da6419651b24eadfa60051 Signed-off-by: Clément Bénier --- docs/getting-started/app-workflow-deploy-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg