From: François Revol Date: Tue, 27 Sep 2022 22:58:06 +0000 (+0200) Subject: dmm/bm52x: fix broken URLs X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=a67016f53aa26bf1aa3df586e66dd9eb2e1cd75c;hp=2b7d35b4d8777fdb630c6775f9d6e139e7b856f6 dmm/bm52x: fix broken URLs --- diff --git a/src/dmm/bm52x.c b/src/dmm/bm52x.c index 3a4a62b3..63f5670b 100644 --- a/src/dmm/bm52x.c +++ b/src/dmm/bm52x.c @@ -23,9 +23,9 @@ * * Brymen BM52x 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/PD02BM520s_protocolDL.html - * http://brymen.com/product-html/images/DownloadList/ProtocolList/BM520-BM520s_List/BM520-BM520s-10000-count-professional-dual-display-mobile-logging-DMMs-protocol.zip + * http://www.brymen.com/Download2.html + * http://www.brymen.com/PD02BM520s_protocolDL.html + * http://www.brymen.com/images/DownloadList/ProtocolList/BM520-BM520s_List/BM520-BM520s-10000-count-professional-dual-display-mobile-logging-DMMs-protocol.zip * * This parser was initially created for BM520s devices and tested with * BM525s. The Brymen BM820s family of devices uses the same protocol,