diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-13 12:36:14 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-13 12:36:14 -0500 |
commit | 43a6d18f13995a2c8990bec5fc8ff05f6b280b2c (patch) | |
tree | 21832043f8cd9c23155a0253d83b7b6a8c98106e /docs/Config_Changes.md | |
parent | 09234502865f9489a72852ba7111da80eb285674 (diff) | |
download | kutter-43a6d18f13995a2c8990bec5fc8ff05f6b280b2c.tar.gz kutter-43a6d18f13995a2c8990bec5fc8ff05f6b280b2c.tar.xz kutter-43a6d18f13995a2c8990bec5fc8ff05f6b280b2c.zip |
docs: Fix board_pins link in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index c973c6fa..0defb55a 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -14,7 +14,7 @@ Remove the Z "position_endstop" definition to fix the error. 20201120: The `[board_pins]` config section now specifies the mcu name in an explicit `mcu:` parameter. If using board_pins for a secondary mcu, then the config must be updated to specify that name. See the -[config reference](Config_Reference.md#[board_pins]) for further +[config reference](Config_Reference.md#board_pins) for further details. 20201112: The time reported by `print_stats.print_duration` has |