Skip to content

Commit

Permalink
Make: use https:// scheme for ardupilot URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Dec 9, 2019
1 parent 1fdb4b4 commit c1f3015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "------"
Expand Down
2 changes: 1 addition & 1 deletion mk/check_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c1f3015

Please sign in to comment.