diff options
author | Pierre MARZIN <pierre.marzin@iot.bzh> | 2019-04-10 11:10:47 +0200 |
---|---|---|
committer | Pierre MARZIN <pierre.marzin@iot.bzh> | 2019-04-10 15:36:04 +0200 |
commit | 8768d636d5fdaaf28cc03cde6182f50d2b264772 (patch) | |
tree | f76a27b62bed44e732b535ff732cdddc80a7d013 /docs/2_The_test_widget.md | |
parent | ff6499bbf033a140e9bef196fe3da0bf659913e2 (diff) |
docs: Correct some links
Change-Id: I8d9f7912c0f0995ca339a9625474a9210ac4d9bd
Signed-off-by: Pierre MARZIN <pierre.marzin@iot.bzh>
Diffstat (limited to 'docs/2_The_test_widget.md')
-rw-r--r-- | docs/2_The_test_widget.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/2_The_test_widget.md b/docs/2_The_test_widget.md index 19d77a1..8d7eb07 100644 --- a/docs/2_The_test_widget.md +++ b/docs/2_The_test_widget.md @@ -6,7 +6,7 @@ Now that the test tree has been created, in each directory you have to create a `CMakeLists.txt` file to hold the CMake's target definition. For each target you need to specify a **LABELS** depending on the purpose of the files for each directory. There are more explanations about using the *cmake-apps-module* (the -former *app-templates* submodule) in the [documentation website](http://docs.automotivelinux.org/docs/devguides/en/dev/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html#using-cmake-template-macros). +former *app-templates* submodule) in the [documentation website](http://docs.automotivelinux.org/master/docs/devguides/en/dev/reference/cmakeafbtemplates/3_advanced_usage.html#using-cmake-template-macros). Here is a cheat sheet to map the **LABELS** target for each classic test tree directory: |