summaryrefslogtreecommitdiff
path: root/doc/develop/docstyle.rst
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2023-07-09 04:00:06 +0200
committerHeinrich Schuchardt <[email protected]>2023-07-09 04:00:06 +0200
commitfefb7e1e3d515590aa5bb906f9ceaecfa06be608 (patch)
treea1d744bf84b679de1c8e2373594b405da8a9e967 /doc/develop/docstyle.rst
parent0c95744bccea30c013cdd92c2c6afb6f96bd063a (diff)
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 <[email protected]>
Diffstat (limited to 'doc/develop/docstyle.rst')
-rw-r--r--doc/develop/docstyle.rst2
1 files changed, 1 insertions, 1 deletions
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 <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.