From 06fa1ddb4be912b76a2df88137d753ea4968d5bd Mon Sep 17 00:00:00 2001 From: Pierre MARZIN Date: Tue, 19 Mar 2019 17:01:08 +0100 Subject: getting-started: machines: Fix broken links --- docs/getting-started/machines/intel.md | 8 ++++---- docs/getting-started/machines/qemu.md | 2 +- docs/getting-started/machines/raspberrypi.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/machines/intel.md b/docs/getting-started/machines/intel.md index 2a7eddb..bd55fdc 100644 --- a/docs/getting-started/machines/intel.md +++ b/docs/getting-started/machines/intel.md @@ -5,13 +5,13 @@ you can use the information found on the "[MinnowBoard wiki](https://minnowboard to enable most 64-bit Intel Architecture (IA) platforms that use the 64-bit UEFI as the boot loader. In addition to the MinnowBoard, support for the -[upCore & UpSquared boards](http://www.up-board.org/upsquared/) exists. +[upCore & UpSquared boards](http://up-board.org/upsquared/specifications/) exists. MinnowBoard Max and Turbot are both 64-bit capable. If you are interested in creating ***applications*** to run on hardware booted using an image built with the AGL Project, see the following: -* [Application Development Workflow](../app-workflow-intro.html/overview) +* [Application Development Workflow](../app-workflow-intro.html) * [Developing Apps for AGL](https://wiki.automotivelinux.org/agl-distro/developer_resources_intel_apps) UEFI has significantly evolved and you should check that your hardware's @@ -35,7 +35,7 @@ platforms: ## 1. Making Sure Your Build Environment is Correct The -"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html/Initializing-your-build-environment)" +"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html)" section presented generic information for setting up your build environment using the `aglsetup.sh` script. If you are building for an Intel 64-bit platform, you need to specify some @@ -200,7 +200,7 @@ To do so, requires the following steps: 2. **Rebuild Your Image** Rebuild the AGL image by following the instructions in the - "[Using BitBake](./machines/intel.html#using-bitbake)" + "[Using BitBake](../machines/intel.html#2-using-bitbake)" step of this page. 3. **Install the Rebuilt Image Onto a Removable Device** diff --git a/docs/getting-started/machines/qemu.md b/docs/getting-started/machines/qemu.md index f7e837d..459725e 100644 --- a/docs/getting-started/machines/qemu.md +++ b/docs/getting-started/machines/qemu.md @@ -10,7 +10,7 @@ VirtualBox. ## 1. Making Sure Your Build Environment is Correct The -"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html/Initializing-your-build-environment)" +"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html)" section presented generic information for setting up your build environment using the `aglsetup.sh` script. If you are building the AGL demo image for emulation, you need to specify some diff --git a/docs/getting-started/machines/raspberrypi.md b/docs/getting-started/machines/raspberrypi.md index ce9337c..76e3929 100644 --- a/docs/getting-started/machines/raspberrypi.md +++ b/docs/getting-started/machines/raspberrypi.md @@ -16,7 +16,7 @@ AGL demo image for both the Raspberry PI 2 and 3 boards. ## 1. Making Sure Your Build Environment is Correct The -"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html/Initializing-your-build-environment)" +"[Initializing Your Build Environment](../image-workflow-initialize-build-environment.html)" section presented generic information for setting up your build environment using the `aglsetup.sh` script. If you are building the AGL demo image for a Raspberry PI board, you need to specify some @@ -44,7 +44,7 @@ $ source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-a Before launching the build, it is good to be sure your build configuration is set up correctly (`/build/conf/local.conf` file). The -"[Customizing Your Build](./image-workflow-cust-build.html)" +"[Customizing Your Build](../image-workflow-cust-build.html)" section highlights some common configurations that are useful when building any AGL image. -- cgit 1.2.3-korg