Re: [PATCH v2] docs: block: fix dead http link in blk-mq.rst
Randy Dunlap <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/26 12:23 PM, Jenson Johnathon Reggentin wrote: > 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. Version changes should be added after the "---" line below. > > Signed-off-by: Jenson Johnathon Reggentin <[email protected]> Acked-by: Randy Dunlap <[email protected]> Thanks. > --- > Documentation/block/blk-mq.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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>`_ > -- ~Randy