Merge pull request #555 from foxx/patch-2

Fixed docs links
main
Selwin Ong 10 years ago
commit 7bbe93a2be

@ -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) [![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) [![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 ## 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. heaviness of Celery or other AMQP-based queueing implementations.
[r]: http://python-requests.org [r]: http://python-requests.org
[d]: http://nvie.github.com/rq/docs/ [d]: http://python-rq.org/
[m]: http://pypi.python.org/pypi/mailer [m]: http://pypi.python.org/pypi/mailer
[p]: http://docs.python.org/library/pickle.html [p]: http://docs.python.org/library/pickle.html
[1]: http://www.celeryproject.org/ [1]: http://www.celeryproject.org/

Loading…
Cancel
Save