Skip to content

Commit 0d4660e

Browse files
michaelklishinmergify[bot]
authored andcommitted
Update startup banner for the new website
Plus add a new link, to the Upgrading guide, arguably one of the more important guides we have today. (cherry picked from commit 478419e)
1 parent d36c109 commit 0d4660e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps/rabbit/src/rabbit.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)