summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre MARZIN <pierre.marzin@iot.bzh>2019-03-19 17:01:08 +0100
committerbenierc <clement.benier@iot.bzh>2019-03-25 09:39:53 +0100
commit06fa1ddb4be912b76a2df88137d753ea4968d5bd (patch)
tree079ac33ec8907c7c79643979ac75b917a831ee05
parent87005bdea781145cdd29d4f0df908b5d2fb47e72 (diff)
getting-started: machines: Fix broken links
-rw-r--r--docs/getting-started/machines/intel.md8
-rw-r--r--docs/getting-started/machines/qemu.md2
-rw-r--r--docs/getting-started/machines/raspberrypi.md4
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.