瀏覽代碼

Fix links in templates, gcode.h (#14160)

Ludy 5 年之前
父節點
當前提交
8e8e48f900
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      .github/issue_template.md
  2. 3
    3
      Marlin/src/gcode/gcode.h

+ 1
- 1
.github/issue_template.md 查看文件

1
 <!--
1
 <!--
2
 
2
 
3
-Have you read Marlin's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md
3
+Have you read Marlin's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md
4
 
4
 
5
 Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use the Marlin Firmware forum at http://forums.reprap.org/list.php?415 or the Marlin Facebook Group https://www.facebook.com/groups/1049718498464482/.
5
 Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use the Marlin Firmware forum at http://forums.reprap.org/list.php?415 or the Marlin Facebook Group https://www.facebook.com/groups/1049718498464482/.
6
 
6
 

+ 3
- 3
Marlin/src/gcode/gcode.h 查看文件

30
  * -----------------
30
  * -----------------
31
  *
31
  *
32
  * Helpful G-code references:
32
  * Helpful G-code references:
33
- *  - http://linuxcnc.org/handbook/gcode/g-code.html
34
- *  - http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
33
+ *  - http://marlinfw.org/meta/gcode
34
+ *  - https://reprap.org/wiki/G-code
35
+ *  - http://linuxcnc.org/docs/html/gcode.html
35
  *
36
  *
36
  * Help to document Marlin's G-codes online:
37
  * Help to document Marlin's G-codes online:
37
- *  - http://reprap.org/wiki/G-code
38
  *  - https://github.com/MarlinFirmware/MarlinDocumentation
38
  *  - https://github.com/MarlinFirmware/MarlinDocumentation
39
  *
39
  *
40
  * -----------------
40
  * -----------------

Loading…
取消
儲存