aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre MARZIN <pierre.marzin@iot.bzh>2019-04-10 11:10:47 +0200
committerPierre MARZIN <pierre.marzin@iot.bzh>2019-04-10 15:37:32 +0200
commit68bcccc5d68d177551214324c68e7d770cd977c7 (patch)
tree1d9286e9384bdf6b630b44e3be2180c812a36bb4
parentd80c2350ecf7ae0c629cab97c31c80ede49d88be (diff)
docs: Correct some links
Use Guppy branch of documentation. Change-Id: Ie450a03a0812f743dffad3ec7c045b3c26c50d3f Signed-off-by: Pierre MARZIN <pierre.marzin@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..aa38e81 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/guppy/docs/apis_services/en/dev/reference/afb-test/Installation.html)
diff --git a/docs/0_Installation.md b/docs/0_Installation.md
index 088f4e0..6013a37 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).
+[Setup the pre-requisite](http://docs.automotivelinux.org/guppy/docs/devguides/en/dev/reference/host-configuration/docs/1_Prerequisites.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 19d77a1..0dff9a8 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/guppy/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: