Browse Source

Update Marlin website links to https

Scott Lahteine 4 years ago
parent
commit
e3321920f3
43 changed files with 54 additions and 54 deletions
  1. 4
    4
      .github/contributing.md
  2. 2
    2
      Marlin/Configuration.h
  3. 2
    2
      Marlin/Configuration_adv.h
  4. 4
    4
      Marlin/Marlin.ino
  5. 1
    1
      Marlin/src/core/language.h
  6. 2
    2
      Marlin/src/feature/twibus.h
  7. 1
    1
      Marlin/src/gcode/gcode.h
  8. 1
    1
      Marlin/src/lcd/dogm/dogm_Bootscreen.h
  9. 1
    1
      Marlin/src/lcd/dogm/dogm_Statusscreen.h
  10. 1
    1
      Marlin/src/lcd/dogm/ultralcd_DOGM.cpp
  11. 1
    1
      Marlin/src/lcd/language/language_an.h
  12. 1
    1
      Marlin/src/lcd/language/language_bg.h
  13. 1
    1
      Marlin/src/lcd/language/language_ca.h
  14. 1
    1
      Marlin/src/lcd/language/language_cz.h
  15. 1
    1
      Marlin/src/lcd/language/language_da.h
  16. 1
    1
      Marlin/src/lcd/language/language_de.h
  17. 1
    1
      Marlin/src/lcd/language/language_el.h
  18. 1
    1
      Marlin/src/lcd/language/language_el_gr.h
  19. 1
    1
      Marlin/src/lcd/language/language_en.h
  20. 1
    1
      Marlin/src/lcd/language/language_es.h
  21. 1
    1
      Marlin/src/lcd/language/language_eu.h
  22. 1
    1
      Marlin/src/lcd/language/language_fi.h
  23. 1
    1
      Marlin/src/lcd/language/language_fr.h
  24. 1
    1
      Marlin/src/lcd/language/language_gl.h
  25. 1
    1
      Marlin/src/lcd/language/language_hr.h
  26. 1
    1
      Marlin/src/lcd/language/language_it.h
  27. 1
    1
      Marlin/src/lcd/language/language_jp_kana.h
  28. 1
    1
      Marlin/src/lcd/language/language_ko_KR.h
  29. 1
    1
      Marlin/src/lcd/language/language_nl.h
  30. 1
    1
      Marlin/src/lcd/language/language_pl.h
  31. 1
    1
      Marlin/src/lcd/language/language_pt.h
  32. 1
    1
      Marlin/src/lcd/language/language_pt_br.h
  33. 1
    1
      Marlin/src/lcd/language/language_ru.h
  34. 1
    1
      Marlin/src/lcd/language/language_sk.h
  35. 1
    1
      Marlin/src/lcd/language/language_test.h
  36. 1
    1
      Marlin/src/lcd/language/language_tr.h
  37. 1
    1
      Marlin/src/lcd/language/language_uk.h
  38. 1
    1
      Marlin/src/lcd/language/language_vi.h
  39. 1
    1
      Marlin/src/lcd/language/language_zh_CN.h
  40. 1
    1
      Marlin/src/lcd/language/language_zh_TW.h
  41. 3
    3
      README.md
  42. 1
    1
      buildroot/share/fonts/uxggenpages.md
  43. 1
    1
      buildroot/share/git/mfpub

+ 4
- 4
.github/contributing.md View File

@@ -93,7 +93,7 @@ Before creating a suggestion, please check [this list](#before-submitting-a-sugg
93 93
 
94 94
 #### Before Submitting a Feature Request
95 95
 
96
-* **Check the [Marlin website](http://marlinfw.org/)** for tips — you might discover that the feature is already included. Most importantly, check if you're using [the latest version of Marlin](https://github.com/MarlinFirmware/Marlin/releases) and if you can get the desired behavior by changing [Marlin's config settings](http://marlinfw.org/docs/configuration/configuration.html).
96
+* **Check the [Marlin website](https://marlinfw.org/)** for tips — you might discover that the feature is already included. Most importantly, check if you're using [the latest version of Marlin](https://github.com/MarlinFirmware/Marlin/releases) and if you can get the desired behavior by changing [Marlin's config settings](https://marlinfw.org/docs/configuration/configuration.html).
97 97
 * **Perform a [cursory search](https://github.com/MarlinFirmware/Marlin/issues?q=is%3Aissue)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
98 98
 
99 99
 #### How Do I Submit A (Good) Feature Request?
@@ -117,12 +117,12 @@ Unsure where to begin contributing to Marlin? You can start by looking through t
117 117
 
118 118
 ### Pull Requests
119 119
 
120
-Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x` and/or `bugfix-2.0.x`) and never to release branches (e.g., `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](http://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
120
+Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x` and/or `bugfix-2.0.x`) and never to release branches (e.g., `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
121 121
 
122 122
 * Fill in [the required template](pull_request_template.md).
123 123
 * Don't include issue numbers in the PR title.
124 124
 * Include pictures, diagrams, and links to videos in your Pull Request to demonstrate your changes, if needed.
125
-* Follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) posted on our website.
125
+* Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) posted on our website.
126 126
 * Document new code with clear and concise comments.
127 127
 * End all files with a newline.
128 128
 
@@ -137,7 +137,7 @@ Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x
137 137
 
138 138
 ### C++ Coding Standards
139 139
 
140
-* Please read and follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) posted on our website. Failure to follow these guidelines will delay evaluation and acceptance of Pull Requests.
140
+* Please read and follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) posted on our website. Failure to follow these guidelines will delay evaluation and acceptance of Pull Requests.
141 141
 
