Skip to content

Commit

Permalink
Update repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sanders committed Mar 19, 2020
1 parent 1c2b96b commit 9687e27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Simple JWT
A JSON Web Token authentication plugin for the `Django REST Framework
<http://www.django-rest-framework.org/>`__.

.. image:: https://circleci.com/gh/davesque/django-rest-framework-simplejwt.svg?style=shield
:target: https://circleci.com/gh/davesque/django-rest-framework-simplejwt
.. image:: https://codecov.io/gh/davesque/django-rest-framework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/davesque/django-rest-framework-simplejwt
.. image:: https://circleci.com/gh/SimpleJWT/django-rest-framework-simplejwt.svg?style=shield
:target: https://circleci.com/gh/SimpleJWT/django-rest-framework-simplejwt
.. image:: https://codecov.io/gh/SimpleJWT/django-rest-framework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/SimpleJWT/django-rest-framework-simplejwt
.. image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt.svg
:target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-simplejwt.svg
Expand All @@ -17,7 +17,7 @@ LOOKING FOR MAINTAINERS
-----------------------

For more information, see `here
<https://github.com/davesque/django-rest-framework-simplejwt/issues/207>`__.
<https://github.com/SimpleJWT/django-rest-framework-simplejwt/issues/207>`__.

-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_simplejwt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

class APISettings(_APISettings): # pragma: no cover
def __check_user_settings(self, user_settings):
SETTINGS_DOC = 'https://github.com/davesque/django-rest-framework-simplejwt#settings'
SETTINGS_DOC = 'https://github.com/SimpleJWT/django-rest-framework-simplejwt#settings'

for setting in REMOVED_SETTINGS:
if setting in user_settings:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
setup(
name='djangorestframework_simplejwt',
version='4.4.0',
url='https://github.com/davesque/django-rest-framework-simplejwt',
url='https://github.com/SimpleJWT/django-rest-framework-simplejwt',
license='MIT',
description='A minimal JSON Web Token authentication plugin for Django REST Framework',
long_description=open('README.rst', 'r', encoding='utf-8').read(),
Expand Down

0 comments on commit 9687e27

Please sign in to comment.