]> sigrok.org Git - libsigrok.git/commitdiff
dmm/bm86x: fix broken URLs
authorFrançois Revol <redacted>
Tue, 27 Sep 2022 23:27:53 +0000 (01:27 +0200)
committerGerhard Sittig <redacted>
Tue, 8 Nov 2022 06:46:07 +0000 (07:46 +0100)
src/dmm/bm86x.c

index 442e5cca038e2238dfc7c9f1ba41a943a5679856..71b71524167e8f83ec701cbeb1c93cc6ca97e55a 100644 (file)
@@ -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 <config.h>