jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 648 forks source link

Update README.rst with the new documentation URL #489

Closed masoodHK closed 4 years ago

masoodHK commented 4 years ago

I was going through your README file and I noticed that the documentation link is outdated and it leads to a site that doesn't exist while the documentation of the module exists in another link, i.e. https://jpadilla.github.io/django-rest-framework-jwt/. I figured it needed to have the documentation link changed to the new one so that developers who would want to use this module wouldn't have to be lost on where the documentation really is, hence why I made a pull request.

jpadilla commented 4 years ago

Thanks