Docs: Change all references from dev.ardupilot.org to the appropriate documentation URLs.

This commit is contained in:
James Harton 2021-05-27 14:33:17 +12:00 committed by Andrew Tridgell
parent 3390167753
commit be3cc1b679
15 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
/*
Lead developers: Matthew Ridley and Andrew Tridgell
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/*
Lead developers: Matthew Ridley and Andrew Tridgell
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,7 @@
Authors: Doug Weibel, Jose Julio, Jordi Munoz, Jason Short, Randy Mackay, Pat Hickey, John Arne Birkeland, Olivier Adler, Amilcar Lucas, Gregory Fletcher, Paul Riseborough, Brandon Jones, Jon Challinger, Tom Pittenger
Thanks to: Chris Anderson, Michael Oborne, Paul Mather, Bill Premerlani, James Cohen, JB from rotorFX, Automatik, Fefenin, Peter Meister, Remzibi, Yury Smirnov, Sandro Benigno, Max Levine, Roberto Navoni, Lorenz Meier, Yury MonZon
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -2313,7 +2313,7 @@ for 3 new flight boards in this release. They are:
- the Pixracer
More information about the list of supported boards is available here:
http://dev.ardupilot.org/wiki/supported-autopilot-controller-boards/
https://ardupilot.org/copter/docs/common-autopilots.html
Startup on a moving platform

View File

@ -58,7 +58,7 @@ It is continually being expanded to provide support for new emerging vehicle typ
- The ArduPilot project is open source and we encourage participation and code contributions: [guidelines for contributors to the ardupilot codebase](https://ardupilot.org/dev/docs/contributing.html)
- We have an active group of Beta Testers to help us improve our code: [release procedures](https://dev.ardupilot.org/wiki/release-procedures)
- We have an active group of Beta Testers to help us improve our code: [release procedures](https://ardupilot.org/dev/docs/release-procedures.html)
- Desired Enhancements and Bugs can be posted to the [issues list](https://github.com/ArduPilot/ardupilot/issues).

View File

@ -26,7 +26,7 @@
APMrover alpha version tester: Franco Borasio, Daniel Chapelat...
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
*/
#include "Rover.h"

View File

@ -710,7 +710,7 @@ for 3 new boards in this release. They are:
- the Pixracer
More information about the list of supported boards is available here:
http://dev.ardupilot.org/wiki/supported-autopilot-controller-boards/
https://ardupilot.org/copter/docs/common-autopilots.html
Startup on a moving platform
----------------------------

View File

@ -1,5 +1,5 @@
# Vagrant for SITL and ardupilot development
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](https://dev.ardupilot.org/wiki/setting-up-sitl-using-vagrant/).
# Vagrant for SITL and ardupilot development
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](https://ardupilot.org/dev/docs/setting-up-sitl-using-vagrant.html).

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/*
Please contribute your ideas! See https://dev.ardupilot.org for details
Please contribute your ideas! See https://ardupilot.org/dev for details
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -65,7 +65,7 @@ cat <<EOF
You need to run 'git submodule update'
Please see https://dev.ardupilot.org/wiki/git-submodules/
Please see https://ardupilot.org/dev/docs/git-submodules.html
EOF
exit 1
}