From 059ea6b849cdf77d2760b3feee0fe39c9056d01e Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 4 Apr 2023 22:23:57 +0400 Subject: [PATCH] README updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29086c5345..a916a75450 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ multi-protocol messaging and streaming broker. It supports: * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html) * [All documentation guides](https://rabbitmq.com/documentation.html) + * [RabbitMQ blog](https://blog.rabbitmq.com/) Some key doc guides include @@ -50,9 +51,10 @@ RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq ## Getting Help from the Community + * [Community Discord server](https://rabbitmq.com/discord/) + * [Community Slack](https://rabbitmq.com/slack/) * [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/) * [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users) - * [Community Slack](https://rabbitmq-slack.herokuapp.com/) * `#rabbitmq` on [Libera Chat](https://libera.chat/) @@ -70,6 +72,7 @@ RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ). ## Building From Source and Packaging + * [Contributor resources](https://github.com/rabbitmq/contribute) * [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html) * [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)