Fix broken links (#457)

This commit is contained in:
Abhilash Raj
2021-04-07 12:36:37 -07:00
committed by GitHub
parent 1cefea12ac
commit 53b1f1e457
2 changed files with 13 additions and 7 deletions

View File

@@ -76,8 +76,9 @@ change them unless you know what you want.
or disable social login entierly.
If `INSTALLED_APPS` is overridden `MAILMAN_WEB_SOCIAL_AUTH` is not used and
you must specify any social login provider in `INSTALLED_APPS` instead.
See [settings.py](mailman-web/settings.py) for implementation details.
See [settings.py][1] for implementation details.
[1]: https://github.com/maxking/docker-mailman/blob/master/web/mailman-web/settings.py
Running
=======