From 27f6b60169c3f331538675a074c87f63d32047cb Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 10 May 2016 17:14:00 -0400 Subject: [PATCH] fix pixhawk errata URL --- src/systemcmds/ver/ver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/ver/ver.c b/src/systemcmds/ver/ver.c index 82ee35494b..d1046ad76d 100644 --- a/src/systemcmds/ver/ver.c +++ b/src/systemcmds/ver/ver.c @@ -190,7 +190,7 @@ int ver_main(int argc, char *argv[]) printf("\nWARNING WARNING WARNING!\n" "Revision %c has a silicon errata\n" "This device can only utilize a maximum of 1MB flash safely!\n" - "http://px4.io/help/errata\n\n", rev); + "https://pixhawk.org/help/errata\n\n", rev); } }