Re: [PATCH] docs: block: fix dead http link in blk-mq.rst
Jenson Johnathon Reggentin <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/26 20:49, Randy Dunlap wrote: > > On 8/19/26 11:47 AM, Haris Iqbal wrote: >> >> On 8/19/26 20:25, Randy Dunlap wrote: >>> >>> 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. >> Ah. >> I checked the link in the comment and that works. >> The one in the diff works, but with a warning about its certificate. >> >> Maybe its because of the missing "www." prefix? > Yes, adding "www." works for me. Thanks. For me too. Should I send in a correction as Patch v2?