]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: harmonize Linux kernel documentation links
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 9 Jul 2023 02:00:06 +0000 (04:00 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 9 Jul 2023 02:00:06 +0000 (04:00 +0200)
Linux internally uses https://www.kernel.org/doc/html/latest/ for
documentation links. When referring to their documentation we should do the
same.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/docstyle.rst
doc/usage/blkmap.rst

index f9ba83a559cff18c514e102a586f66140e23860d..50506d685746a77e84d3ec86c040b105926f49ff 100644 (file)
@@ -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.
index dbfa8e5aad7c7ed8c595b76ec6a22f1f392255f2..7337ea507a198282c0fe196c3a11c3bc6a0588e5 100644 (file)
@@ -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