Skip to content

Commit 091670a

Browse files
committed
New device identifier location.
1 parent 7b9325e commit 091670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decode_aprs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ void decode_aprs_print (decode_aprs_t *A) {
560560
strlcat (stemp, "\nTell the sender (", sizeof(stemp));
561561
strlcat (stemp, A->g_src, sizeof(stemp));
562562
strlcat (stemp, ") to use the proper product identifier from", sizeof(stemp));
563-
strlcat (stemp, " http://www.aprs.org/aprs11/tocalls.txt", sizeof(stemp));
563+
strlcat (stemp, " https://github.com/aprsorg/aprs-deviceid ", sizeof(stemp));
564564
}
565565
else {
566566
strlcat (stemp, ", ", sizeof(stemp));

0 commit comments

Comments
 (0)