]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Update links for sending patches
authorTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 16:49:57 +0000 (10:49 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 16:14:50 +0000 (18:14 +0200)
When linking to our documentation for submitting patches, we shouldn't
point at the old wiki but instead our current documentation.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/binman/entries.rst
tools/binman/etype/atf_fip.py

index 1248270378201acfde98b00357acf208e48ad924..d82f7b89203dffcc6bec2e9c0fbc977bd40118f0 100644 (file)
@@ -221,7 +221,7 @@ FIPs so that binman and other tools can access the entire image correctly.
 
 .. _FIP: https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#firmware-image-package-fip
 .. _`TF-A source tree`: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
-.. _`send a patch`: https://www.denx.de/wiki/U-Boot/Patches
+.. _`send a patch`: https://docs.u-boot.org/en/latest/develop/sending_patches.html
 
 
 
index 73a3f85b9f4e09e450baac00668f2c70d075eea7..3da0dfcfc1268b37049447dd8e271f27f23825bc 100644 (file)
@@ -163,7 +163,7 @@ class Entry_atf_fip(Entry_section):
 
     .. _FIP: https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#firmware-image-package-fip
     .. _`TF-A source tree`: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
-    .. _`send a patch`: https://www.denx.de/wiki/U-Boot/Patches
+    .. _`send a patch`: https://docs.u-boot.org/en/latest/develop/sending_patches.html
     """
     def __init__(self, section, etype, node):
         # Put this here to allow entry-docs and help to work without libfdt