diff mbox series

ref-manual/classes.rst: fix broken links to U-Boot documentation

Message ID 20260216111502.1919905-1-michael.opdenacker@rootcommit.com
State Under Review
Headers show
Series ref-manual/classes.rst: fix broken links to U-Boot documentation | expand

Commit Message

Michael Opdenacker Feb. 16, 2026, 11:15 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>

In the chapter describing the "uboot-sign" class

Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
 documentation/ref-manual/classes.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Quentin Schulz Feb. 16, 2026, 11:31 a.m. UTC | #1
Hi Michael,

On 2/16/26 12:15 PM, Michael Opdenacker via lists.yoctoproject.org wrote:
> From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
> 
> In the chapter describing the "uboot-sign" class
> 

This move was done in commit ad29e08b79fd ("doc: Bring in FIT signature 
files") available in v2023.07.

docs.u-boot.org is the official place for the U-Boot docs (but nothing 
else on u-boot.org is official, the domain name isn't owned by the project).

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index eb76c891691..dc131be9fb9 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3468,9 +3468,9 @@  The variables used by this class are:
    to the ``loadables`` property of the configuration node.
 
 See U-Boot's documentation for details about `verified boot
-<https://source.denx.de/u-boot/u-boot/-/blob/master/doc/uImage.FIT/verified-boot.txt>`__
+<https://docs.u-boot.org/en/latest/usage/fit/verified-boot.html>`__
 and the `signature process
-<https://source.denx.de/u-boot/u-boot/-/blob/master/doc/uImage.FIT/signature.txt>`__.
+<https://docs.u-boot.org/en/latest/usage/fit/signature.html>`__.
 
 See also the description of :ref:`ref-classes-kernel-fit-image` class, which this class
 imitates.