summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/JWT.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JWT.php b/src/JWT.php
index ea3cc7d..607710d 100644
--- a/src/JWT.php
+++ b/src/JWT.php
@@ -8,7 +8,7 @@ use \DateTime;
/**
* 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
*