diff options
| author | Jenson Johnathon Reggentin <mail@jregg.de> | 2026-08-19 21:23:59 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-08-24 11:01:06 -0600 |
| commit | b40a680ea4efe4ef2addada63e304a94d19500d1 (patch) | |
| tree | c830a2ce2c149b462f5493be745987be888ba79e | |
| parent | bbc2de7fa5b42ee024ae82cd848252152d219a4e (diff) | |
| download | linux-b40a680ea4efe4ef2addada63e304a94d19500d1.tar.gz linux-b40a680ea4efe4ef2addada63e304a94d19500d1.zip | |
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.rst | 2 |
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>`_ |
