diff --git a/src/JWT.php b/src/JWT.php index 6d30e941..bd1b2f06 100644 --- a/src/JWT.php +++ b/src/JWT.php @@ -8,7 +8,7 @@ /** * JSON Web Token implementation, based on this spec: - * http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06 + * https://tools.ietf.org/html/rfc7519 * * PHP version 5 *