Skip to content

Commit

Permalink
Update startup banner to match the new rabbitmq.com structure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 22, 2024
1 parent 23f3164 commit c73bcd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/rabbit/src/rabbit.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1291,10 +1291,10 @@ print_banner() ->
"~n TLS Library: ~ts"
"~n Release series support status: ~ts"
"~n"
"~n Doc guides: https://rabbitmq.com/documentation.html"
"~n Support: https://rabbitmq.com/contact.html"
"~n Tutorials: https://rabbitmq.com/getstarted.html"
"~n Monitoring: https://rabbitmq.com/monitoring.html"
"~n Doc guides: https://www.rabbitmq.com/docs/documentation"
"~n Support: https://www.rabbitmq.com/docs/contact"
"~n Tutorials: https://www.rabbitmq.com/tutorials"
"~n Monitoring: https://www.rabbitmq.com/docs/monitoring"
"~n"
"~n Logs: ~ts" ++ LogFmt ++ "~n"
"~n Config file(s): ~ts" ++ CfgFmt ++ "~n"
Expand Down

0 comments on commit c73bcd3

Please sign in to comment.