소스 검색

✏️ Fix http:// links

Scott Lahteine 1 년 전
부모
커밋
9b7b1a3635

+ 1
- 1
.github/workflows/check-pr.yml 파일 보기

31
 
31
 
32
           It may help to set your fork's default branch to `bugfix-2.0.x`.
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 파일 보기

44
  *
44
  *
45
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
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
 /// Read a pin
50
 /// Read a pin

+ 1
- 1
Marlin/src/module/thermistor/thermistor_504.h 파일 보기

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
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
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/module/thermistor/thermistor_505.h 파일 보기

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
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
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/pins/sanguino/pins_ZMIB_V2.h 파일 보기

36
  * If you don't have a chip programmer you can use a spare Arduino plus a few
36
  * If you don't have a chip programmer you can use a spare Arduino plus a few
37
  * electronic components to write the bootloader.
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 파일 보기

23
 
23
 
24
 /**
24
 /**
25
  * Geeetech GTM32 Pro VB board pin assignments
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
  * Also applies to GTM32 Pro VD
28
  * Also applies to GTM32 Pro VD
29
  */
29
  */

+ 1
- 1
Marlin/src/pins/stm32f4/pins_ARTILLERY_RUBY.h 파일 보기

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
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
 #pragma once
22
 #pragma once

Loading…
취소
저장