diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-02-08 16:43:05 +0000 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-02-08 16:52:24 +0000 |
commit | dd4e9a7da07148f85aab4f9276c26b34b8eb6b83 (patch) | |
tree | 8a3961215ba85cac4a0f662f86718356b43692fb /docs/plat | |
parent | 32bcba0020b0ec7a3ae8f3c7098433f6c02cbe3f (diff) | |
download | platform_external_arm-trusted-firmware-dd4e9a7da07148f85aab4f9276c26b34b8eb6b83.tar.gz platform_external_arm-trusted-firmware-dd4e9a7da07148f85aab4f9276c26b34b8eb6b83.tar.bz2 platform_external_arm-trusted-firmware-dd4e9a7da07148f85aab4f9276c26b34b8eb6b83.zip |
doc: Fix broken external links
Using Sphinx linkcheck on the TF-A docs revealed some broken
or permanently-redirected links. These have been updated where
possible.
Change-Id: Ie1fead47972ede3331973759b50ee466264bd2ee
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'docs/plat')
-rw-r--r-- | docs/plat/hikey.rst | 4 | ||||
-rw-r--r-- | docs/plat/hikey960.rst | 2 | ||||
-rw-r--r-- | docs/plat/meson-gxbb.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/plat/hikey.rst b/docs/plat/hikey.rst index 5c0a9276d..74ff2f46c 100644 --- a/docs/plat/hikey.rst +++ b/docs/plat/hikey.rst @@ -149,7 +149,7 @@ Flash images in recovery mode $sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 recovery.bin -- Update images. All aosp or debian images could be fetched from `link <https://builds.96boards.org/>`__. +- Update images. All aosp or debian images could be fetched from `link <http://releases.linaro.org/96boards/>`__. .. code:: shell @@ -168,4 +168,4 @@ Boot UEFI in normal mode - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.md>`__ -.. _link: https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey/Quickstart/README.md +.. _link: https://www.96boards.org/documentation/consumer/hikey/ diff --git a/docs/plat/hikey960.rst b/docs/plat/hikey960.rst index 7900b6dfb..7ddb0b104 100644 --- a/docs/plat/hikey960.rst +++ b/docs/plat/hikey960.rst @@ -189,4 +189,4 @@ Boot UEFI in normal mode - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.md>`__ -.. _link: http://www.96boards.org/documentation/ConsumerEdition/HiKey960/README.md +.. _link: https://www.96boards.org/documentation/consumer/hikey/hikey960 diff --git a/docs/plat/meson-gxbb.rst b/docs/plat/meson-gxbb.rst index f909e9933..d76149e33 100644 --- a/docs/plat/meson-gxbb.rst +++ b/docs/plat/meson-gxbb.rst @@ -23,4 +23,4 @@ This port has been tested in a ODROID-C2. After building it, follow the instructions in the `U-Boot repository`_, replacing the mentioned **bl31.bin** by the one built from this port. -.. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/board/amlogic/odroid-c2/README +.. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/board/amlogic/odroid-c2/README.odroid-c2 |