From c1f3015679ca0f8f5ba753fda38d1e4934a019b1 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 9 Dec 2019 08:22:31 +1100 Subject: [PATCH] Make: use https:// scheme for ardupilot URLs --- Makefile | 2 +- mk/check_modules.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8aa14073aaa64..97cfde52e62a6 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ help: @echo "more than what this wrapper provides, it's a good idea to use waf directly." @echo "The waf executable is at '$(WAF_BINARY)'." @echo "" - @echo "For more detailed instructions see http://ardupilot.org/dev/docs/building-the-code.html" + @echo "For more detailed instructions see https://ardupilot.org/dev/docs/building-the-code.html" @echo "" @echo "Boards" @echo "------" diff --git a/mk/check_modules.sh b/mk/check_modules.sh index cc5d93295f637..9c7b003973c05 100755 --- a/mk/check_modules.sh +++ b/mk/check_modules.sh @@ -65,7 +65,7 @@ cat <