Make: use https:// scheme for ardupilot URLs
This commit is contained in:
parent
1fdb4b429f
commit
c1f3015679
2
Makefile
2
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 "------"
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user