From d59af25033ad3cc8e0b9b1254708f0f862f4c6e6 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 15 Apr 2019 17:22:06 +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: I66054c45b9f70ca3db3b4a1a739498361a55529b Signed-off-by: Clément Bénier --- docs/getting-started/app-workflow-deploy-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit 1.2.3-korg