summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2021-05-10 13:21:29 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-05-10 13:25:57 +0200
commit1ea4c4a1581e17f0d6d845d06fe51b054b10dc84 (patch)
tree0827d15f395eb172ea0a85a5ac321bf59cfc188e
parentd975eb8b04087f8606d881d527d02e75f97c6243 (diff)
downloadDistroKit-1ea4c4a1581e17f0d6d845d06fe51b054b10dc84.tar.gz
DistroKit-1ea4c4a1581e17f0d6d845d06fe51b054b10dc84.tar.xz
doc: hardware: v7a: raspi3: Add missing closing bracket
Fixes the following doc build error: reading sources... [100%] welcome /mnt/data/adahl/src/DistroKit/platform-v7a/state/docs/hardware_v7a_raspi3.rst:23: WARNING: Unknown target name: "usbboot <https://github.com/raspberrypi/usbboot". looking for now-outdated files... none found Fixes: e9c32bad6e9f ("v7a: Add support for Raspberry Pi CM3") Signed-off-by: Alexander Dahl <ada@thorsis.com> Link: https://lore.pengutronix.de/20210510112130.15491-2-ada@thorsis.com Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--doc/hardware_v7a_raspi3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hardware_v7a_raspi3.rst b/doc/hardware_v7a_raspi3.rst
index a4069c2..4196a11 100644
--- a/doc/hardware_v7a_raspi3.rst
+++ b/doc/hardware_v7a_raspi3.rst
@@ -21,7 +21,7 @@ Boot Media
Use the image ``platform-v7a/images/rpicm3.hdimg`` and copy it onto your MicroSD-Card.
If you have a hardware with eMMC the uSD slot is not functional, in this case
-you have to use `usbboot <https://github.com/raspberrypi/usbboot`_ to switch
+you have to use `usbboot <https://github.com/raspberrypi/usbboot>`_ to switch
the hardware into USB mass storage mode. See their documentation and
`"Flashing the Compute Module eMMC" at raspberrypi.org
<https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md>`