From ae90945836da69494426a06dfa183d9a85d67691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vale=20Gon=C3=A7alves?= Date: Sat, 23 Apr 2016 21:49:28 +0100 Subject: [PATCH] Revising ardupilot.com to .org Revising ardupilot.com to .org --- mk/px4_targets.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/px4_targets.mk b/mk/px4_targets.mk index fe6c270c1a..fb0a6ca97f 100644 --- a/mk/px4_targets.mk +++ b/mk/px4_targets.mk @@ -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