Skip to content

Commit f73bdee

Browse files
author
Daniel Mikusa
authored
Update deprecation link (#948)
This new link points directly to a new section in the docs on migrations. The link target doesn't yet exist, but will once documentation updates are published. Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 68d20ef commit f73bdee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/java_buildpack/framework/spring_auto_reconfiguration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def log_warning_scc_manual
7474
'Dec 2022.'
7575
end
7676
@logger.warn do
77-
'Please migrate to java-cfenv immediately. See https://via.vmw.com/EhzD for migration instructions.' \
77+
'Please migrate to java-cfenv immediately. See https://via.vmw.com/EiBW for migration instructions.' \
7878
end
7979
end
8080

@@ -92,7 +92,7 @@ def log_warning_sar_scc_auto
9292
end
9393
@logger.warn do
9494
'If you are using these libraries, please migrate to java-cfenv immediately. ' \
95-
'See https://via.vmw.com/EhzD for migration instructions. Once you upgrade this message will go away.'
95+
'See https://via.vmw.com/EiBW for migration instructions. Once you upgrade this message will go away.'
9696
end
9797
end
9898
end

0 commit comments

Comments
 (0)