From d0be3bcbef4fd252c141413d16e8660c8e053559 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 7 Oct 2014 07:49:35 -0400 Subject: [PATCH] Update --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ade3462..6a8b818 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ Django Axes =========== -.. image:: https://secure.travis-ci.org/django-security/django-axes.png?branch=master +.. image:: https://secure.travis-ci.org/django-pci/django-axes.png?branch=master :alt: Build Status - :target: http://travis-ci.org/django-security/django-axes + :target: http://travis-ci.org/django-pci/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 @@ -38,7 +38,7 @@ You can install the latest stable package running this command:: Also you can install the development version running this command:: - $ pip install -e git+http://github.com/django-security/django-axes.git#egg=django_axes-dev + $ pip install -e git+http://github.com/django-pci/django-axes.git#egg=django_axes-dev Setuptools ----------