Revising ardupilot.com to .org

Revising ardupilot.com to .org
This commit is contained in:
Luis Vale Gonçalves 2016-04-23 21:49:28 +01:00 committed by Tom Pittenger
parent f5466992e9
commit ae90945836
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# PX4 build is via external build system
ifneq ($(PX4_ROOT),)
$(error PX4_ROOT found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error PX4_ROOT found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
ifneq ($(NUTTX_SRC),)
$(error NUTTX_SRC found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error NUTTX_SRC found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
ifneq ($(UAVCAN_DIR),)
$(error UAVCAN_DIR found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error UAVCAN_DIR found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
# these can be overridden in developer.mk