diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-04-15 15:43:18 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-16 15:46:21 +0000 |
commit | b39e838a7bd55ffba439ab4edae339e3bc515972 (patch) | |
tree | ac5d88798210e51b1643b06ff5897a7153d92804 /docs | |
parent | 88c1af3153d4c58a47ab30f21ccbbfb9575c44d5 (diff) |
documentation: fix broken links in site
- move to relative links
Change-Id: Ie7ab2fd3423e4f19abe32484cb0834b9560b76f6
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/0_Installation.md | 2 | ||||
-rw-r--r-- | docs/2_The_test_widget.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/0_Installation.md b/docs/0_Installation.md index 6013a37..5688dd1 100644 --- a/docs/0_Installation.md +++ b/docs/0_Installation.md @@ -1,6 +1,6 @@ # Installation -[Setup the pre-requisite](http://docs.automotivelinux.org/guppy/docs/devguides/en/dev/reference/host-configuration/docs/1_Prerequisites.html). +[Verify Your Build Host](../../../devguides/reference/1-verify-build-host.html). Use the following command-line to get the `afb-test` binding and all its dependencies. diff --git a/docs/2_The_test_widget.md b/docs/2_The_test_widget.md index ae72af0..29a1cec 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/guppy/docs/devguides/en/dev/reference/cmakeafbtemplates/3_advanced_usage.html#using-cmake-template-macros). +former *app-templates* submodule) in the [documentation website](../../../devguides/reference/cmakeafbtemplates/dev_guide/advanced-usage.html). Here is a cheat sheet to map the **LABELS** target for each classic test tree directory: |