From 54924825fce9e5a738fc46b285da805de53d2293 Mon Sep 17 00:00:00 2001 From: Vinod Ahuja Date: Mon, 16 Jan 2023 17:22:18 -0600 Subject: Fixing broken links I have fixed all the broken links in the documentation except links for Yocto project and security section. Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja Change-Id: I1c05bf2c3a9365bba0b67077cf51b294352e7943 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28384 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/01_Getting_Started/01_Quickstart/01_Using_Ready_Made_Images.md | 4 ++-- .../02_Flutter_Instrument_Cluster_(qemu-x86).md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/01_Getting_Started') diff --git a/docs/01_Getting_Started/01_Quickstart/01_Using_Ready_Made_Images.md b/docs/01_Getting_Started/01_Quickstart/01_Using_Ready_Made_Images.md index eaae38e..bc4da4b 100644 --- a/docs/01_Getting_Started/01_Quickstart/01_Using_Ready_Made_Images.md +++ b/docs/01_Getting_Started/01_Quickstart/01_Using_Ready_Made_Images.md @@ -199,14 +199,14 @@ The AGL demo images do require 1920x1080. The instructions below have been adapt ### 2. BeagleBone Enhanced (BBE) - 1. Download the [compressed prebuilt image](https://download.automotivelinux.org/AGL/snapshots/master/latest/bbe/deploy/images/bbe/agl-demo-platform-crosssdk-bbe.wic.xz). + 1. Download the [compressed prebuilt image](https://download.automotivelinux.org/AGL/snapshots/master/latest/bbe/deploy/images/bbe/agl-telematics-demo-platform-bbe.wic.xz). 2. Extract the image into the SD card of BeagleBone Enhanced : ```sh $ lsblk $ sudo umount - $ xzcat agl-demo-platform-crosssdk-bbe.wic.xz | sudo dd of= bs=4M + $ xzcat agl-telematics-demo-platform-bbe.wic.xz | sudo dd of= bs=4M $ sync ``` diff --git a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/02_Flutter_Instrument_Cluster_(qemu-x86).md b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/02_Flutter_Instrument_Cluster_(qemu-x86).md index 1ab8ec6..330d996 100644 --- a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/02_Flutter_Instrument_Cluster_(qemu-x86).md +++ b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/02_Flutter_Instrument_Cluster_(qemu-x86).md @@ -115,7 +115,7 @@ root@qemux86-64:~# /usr/sbin/kuksa_vss_init.py #### **Using `kuksa_viss_client`** -Know more about kuksa_viss_client, [Follow this](https://github.com/eclipse/kuksa.val/tree/master/kuksa_viss_client) +Know more about kuksa_viss_client, [Follow this](https://github.com/eclipse/kuksa.val/tree/master/) - Run the kuksa_viss_client - Authorize using token -- cgit 1.2.3-korg