Skip to content

Commit d370072

Browse files
Update documentation links to PySAML2 and Django.
Link to PySAML2 was broken.
1 parent 4c1d46b commit d370072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ We will see a typical configuration for protecting a Django project::
250250
Please check the `PySAML2 documentation`_ for more information about
251251
these and other configuration options.
252252

253-
.. _`PySAML2 documentation`: http://packages.python.org/pysaml2/
253+
.. _`PySAML2 documentation`: http://pysaml2.readthedocs.io/en/latest/
254254

255255
There are several external files and directories you have to create according
256256
to this configuration.
@@ -404,7 +404,7 @@ settings.py::
404404

405405
Learn more about Django profile models at:
406406

407-
https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users
407+
https://docs.djangoproject.com/en/dev/topics/auth/customizing/#substituting-a-custom-user-model
408408

409409

410410
Sometimes you need to use special logic to update the user object

0 commit comments

Comments
 (0)