From fefb7e1e3d515590aa5bb906f9ceaecfa06be608 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 9 Jul 2023 04:00:06 +0200 Subject: 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 --- doc/develop/docstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/develop') 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. -- cgit v1.2.3