We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c8a42 commit 2b6e947Copy full SHA for 2b6e947
src/decode_aprs.c
@@ -560,7 +560,7 @@ void decode_aprs_print (decode_aprs_t *A) {
560
strlcat (stemp, "\nTell the sender (", sizeof(stemp));
561
strlcat (stemp, A->g_src, sizeof(stemp));
562
strlcat (stemp, ") to use the proper product identifier from", sizeof(stemp));
563
- strlcat (stemp, " http://www.aprs.org/aprs11/tocalls.txt", sizeof(stemp));
+ strlcat (stemp, " https://github.com/aprsorg/aprs-deviceid ", sizeof(stemp));
564
}
565
else {
566
strlcat (stemp, ", ", sizeof(stemp));
0 commit comments