Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 38ba816

Browse files
committed
Update links
1 parent 08650b4 commit 38ba816

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You may also want to follow the `author`_ on Twitter.
5151
.. _JWT.io: http://jwt.io/
5252
.. _author: https://twitter.com/blimp
5353

54-
.. |build-status-image| image:: https://secure.travis-ci.org/GetBlimp/django-rest-framework-jwt.svg?branch=master
55-
:target: http://travis-ci.org/GetBlimp/django-rest-framework-jwt?branch=master
54+
.. |build-status-image| image:: https://secure.travis-ci.org/jpadilla/django-rest-framework-jwt.svg?branch=master
55+
:target: http://travis-ci.org/jpadilla/django-rest-framework-jwt?branch=master
5656
.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-jwt.svg
5757
:target: https://pypi.python.org/pypi/djangorestframework-jwt

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="badges">
2-
<a href="https://travis-ci.org/GetBlimp/django-rest-framework-jwt">
3-
<img src="https://travis-ci.org/GetBlimp/django-rest-framework-jwt.svg?branch=master">
2+
<a href="https://travis-ci.org/jpadilla/django-rest-framework-jwt">
3+
<img src="https://travis-ci.org/jpadilla/django-rest-framework-jwt.svg?branch=master">
44
</a>
55
<a href="https://pypi.python.org/pypi/djangorestframework-jwt">
66
<img src="https://img.shields.io/pypi/v/djangorestframework-jwt.svg">
@@ -279,7 +279,7 @@ def jwt_response_payload_handler(token, user=None, request=None):
279279
Default is `{'token': token}`
280280

281281
### JWT_AUTH_HEADER_PREFIX
282-
You can modify the Authorization header value prefix that is required to be sent together with the token. The default value is `JWT`. This decision was introduced in PR [#4](https://github.com/GetBlimp/django-rest-framework-jwt/pull/4) to allow using both this package and OAuth2 in DRF.
282+
You can modify the Authorization header value prefix that is required to be sent together with the token. The default value is `JWT`. This decision was introduced in PR [#4](https://github.com/jpadilla/django-rest-framework-jwt/pull/4) to allow using both this package and OAuth2 in DRF.
283283

284284
Another common value used for tokens and Authorization headers is `Bearer`.
285285

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ site_name: Django REST framework JWT
22
site_description: JSON Web Token Authentication support for Django REST Framework
33
site_dir: html
44

5-
repo_url: https://github.com/GetBlimp/django-rest-framework-jwt
5+
repo_url: https://github.com/jpadilla/django-rest-framework-jwt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_version(package):
2222
version = get_version('rest_framework_jwt')
2323
package = 'rest_framework_jwt'
2424
description = 'JSON Web Token based authentication for Django REST framework'
25-
url = 'https://github.com/GetBlimp/django-rest-framework-jwt'
25+
url = 'https://github.com/jpadilla/django-rest-framework-jwt'
2626
author = 'Jose Padilla'
2727
author_email = '[email protected]'
2828
license = 'MIT'

0 commit comments

Comments
 (0)