From cce59875ae30809ddffd56a70c46f7dd1136ba60 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Tue, 16 Apr 2019 16:15:36 +0200 Subject: docs/usage: fix broken link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I660560f31b3885de78c43b9da9ceae66d80451dc Signed-off-by: Clément Bénier --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index a746599..2291829 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -85,4 +85,4 @@ set(PKG_REQUIRED_LIST ``` Or you can also use the [FIND_PACKAGE](https://cmake.org/cmake/help/v3.6/command/find_package.html?highlight=find_package) -CMake command to add it if you don't use the [cmake-apps-module](../cmakeafbtemplates/0_Abstract.html) +CMake command to add it if you don't use the [cmake-apps-module](../cmakeafbtemplates/dev_guide/cmake-overview.html) -- cgit 1.2.3-korg