diff --git a/AntennaTracker/Tracker.cpp b/AntennaTracker/Tracker.cpp index ae1a9a72b8..b0f2655b3d 100644 --- a/AntennaTracker/Tracker.cpp +++ b/AntennaTracker/Tracker.cpp @@ -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 diff --git a/AntennaTracker/Tracker.h b/AntennaTracker/Tracker.h index a167b0732e..680bb73b88 100644 --- a/AntennaTracker/Tracker.h +++ b/AntennaTracker/Tracker.h @@ -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 diff --git a/ArduPlane/ArduPlane.cpp b/ArduPlane/ArduPlane.cpp index c022c3d8cf..dc9962db2a 100644 --- a/ArduPlane/ArduPlane.cpp +++ b/ArduPlane/ArduPlane.cpp @@ -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 diff --git a/ArduPlane/release-notes.txt b/ArduPlane/release-notes.txt index d158071c45..d47c6086bc 100644 --- a/ArduPlane/release-notes.txt +++ b/ArduPlane/release-notes.txt @@ -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 diff --git a/README.md b/README.md index 4d989997ae..12722bdfc6 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/Rover/Rover.cpp b/Rover/Rover.cpp index 98501cca33..80809d5fce 100644 --- a/Rover/Rover.cpp +++ b/Rover/Rover.cpp @@ -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" diff --git a/Rover/release-notes.txt b/Rover/release-notes.txt index 80c63150e6..32b231fb2e 100644 --- a/Rover/release-notes.txt +++ b/Rover/release-notes.txt @@ -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 ---------------------------- diff --git a/Tools/vagrant/README.md b/Tools/vagrant/README.md index 6cede3cb34..1eab51de84 100644 --- a/Tools/vagrant/README.md +++ b/Tools/vagrant/README.md @@ -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). diff --git a/libraries/AP_FlashStorage/AP_FlashStorage.cpp b/libraries/AP_FlashStorage/AP_FlashStorage.cpp index e56e180940..a8f99670d6 100644 --- a/libraries/AP_FlashStorage/AP_FlashStorage.cpp +++ b/libraries/AP_FlashStorage/AP_FlashStorage.cpp @@ -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 diff --git a/libraries/AP_FlashStorage/AP_FlashStorage.h b/libraries/AP_FlashStorage/AP_FlashStorage.h index c702e9c453..0ba00fff89 100644 --- a/libraries/AP_FlashStorage/AP_FlashStorage.h +++ b/libraries/AP_FlashStorage/AP_FlashStorage.h @@ -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 diff --git a/libraries/AP_SerialManager/AP_SerialManager.cpp b/libraries/AP_SerialManager/AP_SerialManager.cpp index d8d9ec1761..7be211fa6a 100644 --- a/libraries/AP_SerialManager/AP_SerialManager.cpp +++ b/libraries/AP_SerialManager/AP_SerialManager.cpp @@ -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 diff --git a/libraries/AP_SerialManager/AP_SerialManager.h b/libraries/AP_SerialManager/AP_SerialManager.h index f9e5890623..9c4c6a0c8f 100644 --- a/libraries/AP_SerialManager/AP_SerialManager.h +++ b/libraries/AP_SerialManager/AP_SerialManager.h @@ -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 diff --git a/libraries/StorageManager/StorageManager.cpp b/libraries/StorageManager/StorageManager.cpp index 59f42cbe58..88f553134f 100644 --- a/libraries/StorageManager/StorageManager.cpp +++ b/libraries/StorageManager/StorageManager.cpp @@ -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 diff --git a/libraries/StorageManager/StorageManager.h b/libraries/StorageManager/StorageManager.h index bf4c20c08f..369d76d1a4 100644 --- a/libraries/StorageManager/StorageManager.h +++ b/libraries/StorageManager/StorageManager.h @@ -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 diff --git a/mk/check_modules.sh b/mk/check_modules.sh index 9c7b003973..453c0303b9 100755 --- a/mk/check_modules.sh +++ b/mk/check_modules.sh @@ -65,7 +65,7 @@ cat <