Skip to content

Commit cdbc8cb

Browse files
committed
Update refs from Slack to Discord
1 parent c9cd21d commit cdbc8cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/views/includes/install_archive.scala.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ ARCHIVE_OK=$(unzip -qt "$sdkman_zip_file" | grep 'No errors detected in compress
1010
if [[ -z "$ARCHIVE_OK" ]]; then
1111
echo "Downloaded zip archive corrupt. Are you connected to the internet?"
1212
echo ""
13-
echo "If problems persist, please ask for help on our Slack:"
14-
echo "* easy sign up: https://slack.sdkman.io/"
15-
echo "* report on channel: https://sdkman.slack.com/app_redirect?channel=user-issues"
13+
echo "If problems persist, please ask for help on our Discord server:"
14+
echo "* easy sign up:"
15+
echo " https://discord.gg/y9mVJYVyu4"
16+
echo "* report on our #help channel:"
17+
echo " https://discord.com/channels/1245471991117512754/1245486255295299644"
1618
exit
1719
fi
1820

@@ -34,4 +36,4 @@ echo "* Cleaning up..."
3436
rm -rf "$sdkman_tmp_folder"/sdkman-*
3537
rm -rf "$sdkman_zip_file"
3638

37-
echo ""
39+
echo ""

0 commit comments

Comments
 (0)