From 1ec60449f226050d6cb07f6546b6e7dbdc5a9fd9 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 15 Apr 2019 14:54:53 +0200 Subject: documentation: fix broken links in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use relative links Change-Id: Ic8d85e6cad82e272d136b2bc4c9a1f965b101fbc Signed-off-by: Clément Bénier --- docs/2-Installation.md | 2 +- docs/3-Usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 0d05f9b2..6b3204fd 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -7,7 +7,7 @@ framework version >= 0.6. It will produce a _application-generated.cpp_ file to paste in the source, _CAN-binder/low-can-binding/binding/_, directory. -* Make sure you already set up the AGL SDK using the following [SDK Quick Setup Guide](http://docs.iot.bzh/docs/getting_started/en/dev/reference/setup-sdk-environment.html). Alternatively, please refer to official guides available on [AGL Developer Site](http://docs.automotivelinux.org/docs/devguides/en/dev/#guides). +* Make sure you already set up the AGL SDK using the following [Download or Build Your SDK Installer](../../../getting_started/reference/getting-started/app-workflow-sdk.html). Alternatively, please refer to official guides available on [AGL Developer Site](../../../devguides). If you need to have the graphic stack inside your SDK, you have to prepare your environment with the **iotbzh**, or **Daring Dab** flavor using _prepare_meta_ tool. To do so, run the following command in your docker image in the step 4 in place of `... [ prepare build environment ] ...`: diff --git a/docs/3-Usage.md b/docs/3-Usage.md index 4c0f8206..daeca878 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -141,7 +141,7 @@ afm-util run low-can-service@4.0 ``` You can find instructions to use afm-util tool -[here](http://docs.iot.bzh/docs/apis_services/en/dev/reference/af-main/afm-daemons.html#using-afm-util), +[here](../../reference/af-main/1-afm-daemons.html#using-afm-util), as well as documentation about Application Framework. But you can't control nor interact with it because you don't know security -- cgit 1.2.3-korg