Skip to content

Commit

Permalink
fixed two broken links to django-allauth docs. (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedlemine committed Oct 27, 2023
1 parent e58c970 commit de86fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api_endpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Basic

- /dj-rest-auth/logout/ (POST)

.. note:: ``ACCOUNT_LOGOUT_ON_GET = True`` to allow logout using GET - this is the exact same configuration from allauth. NOT recommended, see: http://django-allauth.readthedocs.io/en/latest/views.html#logout
.. note:: ``ACCOUNT_LOGOUT_ON_GET = True`` to allow logout using GET - this is the exact same configuration from allauth. NOT recommended, see: https://django-allauth.readthedocs.io/en/latest/account/views.html#logout

- /dj-rest-auth/password/reset/ (POST)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ If you are using Twitter for your social authentication, it is a bit different s
path('dj-rest-auth/twitter/', TwitterLogin.as_view(), name='twitter_login')
]
.. note:: Starting from v0.21.0, django-allauth has dropped support for context processors. Check out http://django-allauth.readthedocs.org/en/latest/changelog.html#from-0-21-0 for more details.
.. note:: Starting from v0.21.0, django-allauth has dropped support for context processors. Check out https://django-allauth.readthedocs.io/en/latest/release-notes/2015.html#id8 for more details.


GitHub
Expand Down

0 comments on commit de86fa9

Please sign in to comment.