Merge pull request #14 from dacarley/bad-settings-doc-link

Fixed a bogus link in the Settings page.
This commit is contained in:
OneFinityCNC
2021-03-06 11:33:57 -05:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ script#settings-view-template(type="text/x-template")
- var base = '//linuxcnc.org/docs/html/gcode/g-code.html' - var base = '//linuxcnc.org/docs/html/gcode/g-code.html'
p. p.
GCode commands GCode commands
#[a(href=base + "#gcode:g61-g61.1", target="_blank") G61, G61.1] and #[a(href=base + "#gcode:g61", target="_blank") G61, G61.1] and
#[a(href=base + "#gcode:g64", target="_blank") G64] also affect path #[a(href=base + "#gcode:g64", target="_blank") G64] also affect path
planning accuracy. planning accuracy.