From b32a6935592118ce4acfddf95e52fca8fbd3aded Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Aug 2020 13:49:02 +0200 Subject: [PATCH] Makefile: Fix lintian.debian.org URL in comment From the email conversation: From: Jakub Wilk Subject: Re: [bug] Makefile: Broken link * Alejandro Colomar , 2020-08-25, 12:51: >Line 32 on the Makefile has a broken link in a comment: > >https://lintian.debian.org/tags/manpage-has-errors-from-man.html This Lintian tag was renamed recently: https://salsa.debian.org/lintian/lintian/commit/844278682aafa1da The current URL is: https://lintian.debian.org/tags/groff-message.html Reported-by: Alejandro Colomar Reported-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49757c61b..328418e8e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: done # Check if groff reports warnings (may be words of sentences not displayed) -# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html +# from https://lintian.debian.org/tags/groff-message.html check-groff-warnings: GROFF_LOG="$$(mktemp --tmpdir manpages-checksXXXX)" || exit $$?; \ for i in man?/*.[1-9]; \