From 292760b23ee13ac1361baf9c956905e40a7c1431 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Tue, 16 Apr 2019 15:52:21 +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: Ie6d89d9eb9c430863359cef4868f26d6a20ee410 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..e3a93f9 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/2_4-Use-app-templates/README.html) (app-template). An app-template is an application framework that contains [CMake](https://cmake.org/) macros that abstract deploying the application. -- cgit