diff options
| author | Alex Bennée | 2021-04-28 15:13:16 +0200 |
|---|---|---|
| committer | Peter Maydell | 2021-05-10 14:03:03 +0200 |
| commit | 5f1fffa0a6575cfb39834d36c52e973a95dfb275 (patch) | |
| tree | 63184d39d43cc23f867497888ca82ba3d25b529a /docs/system | |
| parent | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... (diff) | |
| download | qemu-5f1fffa0a6575cfb39834d36c52e973a95dfb275.tar.gz qemu-5f1fffa0a6575cfb39834d36c52e973a95dfb275.tar.xz qemu-5f1fffa0a6575cfb39834d36c52e973a95dfb275.zip | |
docs: fix link in sbsa description
A trailing _ makes all the difference to the rendered link.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20210428131316.31390-1-alex.bennee@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
| -rw-r--r-- | docs/system/arm/sbsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/arm/sbsa.rst b/docs/system/arm/sbsa.rst index b8ecfdb62f..27b0999aac 100644 --- a/docs/system/arm/sbsa.rst +++ b/docs/system/arm/sbsa.rst @@ -4,7 +4,7 @@ Arm Server Base System Architecture Reference board (``sbsa-ref``) While the `virt` board is a generic board platform that doesn't match any real hardware the `sbsa-ref` board intends to look like real hardware. The `Server Base System Architecture -<https://developer.arm.com/documentation/den0029/latest>` defines a +<https://developer.arm.com/documentation/den0029/latest>`_ defines a minimum base line of hardware support and importantly how the firmware reports that to any operating system. It is a static system that reports a very minimal DT to the firmware for non-discoverable |
