From 69849ec2d76bd47e4295518de2d3cd0e052f51ab Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 Feb 2018 12:05:33 +0100 Subject: [PATCH] scripts/quilt-mail: fix up url for email message a bit --- scripts/quilt-mail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index a4c2aa70a45..de5a6af18d6 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -84,9 +84,9 @@ echo "Responses should be made by ${DATE}." echo "Anything received after that time might be too late." echo "" echo "The whole patch series can be found in one patch at:" -echo " kernel.org/pub/linux/kernel/v${VER}/stable-review/patch-${FULL_VERSION}.gz" +echo " https://www.kernel.org/pub/linux/kernel/v${VER}/stable-review/patch-${FULL_VERSION}.gz" echo "or in the git tree and branch at:" -echo " git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-${ROOT_VERSION}.y" +echo " git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-${ROOT_VERSION}.y" echo "and the diffstat can be found below." echo "" echo "thanks," -- 2.47.2