Browse Source

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

c415-sdk
James Harton 4 years ago committed by Andrew Tridgell
parent
commit
be3cc1b679
  1. 4
      AntennaTracker/Tracker.cpp
  2. 2
      AntennaTracker/Tracker.h
  3. 2
      ArduPlane/ArduPlane.cpp
  4. 2
      ArduPlane/release-notes.txt
  5. 2
      README.md
  6. 2
      Rover/Rover.cpp
  7. 2
      Rover/release-notes.txt
  8. 10
      Tools/vagrant/README.md
  9. 2
      libraries/AP_FlashStorage/AP_FlashStorage.cpp
  10. 2
      libraries/AP_FlashStorage/AP_FlashStorage.h
  11. 2
      libraries/AP_SerialManager/AP_SerialManager.cpp
  12. 2
      libraries/AP_SerialManager/AP_SerialManager.h
  13. 2
      libraries/StorageManager/StorageManager.cpp
  14. 2
      libraries/StorageManager/StorageManager.h
  15. 2
      mk/check_modules.sh

4
AntennaTracker/Tracker.cpp

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

2
AntennaTracker/Tracker.h

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

2
ArduPlane/ArduPlane.cpp

@ -4,7 +4,7 @@ @@ -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

2
ArduPlane/release-notes.txt

@ -2313,7 +2313,7 @@ for 3 new flight boards in this release. They are: @@ -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

2
README.md

@ -58,7 +58,7 @@ It is continually being expanded to provide support for new emerging vehicle typ @@ -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).

2
Rover/Rover.cpp

@ -26,7 +26,7 @@ @@ -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"

2
Rover/release-notes.txt

@ -710,7 +710,7 @@ for 3 new boards in this release. They are: @@ -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
----------------------------

10
Tools/vagrant/README.md

@ -1,5 +1,5 @@ @@ -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).

2
libraries/AP_FlashStorage/AP_FlashStorage.cpp

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

2
libraries/AP_FlashStorage/AP_FlashStorage.h

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

2
libraries/AP_SerialManager/AP_SerialManager.cpp

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

2
libraries/AP_SerialManager/AP_SerialManager.h

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

2
libraries/StorageManager/StorageManager.cpp

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

2
libraries/StorageManager/StorageManager.h

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

2
mk/check_modules.sh

@ -65,7 +65,7 @@ cat <<EOF @@ -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
}

Loading…
Cancel
Save