Make: use https:// scheme for ardupilot URLs

This commit is contained in:
Peter Barker 2019-12-09 08:22:31 +11:00 committed by Andrew Tridgell
parent 1fdb4b429f
commit c1f3015679
2 changed files with 2 additions and 2 deletions

View File

@ -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 "------"

View File

@ -65,7 +65,7 @@ cat <<EOF
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
exit 1
}