From 95c2bf8e11b62e5201f498c4c3f3255a99d234db Mon Sep 17 00:00:00 2001 From: Cal Leeming Date: Mon, 29 Jun 2015 14:10:53 +0100 Subject: [PATCH] Fixed docs links * Added docs link at the top of the page, much easier to see. * Changed docs link to github pages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d543c52..bf9efaa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ RQ requires Redis >= 2.7.0. [![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq) [![Coverage Status](https://img.shields.io/coveralls/nvie/rq.svg)](https://coveralls.io/r/nvie/rq) +Full documentation can be found [here][d]. + ## Getting started @@ -85,7 +87,7 @@ and [this snippet][3], and has been created as a lightweight alternative to the heaviness of Celery or other AMQP-based queueing implementations. [r]: http://python-requests.org -[d]: http://nvie.github.com/rq/docs/ +[d]: http://python-rq.org/ [m]: http://pypi.python.org/pypi/mailer [p]: http://docs.python.org/library/pickle.html [1]: http://www.celeryproject.org/