From b8d230b520debaefc4d004683c70ad9ce58075e3 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Sat, 21 Dec 2024 14:51:16 +0000 Subject: [PATCH] Update deprecation link again --- src/main/bash/sdkman-utils.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/bash/sdkman-utils.sh b/src/main/bash/sdkman-utils.sh index 8b2f6c645..397778d98 100644 --- a/src/main/bash/sdkman-utils.sh +++ b/src/main/bash/sdkman-utils.sh @@ -114,12 +114,10 @@ function __sdkman_echo_confirm() { function __sdkman_deprecation_notice() { local message=" [Deprecation Notice]: - This legacy '$1' command is replaced by a native implementation and it will be removed in a future release. - -Follow the discussion here: -https://github.com/sdkman/sdkman-cli-native/discussions/18" +Please follow the discussion here: +https://github.com/sdkman/sdkman-cli/discussions/1332" if [[ "$sdkman_colour_enable" == 'false' ]]; then __sdkman_echo_no_colour "$message"