On 5/28/20 10:52 AM, Paul Menzel wrote: > All URLs in the source are available over HTTPS, so convert all URLs to > HTTPS with the command below. > > git grep -l 'http://' | xargs sed -i 's,http://,https://,g' > > Revert the changes to announcement files `ANNOUNCE-*` as requested by > the maintainer. > > Cc: linux-raid@xxxxxxxxxxxxxxx > Signed-off-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx> > --- > external-reshape-design.txt | 2 +- > mdadm.8.in | 6 +++--- > mdadm.spec | 4 ++-- > raid6check.8 | 2 +- > restripe.c | 2 +- > udev-md-raid-safe-timeouts.rules | 2 +- > 6 files changed, 9 insertions(+), 9 deletions(-) I applied this and then applied a follow-on patch to fix the Intel link to the one Mariusz provided. Thanks, Jes