summaryrefslogtreecommitdiff
path: root/doc/plugin-authentication.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-21 17:46:17 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-21 17:46:17 -0400
commitdf423ae4aff12e8143a52642a3025ee1c0dffcea (patch)
tree727abcdebd7c3398f5b36f458af7e0c8c961c3e9 /doc/plugin-authentication.markdown
parent3dd20c9c78e61028a4c7db232c7b2b30662a2987 (diff)
Move repository to Kanboard organization
Diffstat (limited to 'doc/plugin-authentication.markdown')
-rw-r--r--doc/plugin-authentication.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugin-authentication.markdown b/doc/plugin-authentication.markdown
index 06fdfd8d..e1ca6f01 100644
--- a/doc/plugin-authentication.markdown
+++ b/doc/plugin-authentication.markdown
@@ -35,6 +35,6 @@ This object must implement the interface `Kanboard\Core\User\UserProviderInterfa
Example of authentication plugins
---------------------------------
-- [Authentication providers included in Kanboard](https://github.com/fguillot/kanboard/tree/master/app/Auth)
+- [Authentication providers included in Kanboard](https://github.com/kanboard/kanboard/tree/master/app/Auth)
- [Reverse-Proxy Authentication with LDAP support](https://github.com/kanboard/plugin-reverse-proxy-ldap)
- [SMS Two-Factor Authentication](https://github.com/kanboard/plugin-sms-2fa)