summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenson Johnathon Reggentin <mail@jregg.de>2026-08-19 21:23:59 +0200
committerJonathan Corbet <corbet@lwn.net>2026-08-24 11:01:06 -0600
commitb40a680ea4efe4ef2addada63e304a94d19500d1 (patch)
treec830a2ce2c149b462f5493be745987be888ba79e
parentbbc2de7fa5b42ee024ae82cd848252152d219a4e (diff)
docs: block: fix dead http link in blk-mq.rst
The current link http://kernel.dk/blk-mq.pdf leads to a 404 error page. https://www.kernel.dk/blk-mq.pdf leads to the correct document. v2 to add the missing www. prefix in the actual file change. Signed-off-by: Jenson Johnathon Reggentin <mail@jregg.de> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260819192422.42189-1-mail@jregg.de>
-rw-r--r--Documentation/block/blk-mq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
index fc06761b6ea9..2798761efe0d 100644
--- a/Documentation/block/blk-mq.rst
+++ b/Documentation/block/blk-mq.rst
@@ -139,7 +139,7 @@ completed.
Further reading
---------------
-- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <http://kernel.dk/blk-mq.pdf>`_
+- `Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems <https://www.kernel.dk/blk-mq.pdf>`_
- `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_