summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-01-26 16:14:58 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-01-26 16:16:48 +0300
commit2a83799a1d92676e9afe7085dbeba9aa88216736 (patch)
treec296419eac8b89adae1e3a5c5b6dcb3ba0524615
parent4a3ee3a336bc82f2e56ec5d2292c80458ccc2974 (diff)
downloadrabbitmq-server-git-2a83799a1d92676e9afe7085dbeba9aa88216736.tar.gz
README updates
[ci skip] (cherry picked from commit 62ff453b05317c0f8834976d44f8b95593c39bdf)
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index e3d7daa43c..bf04218909 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# RabbitMQ Server
-[RabbitMQ](http://rabbitmq.com) is a [feature rich](http://www.rabbitmq.com/features.html), multi-protocol messaging broker. It supports:
+[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
* AMQP 0-9-1
* STOMP 1.0 through 1.2
@@ -10,27 +10,27 @@
## Installation
- * [Installation guides](http://www.rabbitmq.com/download.html) for various platforms
+ * [Installation guides](https://rabbitmq.com/download.html) for various platforms
## Tutorials & Documentation
- * [RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html)
- * [Documentation guides](http://www.rabbitmq.com/documentation.html)
+ * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
+ * [Documentation guides](https://rabbitmq.com/documentation.html)
* [Documentation Source Code](https://github.com/rabbitmq/rabbitmq-website/)
- * [Client libraries and tools](http://www.rabbitmq.com/devtools.html)
+ * [Client libraries and tools](https://rabbitmq.com/devtools.html)
* [Tutorials Source Code](https://github.com/rabbitmq/rabbitmq-tutorials/)
## Getting Help
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
* `#rabbitmq` on Freenode
- * [Commercial RabbitMQ support](http://www.rabbitmq.com/services.html) from [Pivotal](http://pivotal.io)
+ * [Commercial RabbitMQ support](https://rabbitmq.com/services.html) from [Pivotal](http://pivotal.io)
## Contributing
-See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](http://www.rabbitmq.com/github.html).
+See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
## License
@@ -40,8 +40,8 @@ RabbitMQ server is [licensed under the MPL](LICENSE-MPL-RabbitMQ).
## Building From Source and Packaging
- * [Building RabbitMQ Server From Source](http://www.rabbitmq.com/build-server.html)
- * [Building RabbitMQ Server Packages](http://www.rabbitmq.com/build-server.html)
+ * [Building RabbitMQ Server From Source](https://rabbitmq.com/build-server.html)
+ * [Building RabbitMQ Server Packages](https://rabbitmq.com/build-server.html)
## Copyright