From 80da74826d62fdd72ae3406233983873b48aa777 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Tue, 17 Mar 2015 12:45:26 +0100 Subject: [PATCH] * Updated broken url --- RobThree/TwoFactorAuth/TwoFactorAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobThree/TwoFactorAuth/TwoFactorAuth.php b/RobThree/TwoFactorAuth/TwoFactorAuth.php index 4273bbb..ca40c85 100644 --- a/RobThree/TwoFactorAuth/TwoFactorAuth.php +++ b/RobThree/TwoFactorAuth/TwoFactorAuth.php @@ -3,7 +3,7 @@ namespace RobThree\TwoFactorAuth; // Based on / inspired by: https://github.com/PHPGangsta/GoogleAuthenticator -// Algorithms, digits, period etc. explained: https://code.google.com/p/google-authenticator/wiki/KeyUriFormat +// Algorithms, digits, period etc. explained: https://github.com/google/google-authenticator/wiki/Key-Uri-Format class TwoFactorAuth { private $algorithm;