Re: [PATCH] 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 10:46 AM, 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. > > Signed-off-by: Jenson Johnathon Reggentin <[email protected]> > --- > 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..c2af39f14d6d 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://kernel.dk/blk-mq.pdf>`_ > > - `NOOP scheduler <https://en.wikipedia.org/wiki/Noop_scheduler>`_ > I still get a 404 error message for the new link also. As well, my browser and wget both report bad/invalid SSL certificate. -- ~Randy