aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-11 13:27:32 -0400
committerTom Rini <trini@konsulko.com>2023-07-11 13:27:32 -0400
commit8e21064cb3452950b09301baec06d86e37342471 (patch)
treea54f8b93191c102403147e44d8fd2fb2c9c9b65f /doc
parent7876a695468c9bc17a6dc02054da101450468a40 (diff)
parente05a4b12a056fd7fe22e85715c8f5e5e811fb551 (diff)
downloadu-boot-8e21064cb3452950b09301baec06d86e37342471.zip
u-boot-8e21064cb3452950b09301baec06d86e37342471.tar.gz
u-boot-8e21064cb3452950b09301baec06d86e37342471.tar.bz2
Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/11Jul2023
Pull request efi-2023-07-rc7 Documentation: * Fix links to Linux kernel documentation UEFI: * Fix memory leak in efidebug dh subcommand * Fix underflow when calculating remaining variable store size * Increase default variable store size to 64 KiB * mkeficapsule: fix efi_firmware_management_capsule_header data type
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/docstyle.rst2
-rw-r--r--doc/usage/blkmap.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/docstyle.rst b/doc/develop/docstyle.rst
index f9ba83a..50506d6 100644
--- a/doc/develop/docstyle.rst
+++ b/doc/develop/docstyle.rst
@@ -20,7 +20,7 @@ We apply the following rules:
* For documentation we use reStructured text conforming to the requirements
of `Sphinx <https://www.sphinx-doc.org>`_.
* For documentation within code we follow the Linux kernel guide
- `Writing kernel-doc comments <https://docs.kernel.org/doc-guide/kernel-doc.html>`_.
+ `Writing kernel-doc comments <https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html>`_.
* We try to stick to 80 columns per line in documents.
* For tables we prefer simple tables over grid tables. We avoid list tables
as they make the reStructured text documents hard to read.
diff --git a/doc/usage/blkmap.rst b/doc/usage/blkmap.rst
index dbfa8e5..7337ea5 100644
--- a/doc/usage/blkmap.rst
+++ b/doc/usage/blkmap.rst
@@ -19,7 +19,7 @@ wherever they might be located.
The implementation is loosely modeled on Linux's "Device Mapper"
subsystem, see `kernel documentation`_ for more information.
-.. _kernel documentation: https://docs.kernel.org/admin-guide/device-mapper/index.html
+.. _kernel documentation: https://www.kernel.org/doc/html/latest/admin-guide/device-mapper/index.html
Example: Netbooting an Ext4 Image