Tools: use https:// scheme for ardupilot URLs

This commit is contained in:
Peter Barker 2019-12-09 08:23:09 +11:00 committed by Andrew Tridgell
parent 7f854010ee
commit 704407118b
6 changed files with 9 additions and 9 deletions

View File

@ -1,2 +1,2 @@
Please see http://ardupilot.org/plane/docs/airframe-disco.html for Please see https://ardupilot.org/plane/docs/airframe-disco.html for
more information on setting up a Parrot Disco more information on setting up a Parrot Disco

View File

@ -29,7 +29,7 @@ Servers by <a href="http://www.jDrones.com/">jDrones</a>
<h2>ArduPilot Firmware builds</h2> <h2>ArduPilot Firmware builds</h2>
These firmware builds are automatically generated by the These firmware builds are automatically generated by the
<a href="http://autotest.ardupilot.org">ArduPilot autotest system</a>.<p> <a href="https://autotest.ardupilot.org">ArduPilot autotest system</a>.<p>
<h2>License</h2> <h2>License</h2>

View File

@ -9,7 +9,7 @@
<body> <body>
<div id="main"> <div id="main">
<a href="http://autotest.ardupilot.org/"> <a href="https://autotest.ardupilot.org/">
<div id="logo"> <div id="logo">
</div> </div>
</a> </a>

View File

@ -59,7 +59,7 @@ report() {
cat <<EOF | mail -s 'build failed' drones-discuss@googlegroups.com cat <<EOF | mail -s 'build failed' drones-discuss@googlegroups.com
A build of $d failed at `date` A build of $d failed at `date`
You can view the build logs at http://autotest.ardupilot.org/ You can view the build logs at https://autotest.ardupilot.org/
A log of the commits since the last attempted build is below A log of the commits since the last attempted build is below

View File

@ -30,12 +30,12 @@ generate_parameters() {
} }
generate_parameters ArduPlane http://plane.ardupilot.org plane.auth 'Plane Parameters' generate_parameters ArduPlane https://plane.ardupilot.org plane.auth 'Plane Parameters'
generate_parameters ArduCopter http://copter.ardupilot.org copter.auth 'Copter Parameters' generate_parameters ArduCopter https://copter.ardupilot.org copter.auth 'Copter Parameters'
generate_parameters APMrover2 http://rover.ardupilot.org rover.auth 'Rover Parameters' generate_parameters APMrover2 https://rover.ardupilot.org rover.auth 'Rover Parameters'
generate_parameters ArduSub http://sub.ardupilot.org sub.auth 'Sub Parameters' generate_parameters ArduSub https://sub.ardupilot.org sub.auth 'Sub Parameters'
generate_parameters AntennaTracker NONE NONE 'AntennaTracker Parameters' generate_parameters AntennaTracker NONE NONE 'AntennaTracker Parameters'

View File

@ -2,4 +2,4 @@
We support a vagrant container for _easily_ running SITL (software in the loop simulator) and compling Ardupilot code. We support a vagrant container for _easily_ running SITL (software in the loop simulator) and compling Ardupilot code.
Instructions for how to install and run this vagrant container are provided on the ArduPilot dev wiki in: [Setting up SITL using Vagrant](http://dev.ardupilot.org/wiki/setting-up-sitl-using-vagrant/). Instructions for how to install and run this vagrant container are provided on the ArduPilot dev wiki in: [Setting up SITL using Vagrant](https://dev.ardupilot.org/wiki/setting-up-sitl-using-vagrant/).