diff --git a/docs/index.rst b/docs/index.rst index 4d5c0b4..fbb2493 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,8 +6,8 @@ Django-mailbox ============== -.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master - :target: https://travis-ci.org/latestrevision/django-mailbox +.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master + :target: https://travis-ci.org/coddingtonbear/django-mailbox How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content, or had to otherwise construct an application driven by e-mail? diff --git a/docs/topics/installation.rst b/docs/topics/installation.rst index 6286070..1784560 100644 --- a/docs/topics/installation.rst +++ b/docs/topics/installation.rst @@ -6,9 +6,9 @@ You can either install from pip:: pip install django-mailbox -*or* checkout and install the source from the `github repository `_:: +*or* checkout and install the source from the `github repository `_:: - git clone https://github.com/latestrevision/django-mailbox.git + git clone https://github.com/coddingtonbear/django-mailbox.git cd django-mailbox python setup.py install diff --git a/setup.py b/setup.py index 447350a..e5bb0c4 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ gmail_oauth2_require = [ setup( name='django-mailbox', version='3.4', - url='http://github.com/latestrevision/django-mailbox/', + url='http://github.com/coddingtonbear/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from ' 'Postfix or Exim4 into your Django application automatically.'