Browse Source

Make: use https:// scheme for ardupilot URLs

c415-sdk
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: @@ -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 "------"

2
mk/check_modules.sh

@ -65,7 +65,7 @@ cat <<EOF @@ -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…
Cancel
Save