diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-23 19:37:27 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-23 19:37:27 -0400 |
commit | 44e2c630b3373ef0e9f8944c238032920e99007d (patch) | |
tree | 6b3f8706ee177bf73f621068867a53a39fa8d0da /docs/Debugging.md | |
parent | 0b918b357cb0c282d53cbdf59e1931a2054cd60a (diff) | |
download | kutter-44e2c630b3373ef0e9f8944c238032920e99007d.tar.gz kutter-44e2c630b3373ef0e9f8944c238032920e99007d.tar.xz kutter-44e2c630b3373ef0e9f8944c238032920e99007d.zip |
docs: Update documentation with new klipper github URL
The main code repository moved from
https://github.com/KevinOConnor/klipper.git to
https://github.com/Klipper3d/klipper.git .
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 59e5e483..6869fe03 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -15,7 +15,7 @@ The source code "whitespace check" can be run with: The Klippy regression test suite requires "data dictionaries" from many platforms. The easiest way to obtain them is to -[download them from github](https://github.com/KevinOConnor/klipper/issues/1438). +[download them from github](https://github.com/Klipper3d/klipper/issues/1438). Once the data dictionaries are downloaded, use the following to run the regression suite: ``` |