From: François Revol Date: Tue, 27 Sep 2022 23:27:53 +0000 (+0200) Subject: dmm/bm86x: fix broken URLs X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=b189c901b80b6d084b9b510d1b0d2dde88f5c5d6;p=libsigrok.git dmm/bm86x: fix broken URLs --- diff --git a/src/dmm/bm86x.c b/src/dmm/bm86x.c index 442e5cca..71b71524 100644 --- a/src/dmm/bm86x.c +++ b/src/dmm/bm86x.c @@ -23,9 +23,9 @@ * * Brymen BM86x serial protocol parser. The USB protocol (for the cable) * and the packet description (for the meter) were retrieved from: - * http://brymen.com/product-html/Download2.html - * http://brymen.com/product-html/PD02BM860s_protocolDL.html - * http://brymen.com/product-html/images/DownloadList/ProtocolList/BM860-BM860s_List/BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf + * http://www.brymen.com/Download2.html + * http://www.brymen.com/PD02BM860s_protocolDL.html + * http://www.brymen.com/images/DownloadList/ProtocolList/BM860-BM860s_List/BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf */ #include