Skip to content

Commit c73bcd3

Browse files
Update startup banner to match the new rabbitmq.com structure
1 parent 23f3164 commit c73bcd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/rabbit/src/rabbit.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,10 +1291,10 @@ print_banner() ->
12911291
"~n TLS Library: ~ts"
12921292
"~n Release series support status: ~ts"
12931293
"~n"
1294-
"~n Doc guides: https://rabbitmq.com/documentation.html"
1295-
"~n Support: https://rabbitmq.com/contact.html"
1296-
"~n Tutorials: https://rabbitmq.com/getstarted.html"
1297-
"~n Monitoring: https://rabbitmq.com/monitoring.html"
1294+
"~n Doc guides: https://www.rabbitmq.com/docs/documentation"
1295+
"~n Support: https://www.rabbitmq.com/docs/contact"
1296+
"~n Tutorials: https://www.rabbitmq.com/tutorials"
1297+
"~n Monitoring: https://www.rabbitmq.com/docs/monitoring"
12981298
"~n"
12991299
"~n Logs: ~ts" ++ LogFmt ++ "~n"
13001300
"~n Config file(s): ~ts" ++ CfgFmt ++ "~n"

0 commit comments

Comments
 (0)