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/_klipper3d | |
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/_klipper3d')
-rw-r--r-- | docs/_klipper3d/mkdocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml index c7724dc0..f173f6b5 100644 --- a/docs/_klipper3d/mkdocs.yml +++ b/docs/_klipper3d/mkdocs.yml @@ -2,8 +2,8 @@ # Site and directory configuration site_name: Klipper documentation -repo_url: https://github.com/KevinOConnor/klipper -repo_name: KevinOConnor/klipper +repo_url: https://github.com/Klipper3d/klipper +repo_name: Klipper3d/klipper edit_uri: blob/master/docs/ use_directory_urls: False docs_dir: '../' |