fix pixhawk errata URL

This commit is contained in:
Daniel Agar
2016-05-10 17:14:00 -04:00
committed by Lorenz Meier
parent 97fd951d4a
commit 27f6b60169
+1 -1
View File
@@ -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);
}
}