diff --git a/docs/scenarios/client.rst b/docs/scenarios/client.rst
index 06e9864..b7494b0 100644
--- a/docs/scenarios/client.rst
+++ b/docs/scenarios/client.rst
@@ -45,10 +45,10 @@ library is designed to have a familiar socket-style API.
RabbitMQ
--------
-RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
+RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform
framework for clustering and failover. Client libraries to interface with the broker are available
for all major programming languages.
-- `Website `_
-- `GitHub `_
+- `Homepage `_
+- `GitHub Organization `_