142 142
 ### Documentation
143 143
 

+ 2
- 2
Marlin/Configuration.h View File

@@ -820,7 +820,7 @@
820 820
 // @section probes
821 821
 
822 822
 //
823
-// See http://marlinfw.org/docs/configuration/probes.html
823
+// See https://marlinfw.org/docs/configuration/probes.html
824 824
 //
825 825
 
826 826
 /**
@@ -1636,7 +1636,7 @@
1636 1636
  *  - Click the controller to view the LCD menu
1637 1637
  *  - The LCD will display Japanese, Western, or Cyrillic text
1638 1638
  *
1639
- * See http://marlinfw.org/docs/development/lcd_language.html
1639
+ * See https://marlinfw.org/docs/development/lcd_language.html
1640 1640
  *
1641 1641
  * :['JAPANESE', 'WESTERN', 'CYRILLIC']
1642 1642
  */

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -1508,7 +1508,7 @@
1508 1508
  * If this algorithm produces a higher speed offset than the extruder can handle (compared to E jerk)
1509 1509
  * print acceleration will be reduced during the affected moves to keep within the limit.
1510 1510
  *
1511
- * See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
1511
+ * See https://marlinfw.org/docs/features/lin_advance.html for full instructions.
1512 1512
  * Mention @Sebastianv650 on GitHub to alert the author of any issues.
1513 1513
  */
1514 1514
 //#define LIN_ADVANCE
@@ -2643,7 +2643,7 @@
2643 2643
  * You'll need to select a pin for the ON/OFF function and optionally choose a 0-5V
2644 2644
  * hardware PWM pin for the speed control and a pin for the rotation direction.
2645 2645
  *
2646
- * See http://marlinfw.org/docs/configuration/laser_spindle.html for more config details.
2646
+ * See https://marlinfw.org/docs/configuration/laser_spindle.html for more config details.
2647 2647
  */
2648 2648
 //#define SPINDLE_FEATURE
2649 2649
 //#define LASER_FEATURE

+ 4
- 4
Marlin/Marlin.ino View File

@@ -19,7 +19,7 @@ Before diving in, we recommend the following essential links:
19 19
 
20 20
 Marlin Firmware Official Website
21 21
 
22
-  - http://marlinfw.org/
22
+  - https://marlinfw.org/
23 23
     The official Marlin Firmware website contains the most up-to-date
24 24
     documentation. Contributions are always welcome!
25 25
 
@@ -30,7 +30,7 @@ Configuration
30 30
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
31 31
     Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin
32 32
 
33
-  - http://marlinfw.org/docs/configuration/configuration.html
33
+  - https://marlinfw.org/docs/configuration/configuration.html
34 34
     Marlin's configuration options are explained in more detail here.
35 35
 
36 36
 Getting Help
@@ -45,9 +45,9 @@ Getting Help
45 45
 
46 46
 Contributing
47 47
 
48
-  - http://marlinfw.org/docs/development/contributing.html
48
+  - https://marlinfw.org/docs/development/contributing.html
49 49
     If you'd like to contribute to Marlin, read this first!
50 50
 
51
-  - http://marlinfw.org/docs/development/coding_standards.html
51
+  - https://marlinfw.org/docs/development/coding_standards.html
52 52
     Before submitting code get to know the Coding Standards.
53 53
 */

+ 1
- 1
Marlin/src/core/language.h View File

@@ -39,7 +39,7 @@
39 39
 //
40 40
 //   ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRA_LCD" / "SDSUPPORT" #define IN "Configuration.h"
41 41
 //   ==> ALSO TRY ALL AVAILABLE LANGUAGE OPTIONS
42
-// See also http://marlinfw.org/docs/development/lcd_language.html
42
+// See also https://marlinfw.org/docs/development/lcd_language.html
43 43
 
44 44
 // Languages
45 45
 // an         Aragonese

+ 2
- 2
Marlin/src/feature/twibus.h View File

@@ -46,8 +46,8 @@ typedef void (*twiRequestFunc_t)();
46 46
  * for the host to interpret.
