From: Heinrich Schuchardt Date: Sun, 9 Jul 2023 02:00:06 +0000 (+0200) Subject: doc: harmonize Linux kernel documentation links X-Git-Tag: v2023.10-rc1~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fefb7e1e3d515590aa5bb906f9ceaecfa06be608;p=pandora-u-boot.git doc: harmonize Linux kernel documentation links 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 --- diff --git a/doc/develop/docstyle.rst b/doc/develop/docstyle.rst index f9ba83a559c..50506d68574 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 `_. * For documentation within code we follow the Linux kernel guide - `Writing kernel-doc comments `_. + `Writing kernel-doc comments `_. * 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 dbfa8e5aad7..7337ea507a1 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