diff --git a/ext-attributes/onboarding-group-name.sh b/ext-attributes/onboarding-group-name.sh
index 9607190..836628b 100644
--- a/ext-attributes/onboarding-group-name.sh
+++ b/ext-attributes/onboarding-group-name.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/scripts/onboarding.sh)
+# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/blob/main/scripts/jamf-onboarding.sh)
for file in /tmp/.Onboarding/*; do
Team="${file##*/}"
done
-echo "$Team"
\ No newline at end of file
+echo "$Team"