Skip to content

Commit

Permalink
Update URLs. Refs #382.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 18, 2021
1 parent 2591942 commit 54c9663
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Simple JWT
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/django-rest-framework-simplejwt/workflows/Test/badge.svg
:target: https://github.com/jazzband/django-rest-framework-simplejwt/actions
.. image:: https://github.com/jazzband/djangorestframework-simplejwt/workflows/Test/badge.svg
:target: https://github.com/jazzband/djangorestframework-simplejwt/actions
:alt: GitHub Actions
.. image:: https://codecov.io/gh/jazzband/django-rest-framework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/SimpleJWT/django-rest-framework-simplejwt
.. image:: https://codecov.io/gh/jazzband/djangorestframework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/djangorestframework-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 @@ -31,4 +31,4 @@ Looking for Maintainers
-----------------------

For more information, see `here
<https://github.com/SimpleJWT/django-rest-framework-simplejwt/issues/207>`__.
<https://github.com/jazzband/djangorestframework-simplejwt/issues/207>`__.
14 changes: 10 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
Simple JWT
==========

.. 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://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/djangorestframework-simplejwt/workflows/Test/badge.svg
:target: https://github.com/jazzband/djangorestframework-simplejwt/actions
:alt: GitHub Actions
.. image:: https://codecov.io/gh/jazzband/djangorestframework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/djangorestframework-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
:target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://img.shields.io/pypi/djversions/djangorestframework-simplejwt.svg
:target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://readthedocs.org/projects/django-rest-framework-simplejwt/badge/?version=latest
:target: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/

A JSON Web Token authentication plugin for the `Django REST Framework
<http://www.django-rest-framework.org/>`__.
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 @@ -55,7 +55,7 @@

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

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 @@
name='djangorestframework_simplejwt',
use_scm_version={"version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
url='https://github.com/SimpleJWT/django-rest-framework-simplejwt',
url='https://github.com/jazzband/djangorestframework-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 54c9663

Please sign in to comment.