diff options
author | Richard Jones <b.mcgavin@gmail.com> | 2020-09-06 17:54:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 17:54:45 +0100 |
commit | 01da54aadfe1ed9027e71754f9d897f68da900ea (patch) | |
tree | 2b138e98a3834362aee356961c6807987278b3fa /docs/static | |
parent | 80034c007826a026833d85d4fde7fc9be3898229 (diff) |
point setup.sh at upstream
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 83e7451..5d203a4 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -64,7 +64,7 @@ select opt in "${options[@]}" "Quit"; do done if [ "$split" == "n" ]; then - repo_path="https://github.com/bmcgavin/zmk-config-template.git" + repo_path="https://github.com/zmkfirmware/zmk-config-template.git" fi read -e -p "Copy in the stock keymap for customization? [Yn]: " copy_keymap |