Bläddra i källkod

Update more external links (#18819)

Diego von Deschwanden 3 år sedan
förälder
incheckning
de5cca6b1f
Inget konto är kopplat till bidragsgivarens mejladress

+ 2
- 3
LICENSE Visa fil

@@ -3,7 +3,7 @@
3 3
                     GNU GENERAL PUBLIC LICENSE
4 4
                        Version 3, 29 June 2007
5 5
 
6
- Copyright (c) 2007 Free Software Foundation, Inc. <https://fsf.org/>
6
+ Copyright (c) 2007 Free Software Foundation, Inc. <https://www.fsf.org/>
7 7
  Everyone is permitted to copy and distribute verbatim copies
8 8
  of this license document, but changing it is not allowed.
9 9
 
@@ -673,5 +673,4 @@ into proprietary programs.  If your program is a subroutine library, you
673 673
 may consider it more useful to permit linking proprietary applications with
674 674
 the library.  If this is what you want to do, use the GNU Lesser General
675 675
 Public License instead of this License.  But first, please read
676
-<https://www.gnu.org/philosophy/why-not-lgpl.html>.
677
-
676
+<https://www.gnu.org/licenses/why-not-lgpl.html>.

+ 1
- 0
Marlin/src/HAL/DUE/HAL.cpp Visa fil

@@ -15,6 +15,7 @@
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17 17
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
+ *
18 19
  */
19 20
 
20 21
 /**

+ 1
- 0
Marlin/src/HAL/ESP32/ota.cpp Visa fil

@@ -15,6 +15,7 @@
15 15
  *
16 16
  * You should have received a copy of the GNU General Public License
17 17
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
+ *
18 19
  */
19 20
 
20 21
 #ifdef ARDUINO_ARCH_ESP32

+ 5
- 5
Marlin/src/HAL/STM32/SoftwareSerial.cpp Visa fil

@@ -3,14 +3,14 @@
3 3
  *
4 4
  * Multi-instance software serial library for Arduino/Wiring
5 5
  * -- Interrupt-driven receive and other improvements by ladyada
6
- *    (https://ladyada.net)
6
+ *    <https://ladyada.net>
7 7
  * -- Tuning, circular buffer, derivation from class Print/Stream,
8 8
  *    multi-instance support, porting to 8MHz processors,
9 9
  *    various optimizations, PROGMEM delay tables, inverse logic and
10
- *    direct port writing by Mikal Hart (http://www.arduiniana.org)
11
- * -- Pin change interrupt macros by Paul Stoffregen (https://www.pjrc.com)
12
- * -- 20MHz processor support by Garrett Mace (http://www.macetech.com)
13
- * -- ATmega1280/2560 support by Brett Hagman (https://www.roguerobotics.com/)
10
+ *    direct port writing by Mikal Hart <http://www.arduiniana.org>
11
+ * -- Pin change interrupt macros by Paul Stoffregen <https://www.pjrc.com>
12
+ * -- 20MHz processor support by Garrett Mace <http://www.macetech.com>
13
+ * -- ATmega1280/2560 support by Brett Hagman <https://www.roguerobotics.com>
14 14
  * -- STM32 support by Armin van der Togt
15 15
  *
16 16
  * This library is free software; you can redistribute it and/or

+ 1
- 1
Marlin/src/HAL/shared/backtrace/unwarmbytab.cpp Visa fil

@@ -4,7 +4,7 @@
4 4
  *
5 5
  * This Source Code Form is subject to the terms of the Mozilla Public
6 6
  * License, v. 2.0. If a copy of the MPL was not distributed with this
7
- * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ * file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/
8 8
  *
9 9
  * This library was modified, some bugs fixed, stack address validated
10 10
  * and adapted to be used in Marlin 3D printer firmware as backtracer

+ 1
- 1
Marlin/src/feature/dac/dac_mcp4728.cpp Visa fil

@@ -27,7 +27,7 @@
27 27
  * https://ww1.microchip.com/downloads/en/DeviceDoc/22187a.pdf
28 28
  *
29 29
  * For discussion and feedback, please go to:
30
- * https://arduino.cc/forum/index.php/topic,51842.0.html
30
+ * https://forum.arduino.cc/index.php/topic,51842.0.html
31 31
  */
32 32
 
33 33
 #include "../../inc/MarlinConfig.h"

+ 1
- 1
Marlin/src/gcode/motion/G5.cpp Visa fil

@@ -29,7 +29,7 @@
29 29
 
30 30
 /**
31 31
  * Parameters interpreted according to:
32
- * https://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G5-Cubic-Spline
32
+ * https://linuxcnc.org/docs/2.7/html/gcode/g-code.html#gcode:g5
33 33
  * However I, J omission is not supported at this point; all
34 34
  * parameters can be omitted and default to zero.
35 35
  */

+ 8
- 8
buildroot/share/vscode/avrdude.conf Visa fil

@@ -145,9 +145,9 @@
145 145
 #     VCC pins are not defined for the programmer, a message
146 146
 #     indicating that the device needs a power-cycle is printed out.
147 147
 #     This flag was added to work around a problem with the
148
-#     at90s4433/2333's; see the at90s4433 errata at:
148
+#     at90s4433/2333's; see the at90s4433 errata page 2 at:
149 149
 #
150
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://ww1.microchip.com/downloads/en/AppNotes/doc2574.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
426 426
   type  = usbtiny;
427 427
 ;
428 428
 
@@ -596,7 +596,7 @@ programmer
596 596
 
597 597
 programmer
598 598
   id    = "bsd";
599
-  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, https://savannah.nongnu.org/projects/avrdude";
600 600
   type  = par;
601 601
   vcc   = 2, 3, 4, 5;
602 602
   reset = 7;
@@ -743,7 +743,7 @@ programmer
743 743
 
744 744
 programmer
745 745
   id    = "atisp";
746
-  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://www.micro-research.co.th/> micro-research.co.th";
747 747
   type  = par;
748 748
   reset = ~6;
749 749
   sck   = ~8;
@@ -773,7 +773,7 @@ programmer
773 773
 ;
774 774
 
775 775
 # It is almost same as pony-stk200, except vcc on pin 5 to auto
776
-# disconnect port (download on http://electropol.free.fr)
776
+# disconnect port download on http://www.electropol.fr
777 777
 programmer
778 778
   id    = "frank-stk200";
779 779
   desc  = "Frank STK200";
@@ -787,7 +787,7 @@ programmer
787 787
 ;
788 788
 
789 789
 # The AT98ISP Cable is a simple parallel dongle for AT89 family.
790
-# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en592141
791 791
 programmer
792 792
 id = "89isp";
793 793
 desc = "Atmel at89isp cable";

+ 8
- 8
buildroot/share/vscode/avrdude_linux.conf Visa fil

@@ -145,9 +145,9 @@
145 145
 #     VCC pins are not defined for the programmer, a message
146 146
 #     indicating that the device needs a power-cycle is printed out.
147 147
 #     This flag was added to work around a problem with the
148
-#     at90s4433/2333's; see the at90s4433 errata at:
148
+#     at90s4433/2333's; see the at90s4433 errata page 2 at:
149 149
 #
150
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://ww1.microchip.com/downloads/en/AppNotes/doc2574.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
426 426
   type  = usbtiny;
427 427
 ;
428 428
 
@@ -596,7 +596,7 @@ programmer
596 596
 
597 597
 programmer
598 598
   id    = "bsd";
599
-  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, https://savannah.nongnu.org/projects/avrdude";
600 600
   type  = par;
601 601
   vcc   = 2, 3, 4, 5;
602 602
   reset = 7;
@@ -743,7 +743,7 @@ programmer
743 743
 
744 744
 programmer
745 745
   id    = "atisp";
746
-  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://www.micro-research.co.th/> micro-research.co.th";
747 747
   type  = par;
748 748
   reset = ~6;
749 749
   sck   = ~8;
@@ -773,7 +773,7 @@ programmer
773 773
 ;
774 774
 
775 775
 # It is almost same as pony-stk200, except vcc on pin 5 to auto
776
-# disconnect port (download on http://electropol.free.fr)
776
+# disconnect port download on http://www.electropol.fr
777 777
 programmer
778 778
   id    = "frank-stk200";
779 779
   desc  = "Frank STK200";
@@ -787,7 +787,7 @@ programmer
787 787
 ;
788 788
 
789 789
 # The AT98ISP Cable is a simple parallel dongle for AT89 family.
790
-# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en592141
791 791
 programmer
792 792
 id = "89isp";
793 793
 desc = "Atmel at89isp cable";

+ 4
- 4
buildroot/share/vscode/avrdude_macOS.conf Visa fil

@@ -145,9 +145,9 @@
145 145
 #     VCC pins are not defined for the programmer, a message
146 146
 #     indicating that the device needs a power-cycle is printed out.
147 147
 #     This flag was added to work around a problem with the
148
-#     at90s4433/2333's; see the at90s4433 errata at:
148
+#     at90s4433/2333's; see the at90s4433 errata page 2 at:
149 149
 #
150
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://ww1.microchip.com/downloads/en/AppNotes/doc2574.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
426 426
   type  = usbtiny;
427 427
 ;
428 428
 

+ 1
- 1
platformio.ini Visa fil

@@ -4,7 +4,7 @@
4 4
 #
5 5
 # For detailed documentation with EXAMPLES:
6 6
 #
7
-# https://docs.platformio.org/en/latest/projectconf.html
7
+# https://docs.platformio.org/en/latest/projectconf/index.html
8 8
 #
9 9
 
10 10
 # Automatic targets - enable auto-uploading

Laddar…
Avbryt
Spara