aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-04-15 15:43:18 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-16 15:46:31 +0000
commitfe1043783f7b188a6a581e0cf0b34d34181f8662 (patch)
tree41bd2e9a85a969461ae67cd7b4f4caaf9a4d45a3
parentde541a41ee4088bc0b1072cc4bf981c8d330400f (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>
-rw-r--r--README.md2
-rw-r--r--docs/0_Installation.md2
-rw-r--r--docs/2_The_test_widget.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52e1c19..1c5c345 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# Binding tester
-You'll find the doc [here](http://docs.automotivelinux.org/docs/apis_services/en/dev/reference/afb-test/Installation.html) \ No newline at end of file
+You'll find the doc [here](http://docs.automotivelinux.org/docs/en/flounder/apis_services/reference/afb-test/0_Installation.html)
diff --git a/docs/0_Installation.md b/docs/0_Installation.md
index d4a388b..08c9738 100644
--- a/docs/0_Installation.md
+++ b/docs/0_Installation.md
@@ -1,6 +1,6 @@
# Installation
-[Setup the pre-requisite](http://docs.automotivelinux.org/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 afd4c6d..5570073 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](2_4-Use-app-templates.html#using-cmake-template-macros).
+former *app-templates* submodule) in the [documentation website](../../../devguides/reference/2_4-Use-app-templates/README.html).
Here is a cheat sheet to map the **LABELS** target for each classic test tree
directory: