diff --git a/src/Appwrite/Auth/OAuth2/Disqus.php b/src/Appwrite/Auth/OAuth2/Disqus.php index 09523006b2..20fa28f998 100644 --- a/src/Appwrite/Auth/OAuth2/Disqus.php +++ b/src/Appwrite/Auth/OAuth2/Disqus.php @@ -5,7 +5,7 @@ namespace Appwrite\Auth\OAuth2; use Appwrite\Auth\OAuth2; // Reference Material -// [DOCS FROM OAUTH PROVIDER] +// https://disqus.com/api/docs/auth/ class Disqus extends OAuth2 {