summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Jones <b.mcgavin@gmail.com>2020-09-06 17:54:45 +0100
committerGitHub <noreply@github.com>2020-09-06 17:54:45 +0100
commit01da54aadfe1ed9027e71754f9d897f68da900ea (patch)
tree2b138e98a3834362aee356961c6807987278b3fa /docs
parent80034c007826a026833d85d4fde7fc9be3898229 (diff)
point setup.sh at upstream
Diffstat (limited to 'docs')
-rw-r--r--docs/static/setup.sh2
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