File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1289,10 +1289,11 @@ print_banner() ->
12891289 " ~n TLS Library: ~ts "
12901290 " ~n Release series support status: ~ts "
12911291 " ~n "
1292- " ~n Doc guides: https://www.rabbitmq.com/docs/documentation "
1292+ " ~n Doc guides: https://www.rabbitmq.com/docs"
12931293 " ~n Support: https://www.rabbitmq.com/docs/contact"
12941294 " ~n Tutorials: https://www.rabbitmq.com/tutorials"
12951295 " ~n Monitoring: https://www.rabbitmq.com/docs/monitoring"
1296+ " ~n Upgrading: https://www.rabbitmq.com/docs/upgrade"
12961297 " ~n "
12971298 " ~n Logs: ~ts " ++ LogFmt ++ " ~n "
12981299 " ~n Config file(s): ~ts " ++ CfgFmt ++ " ~n "
@@ -1310,7 +1311,7 @@ maybe_warn_about_release_series_eol() ->
13101311 % % we intentionally log this as an error for increased visibiity
13111312 ? LOG_ERROR (" This release series has reached end of life "
13121313 " and is no longer supported. "
1313- " Please visit https://rabbitmq.com/versions.html "
1314+ " Please visit https://www. rabbitmq.com/release-information "
13141315 " to learn more and upgrade" );
13151316 _ -> ok
13161317 end .
You can’t perform that action at this time.
0 commit comments