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

This commit is contained in:
Ludy
2019-05-29 04:39:55 +02:00
committed by Scott Lahteine
parent 34ae76025e
commit 8e8e48f900
2 changed files with 4 additions and 4 deletions

View File

@ -30,11 +30,11 @@
* -----------------
*
* Helpful G-code references:
* - http://linuxcnc.org/handbook/gcode/g-code.html
* - http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
* - http://marlinfw.org/meta/gcode
* - https://reprap.org/wiki/G-code
* - http://linuxcnc.org/docs/html/gcode.html
*
* Help to document Marlin's G-codes online:
* - http://reprap.org/wiki/G-code
* - https://github.com/MarlinFirmware/MarlinDocumentation
*
* -----------------