From a661f5784ed0fdee6caa25813a9f4c36f3d1a397 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Tue, 24 Feb 2015 22:30:32 -0500
Subject: [PATCH] More links in initial README.

---
 README.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index fddaf897..613053b8 100644
--- a/README.rst
+++ b/README.rst
@@ -210,9 +210,10 @@ these jobs.
 Pulsar Message Queue
 ````````````````````
 
-If Pulsar is processing requests via a message queue instead of a web
-server the underlying security mechanisms of the message queue should
-be used to secure communication - deploying Pulsar with SSL and a
+If Pulsar is processing requests via a `message queue
+<https://pulsar.readthedocs.org/en/latest/galaxy_with_rabbitmq_conf.html>`_
+instead of a web server the underlying security mechanisms of the message
+queue should be used to secure communication - deploying Pulsar with SSL and a
 ``private_token`` described above are not required.
 
 This will likely consist of setting some combination of
@@ -329,3 +330,7 @@ corresponding to this test and place it in the coverage_html_report
 subdirectory of this project.::
 
     coverage html
+
+Checkout the `Contributing
+<https://pulsar.readthedocs.org/en/latest/contributing.html>`_ documentation
+for many more details on developing and contributing to Pulsar.
-- 
GitLab