Browse Source

Make: use https:// scheme for ardupilot URLs

zr-v5.1
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
c1f3015679
  1. 2
      Makefile
  2. 2
      mk/check_modules.sh

2
Makefile

@ -44,7 +44,7 @@ help:
@echo "more than what this wrapper provides, it's a good idea to use waf directly." @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 "The waf executable is at '$(WAF_BINARY)'."
@echo "" @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 ""
@echo "Boards" @echo "Boards"
@echo "------" @echo "------"

2
mk/check_modules.sh

@ -65,7 +65,7 @@ cat <<EOF
You need to run 'git submodule update' You need to run 'git submodule update'
Please see http://dev.ardupilot.org/wiki/git-submodules/ Please see https://dev.ardupilot.org/wiki/git-submodules/
EOF EOF
exit 1 exit 1
} }

Loading…
Cancel
Save