Browse Source

✏️ Fix http:// links

Scott Lahteine 1 year ago
parent
commit
9b7b1a3635

+ 1
- 1
.github/workflows/check-pr.yml View File

@@ -31,4 +31,4 @@ jobs:
31 31
 
32 32
           It may help to set your fork's default branch to `bugfix-2.0.x`.
33 33
 
34
-          See [this page](http://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.
34
+          See [this page](https://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.

+ 1
- 1
Marlin/src/HAL/NATIVE_SIM/fastio.h View File

@@ -44,7 +44,7 @@
44 44
  *
45 45
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
46 46
  *
47
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
47
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/cpp/Stringification.html
48 48
  */
49 49
 
50 50
 /// Read a pin

+ 1
- 1
Marlin/src/module/thermistor/thermistor_504.h View File

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

+ 1
- 1
Marlin/src/module/thermistor/thermistor_505.h View File

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

+ 1
- 1
Marlin/src/pins/sanguino/pins_ZMIB_V2.h View File

@@ -36,7 +36,7 @@
36 36
  * If you don't have a chip programmer you can use a spare Arduino plus a few
37 37
  * electronic components to write the bootloader.
38 38
  *
39
- * See http://www.instructables.com/id/Burn-Arduino-Bootloader-with-Arduino-MEGA/
39
+ * See https://www.instructables.com/Burn-Arduino-Bootloader-with-Arduino-MEGA/
40 40
  */
41 41
 
42 42
 /**

+ 1
- 1
Marlin/src/pins/stm32f1/pins_GTM32_PRO_VB.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * Geeetech GTM32 Pro VB board pin assignments
26
- * http://www.geeetech.com/wiki/index.php/File:Hardware_GTM32_PRO_VB.pdf
26
+ * https://www.geeetech.com/wiki/index.php/File:Hardware_GTM32_PRO_VB.pdf
27 27
  *
28 28
  * Also applies to GTM32 Pro VD
29 29
  */

+ 1
- 1
Marlin/src/pins/stm32f4/pins_ARTILLERY_RUBY.h View File

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

Loading…
Cancel
Save