diff --git a/README.rst b/README.rst index 2325bbd..243ca38 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ Django Axes =========== -.. image:: https://secure.travis-ci.org/django-pci/django-axes.png?branch=master +.. image:: https://secure.travis-ci.org/jazzband/django-axes.png?branch=master :alt: Build Status - :target: http://travis-ci.org/django-pci/django-axes + :target: http://travis-ci.org/jazzband/django-axes ``django-axes`` is a very simple way for you to keep track of failed login attempts, both for the Django admin and for the rest of your site. The name is @@ -16,6 +16,16 @@ sort of a geeky pun, since ``axes`` can be read interpreted as: definition) your website. Hilarious, right? That's what I thought too! +For more information see the documentation at: + +https://django-axes.readthedocs.io/ + +If you have questions or have trouble using the app please file a bug report +at: + +https://github.com/jazzband/django-axes/issues + + Requirements ============