From cadd725f567261198305a91f63f5ed316b1340ae Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Thu, 19 Dec 2024 11:08:10 +0000 Subject: [PATCH] Update deprecation link --- src/main/bash/sdkman-utils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/bash/sdkman-utils.sh b/src/main/bash/sdkman-utils.sh index 854efd0b1..8b2f6c645 100644 --- a/src/main/bash/sdkman-utils.sh +++ b/src/main/bash/sdkman-utils.sh @@ -118,7 +118,8 @@ function __sdkman_deprecation_notice() { This legacy '$1' command is replaced by a native implementation and it will be removed in a future release. -Learn more at https://sdkman.io/native" +Follow the discussion here: +https://github.com/sdkman/sdkman-cli-native/discussions/18" if [[ "$sdkman_colour_enable" == 'false' ]]; then __sdkman_echo_no_colour "$message"