summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2020-05-23 09:11:23 +0300
committerGitHub <noreply@github.com>2020-05-23 09:11:23 +0300
commite9ba4ab28cfb9efac3aee09aef7df58acc5825b0 (patch)
treec106a83e866c10f8f8c40f623e7a1a69f54ef131 /README.md
parent03bfc5e3f9b11f8ddd04974af7a44da5184205d1 (diff)
downloadrabbitmq-server-git-e9ba4ab28cfb9efac3aee09aef7df58acc5825b0.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e6c02c08b..f07f797409 100644
--- a/README.md
+++ b/README.md
@@ -14,18 +14,23 @@
## Installation
* [Installation guides](https://rabbitmq.com/download.html) for various platforms
+ * [Changelog](https://www.rabbitmq.com/changelog.html)
+ * [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
* [Supported and unsupported series](https://www.rabbitmq.com/versions.html)
* [Supported Erlang versions](https://www.rabbitmq.com/which-erlang.html)
+
## Tutorials & Documentation
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
* [All documentation guides](https://rabbitmq.com/documentation.html)
- * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
+ * [CLI tools guide](https://rabbitmq.com/cli.html)
+ * [Configuration guide](https://rabbitmq.com/configure.html)
* [Client libraries and tools](https://rabbitmq.com/devtools.html)
* [Monitoring guide](https://rabbitmq.com/monitoring.html)
* [Production checklist](https://rabbitmq.com/production-checklist.html)
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
+ * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
## Getting Help