Change github URLs from AuthMe-Team/ to AuthMe/

- Change README sections to use more markdown
This commit is contained in:
ljacqu
2016-07-10 11:42:40 +02:00
parent ad1991c23c
commit 491853e0c8
7 changed files with 39 additions and 39 deletions
@@ -7,7 +7,7 @@
* verification). Don't forget to update the AUTHME_TABLE value and your *
* database credentials in getAuthmeMySqli(). *
* *
* Source: https://github.com/AuthMe-Team/AuthMeReloaded/ *
* Source: https://github.com/AuthMe/AuthMeReloaded/ *
*****************************************************************************/
abstract class AuthMeController {
@@ -123,4 +123,4 @@ abstract class AuthMeController {
return null;
}
}
}