Adjust repo links in code

This commit is contained in:
ljacqu
2017-03-28 08:11:00 +02:00
parent 2070f22968
commit a764598f88
5 changed files with 5 additions and 5 deletions
@@ -148,7 +148,7 @@ public class OnStartupTasks {
*
* @param hash the hash algorithm to check
* @return true if the hash will be deprecated, false otherwise
* @see <a href="https://github.com/Xephi/AuthMeReloaded/issues/1016">#1016</a>
* @see <a href="https://github.com/AuthMe/AuthMeReloaded/issues/1016">#1016</a>
*/
public static boolean isHashDeprecatedIn54(HashAlgorithm hash) {
if (hash.getClazz() == null || hash == HashAlgorithm.PLAINTEXT) {