47 47
  *
48 48
  *  For more information see
49
- *    - http://marlinfw.org/docs/gcode/M260.html
50
- *    - http://marlinfw.org/docs/gcode/M261.html
49
+ *    - https://marlinfw.org/docs/gcode/M260.html
50
+ *    - https://marlinfw.org/docs/gcode/M261.html
51 51
  *
52 52
  */
53 53
 class TWIBus {

+ 1
- 1
Marlin/src/gcode/gcode.h View File

@@ -31,7 +31,7 @@
31 31
  * -----------------
32 32
  *
33 33
  * Helpful G-code references:
34
- *  - http://marlinfw.org/meta/gcode
34
+ *  - https://marlinfw.org/meta/gcode
35 35
  *  - https://reprap.org/wiki/G-code
36 36
  *  - http://linuxcnc.org/docs/html/gcode.html
37 37
  *

+ 1
- 1
Marlin/src/lcd/dogm/dogm_Bootscreen.h View File

@@ -25,7 +25,7 @@
25 25
  * Standard Marlin Boot Screen bitmaps
26 26
  *
27 27
  * Use the Marlin Bitmap Converter to make your own:
28
- * http://marlinfw.org/tools/u8glib/converter.html
28
+ * https://marlinfw.org/tools/u8glib/converter.html
29 29
  */
30 30
 
31 31
 #include "../../inc/MarlinConfig.h"

+ 1
- 1
Marlin/src/lcd/dogm/dogm_Statusscreen.h View File

@@ -25,7 +25,7 @@
25 25
  * Standard Marlin Status Screen bitmaps
26 26
  *
27 27
  * Use the Marlin Bitmap Converter to make your own:
28
- * http://marlinfw.org/tools/u8glib/converter.html
28
+ * https://marlinfw.org/tools/u8glib/converter.html
29 29
  */
30 30
 
31 31
 #include "../../inc/MarlinConfig.h"

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp View File

@@ -65,7 +65,7 @@
65 65
 
66 66
 /**
67 67
  * Include all needed font files
68
- * (See http://marlinfw.org/docs/development/fonts.html)
68
+ * (See https://marlinfw.org/docs/development/fonts.html)
69 69
  */
70 70
 #include "fontdata/fontdata_ISO10646_1.h"
71 71
 #if ENABLED(USE_SMALL_INFOFONT)

+ 1
- 1
Marlin/src/lcd/language/language_an.h View File

@@ -25,7 +25,7 @@
25 25
  * Aragonese
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_bg.h View File

@@ -25,7 +25,7 @@
25 25
  * Bulgarian
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_ca.h View File

@@ -25,7 +25,7 @@
25 25
  * Catalan
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 namespace Language_ca {

+ 1
- 1
Marlin/src/lcd/language/language_cz.h View File

@@ -26,7 +26,7 @@
26 26
  * UTF-8 for Graphical Display
27 27
  *
28 28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30 30
  *
31 31
  * Translated by Petr Zahradnik, Computer Laboratory
32 32
  * Blog and video blog Zahradnik se bavi

+ 1
- 1
Marlin/src/lcd/language/language_da.h View File

@@ -25,7 +25,7 @@
25 25
  * Danish
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_de.h View File

@@ -25,7 +25,7 @@
25 25
  * German
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_el.h View File

@@ -25,7 +25,7 @@
25 25
  * Greek
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_el_gr.h View File

@@ -25,7 +25,7 @@
25 25
  * Greek (Greece)
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_en.h View File

@@ -25,7 +25,7 @@
25 25
  * English
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_es.h View File

@@ -25,7 +25,7 @@
25 25
  * Spanish
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_eu.h View File

@@ -25,7 +25,7 @@
25 25
  * Basque-Euskera
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_fi.h View File

@@ -25,7 +25,7 @@
25 25
  * Finnish
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_fr.h View File

@@ -25,7 +25,7 @@
25 25
  * French
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_gl.h View File

@@ -25,7 +25,7 @@
25 25
  * Galician language (ISO "gl")
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_hr.h View File

@@ -25,7 +25,7 @@
25 25
  * Croatian (Hrvatski)
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_it.h View File

@@ -25,7 +25,7 @@
25 25
  * Italian
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_jp_kana.h View File

@@ -26,7 +26,7 @@
26 26
  * UTF-8 for Graphical Display
27 27
  *
28 28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30 30
  *
31 31
  */
32 32
 

+ 1
- 1
Marlin/src/lcd/language/language_ko_KR.h View File

@@ -25,7 +25,7 @@
25 25
  * Korean
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 namespace Language_ko_KR {

+ 1
- 1
Marlin/src/lcd/language/language_nl.h View File

@@ -25,7 +25,7 @@
25 25
  * Dutch
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_pl.h View File

@@ -25,7 +25,7 @@
25 25
  * Polish - includes accented characters
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_pt.h View File

@@ -26,7 +26,7 @@
26 26
  * UTF-8 for Graphical Display
27 27
  *
28 28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30 30
  *
31 31
  */
32 32
 

+ 1
- 1
Marlin/src/lcd/language/language_pt_br.h View File

@@ -26,7 +26,7 @@
26 26
  * UTF-8 for Graphical Display
27 27
  *
28 28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30 30
  *
31 31
  */
32 32
 namespace Language_pt_br {

+ 1
- 1
Marlin/src/lcd/language/language_ru.h View File

@@ -25,7 +25,7 @@
25 25
  * Russian
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 #define DISPLAY_CHARSET_ISO10646_5

+ 1
- 1
Marlin/src/lcd/language/language_sk.h View File

@@ -26,7 +26,7 @@
26 26
  * UTF-8 for Graphical Display
27 27
  *
28 28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30 30
  *
31 31
  * Translated by Michal Holeš, Farma MaM
32 32
  * http://www.facebook.com/farmamam

+ 1
- 1
Marlin/src/lcd/language/language_test.h View File

@@ -25,7 +25,7 @@
25 25
  * TEST
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_tr.h View File

@@ -25,7 +25,7 @@
25 25
  * Turkish
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  * Bu çeviri dosyasındaki sorunlar ve düzeltmeler için iletişim;
31 31
  * Contact for issues and corrections in this translation file;

+ 1
- 1
Marlin/src/lcd/language/language_uk.h View File

@@ -25,7 +25,7 @@
25 25
  * Ukrainian
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 

+ 1
- 1
Marlin/src/lcd/language/language_vi.h View File

@@ -25,7 +25,7 @@
25 25
  * Vietnamese
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 namespace Language_vi {

+ 1
- 1
Marlin/src/lcd/language/language_zh_CN.h View File

@@ -25,7 +25,7 @@
25 25
  * Simplified Chinese
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 namespace Language_zh_CN {

+ 1
- 1
Marlin/src/lcd/language/language_zh_TW.h View File

@@ -25,7 +25,7 @@
25 25
  * Traditional Chinese
26 26
  *
27 27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29 29
  *
30 30
  */
31 31
 namespace Language_zh_TW {

+ 3
- 3
README.md View File

@@ -7,7 +7,7 @@
7 7
 
8 8
 <img align="right" width=175 src="buildroot/share/pixmaps/logo/marlin-250.png" />
9 9
 
10
-Additional documentation can be found at the [Marlin Home Page](http://marlinfw.org/).
10
+Additional documentation can be found at the [Marlin Home Page](https://marlinfw.org/).
11 11
 Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
12 12
 
13 13
 ## Marlin 2.0 Bugfix Branch
@@ -22,7 +22,7 @@ Download earlier versions of Marlin on the [Releases page](https://github.com/Ma
22 22
 
23 23
 ## Building Marlin 2.0
24 24
 
25
-To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](http://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](http://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
25
+To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](https://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](https://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
26 26
 
27 27
 ## Hardware Abstraction Layer (HAL)
28 28
 
@@ -95,7 +95,7 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
95 95
 Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x)) branch.
96 96
 
97 97
 - This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
98
-- Follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
98
+- Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
99 99
 - Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues).
100 100
 
101 101
 ### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)

+ 1
- 1
buildroot/share/fonts/uxggenpages.md View File

@@ -104,7 +104,7 @@ At this time, the font file `marlin-6x12-3.bdf` is used to generate the font dat
104 104
 Documents related to the old version of the language engine:
105 105
 
106 106
 - [Marlin Fonts Documentation](http://www.marlinfw.org/docs/development/fonts.html)
107
-- [Marlin LCD Language](http://marlinfw.org/docs/development/lcd_language.html)
107
+- [Marlin LCD Language](https://marlinfw.org/docs/development/lcd_language.html)
108 108
 - [U8GLIB](https://github.com/olikraus/u8glib.git)
109 109
 - [UTF-8 for U8GLIB](https://github.com/yhfudev/u8glib-fontutf8.git)
110 110
 - [Standalone test project for the Marlin UTF-8 language engine](https://github.com/yhfudev/marlin-fontutf8.git)

+ 1
- 1
buildroot/share/git/mfpub View File

@@ -126,7 +126,7 @@ git push -f origin
126 126
 git push -f upstream | {
127 127
   while IFS= read -r line
128 128
   do
129
-    [[ $line =~ "gh-pages -> gh-pages" ]] && opensite "http://marlinfw.org/"
129
+    [[ $line =~ "gh-pages -> gh-pages" ]] && opensite "https://marlinfw.org/"
130 130
     echo "$line"
131 131
   done
132 132
 }

Loading…
Cancel
Save