diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-04-16 16:15:36 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2019-04-16 16:15:36 +0200 |
commit | cce59875ae30809ddffd56a70c46f7dd1136ba60 (patch) | |
tree | 9dc04c7fe8438905435dcbb279bcdce39b02b7d4 | |
parent | 71ba4250bd50cc5873e987ece088206358eb9369 (diff) |
docs/usage: fix broken link
Change-Id: I660560f31b3885de78c43b9da9ceae66d80451dc
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | docs/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |