Fixing broken links 72/27972/3
authorVinod Ahuja <vahuja@unomaha.edu>
Mon, 5 Sep 2022 20:55:39 +0000 (15:55 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 7 Sep 2022 16:54:03 +0000 (16:54 +0000)
Fixing sevral broken links pointing to yacto project documentation.

Bug-AGL: [SPEC-4470]
Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu>
Change-Id: Ice74da910a6ec7d216b55bf209eed3cc65ae2c53
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27972
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/0_Getting_Started/2_Building_AGL_Image/1_Preparing_Your_Build_Host.md

index b7c1d4b..fdca659 100644 (file)
@@ -6,7 +6,7 @@ Preparing your build host so that it can build an AGL image means
 making sure your system is set up to use the
 [Yocto Project](https://yoctoproject.org) OpenEmbedded build system,
 which is based on
 making sure your system is set up to use the
 [Yocto Project](https://yoctoproject.org) OpenEmbedded build system,
 which is based on
-[BitBake](https://yoctoproject.org/docs/3.1.4/bitbake-user-manual/bitbake-user-manual.html).
+[BitBake](https://docs.yoctoproject.org/bitbake.html).
 
 This section presents minimal information so you can prepare the build host
 to use the "Dunfell" version of the Yocto Project (i.e. version 3.1.2).
 
 This section presents minimal information so you can prepare the build host
 to use the "Dunfell" version of the Yocto Project (i.e. version 3.1.2).
@@ -26,7 +26,7 @@ section for more information on the ready-made images.
 1. **Use a Supported Linux Distribution:** To use the AGL software, it is
    recommended that your build host is a native Linux machine that runs a
    Yocto Project supported distribution as described by the
 1. **Use a Supported Linux Distribution:** To use the AGL software, it is
    recommended that your build host is a native Linux machine that runs a
    Yocto Project supported distribution as described by the
-   "[Supported Linux Distributions](https://www.yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#detailed-supported-distros)"
+   "[Supported Linux Distributions](https://docs.yoctoproject.org/ref-manual/system-requirements.html#supported-linux-distributions)"
    section in the Yocto Project Reference Manual.
    Basically, you should be running a recent version of Ubuntu, Fedora, openSUSE,
    CentOS, or Debian.
    section in the Yocto Project Reference Manual.
    Basically, you should be running a recent version of Ubuntu, Fedora, openSUSE,
    CentOS, or Debian.
@@ -41,7 +41,7 @@ section for more information on the ready-made images.
       - Python 3.4.0 or greater
 
    If your distribution does not meet these minimal requirements, see the
       - Python 3.4.0 or greater
 
    If your distribution does not meet these minimal requirements, see the
-   "[Required Git, tar, and Python Versions](https://www.yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#required-git-tar-and-python-versions)"
+   "[Required Git, tar, and Python Versions](https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-git-tar-python-and-gcc-versions)"
    section in the Yocto Project Reference Manual for steps that you can
    take to be sure you have these tools.
 
    section in the Yocto Project Reference Manual for steps that you can
    take to be sure you have these tools.
 
@@ -50,13 +50,13 @@ section for more information on the ready-made images.
    Depending on the Linux distribution you are using, the list of
    host packages differ.
    See
    Depending on the Linux distribution you are using, the list of
    host packages differ.
    See
-   "[The Build Host Packages](https://www.yoctoproject.org/docs/3.1.4/yocto-project-qs/yocto-project-qs.html#packages)"
+   "[The Build Host Packages](https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for-the-build-host)"
    section of the Yocto Project Quick Start for information on the packages you need.
 
    **NOTE:** If you are using the CentOS distribution, you need to
    separately install the epel-release package and run the `makecache` command as
    described in
    section of the Yocto Project Quick Start for information on the packages you need.
 
    **NOTE:** If you are using the CentOS distribution, you need to
    separately install the epel-release package and run the `makecache` command as
    described in
-   "[The Build Host Packages](https://www.yoctoproject.org/docs/3.1.4/yocto-project-qs/yocto-project-qs.html#packages)"
+   "[The Build Host Packages](https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for-the-build-host)"
    section of the Yocto Project Quick Start.
 
    Aside from the packages listed in the previous section, you need the following:
    section of the Yocto Project Quick Start.
 
    Aside from the packages listed in the previous section, you need the following: