summaryrefslogtreecommitdiff
path: root/doc/usage/blkmap.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/usage/blkmap.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/usage/blkmap.rst')
-rw-r--r--doc/usage/blkmap.rst2
1 files changed, 1 insertions, 1 deletions
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