From c73bcd30fcadd77f3ec354c686f969fc971ac940 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 22 Feb 2024 08:19:40 -0500 Subject: [PATCH] Update startup banner to match the new rabbitmq.com structure --- deps/rabbit/src/rabbit.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/rabbit/src/rabbit.erl b/deps/rabbit/src/rabbit.erl index c5d561e2bdf7..6b9e465e87d5 100644 --- a/deps/rabbit/src/rabbit.erl +++ b/deps/rabbit/src/rabbit.erl @@ -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"