From ed21fb5fb14b1515cc47ce4d4a1033e5f9e3fd9b Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 18 Jan 2020 14:32:02 +0200 Subject: [PATCH] Updated comment --- src/Auth/OAuth/Yahoo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/OAuth/Yahoo.php b/src/Auth/OAuth/Yahoo.php index cdf865bbec..c14e4c6650 100644 --- a/src/Auth/OAuth/Yahoo.php +++ b/src/Auth/OAuth/Yahoo.php @@ -5,7 +5,7 @@ namespace Auth\OAuth; use Auth\OAuth; // Reference Material -// https://dev.twitch.tv/docs/authentication +// https://developer.yahoo.com/oauth2/guide/ class Yahoo extends OAuth {