Browse Source

Fix URLs to websites and resources (#18844)

Diego von Deschwanden 5 years ago
parent
commit
e549d474aa
No account linked to committer's email address

+ 1
- 1
buildroot/share/vscode/avrdude.conf View File

753
 
753
 
754
 programmer
754
 programmer
755
   id    = "ere-isp-avr";
755
   id    = "ere-isp-avr";
756
-  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <https://www.ereshop.com/shop/free/ISPAVRU1_MAN.PDF>";
757
   type  = par;
757
   type  = par;
758
   reset = ~4;
758
   reset = ~4;
759
   sck   = 3;
759
   sck   = 3;

+ 1
- 1
buildroot/share/vscode/avrdude_linux.conf View File

753
 
753
 
754
 programmer
754
 programmer
755
   id    = "ere-isp-avr";
755
   id    = "ere-isp-avr";
756
-  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <https://www.ereshop.com/shop/free/ISPAVRU1_MAN.PDF>";
757
   type  = par;
757
   type  = par;
758
   reset = ~4;
758
   reset = ~4;
759
   sck   = 3;
759
   sck   = 3;

Loading…
Cancel
Save