Browse Source

Tools: use https:// scheme for ardupilot URLs

zr-v5.1
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
704407118b
  1. 2
      Tools/Frame_params/Parrot_Disco/README.md
  2. 2
      Tools/autotest/web-firmware/index.html
  3. 2
      Tools/autotest/web/index.html
  4. 2
      Tools/scripts/build_autotest.sh
  5. 8
      Tools/scripts/build_parameters.sh
  6. 2
      Tools/vagrant/README.md

2
Tools/Frame_params/Parrot_Disco/README.md

@ -1,2 +1,2 @@ @@ -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

2
Tools/autotest/web-firmware/index.html

@ -29,7 +29,7 @@ Servers by <a href="http://www.jDrones.com/">jDrones</a> @@ -29,7 +29,7 @@ Servers by <a href="http://www.jDrones.com/">jDrones</a>
<h2>ArduPilot Firmware builds</h2>
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>

2
Tools/autotest/web/index.html

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

2
Tools/scripts/build_autotest.sh

@ -59,7 +59,7 @@ report() { @@ -59,7 +59,7 @@ report() {
cat <<EOF | mail -s 'build failed' drones-discuss@googlegroups.com
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

8
Tools/scripts/build_parameters.sh

@ -30,12 +30,12 @@ generate_parameters() { @@ -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'

2
Tools/vagrant/README.md

@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
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/).

Loading…
Cancel
Save