diff --git a/DESCRIPTION b/DESCRIPTION index 9262cf2..5cf7e80 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ License: MIT + file LICENSE URL: https://datatracker.ietf.org/wg/jose/documents/ https://www.w3.org/TR/WebCryptoAPI/#jose https://github.com/r-lib/jose -BugReports: https://github.com/jeroen/r-lib/issues +BugReports: https://github.com/r-lib/jose/issues Depends: openssl (>= 1.2.1) Imports: jsonlite RoxygenNote: 7.1.1 diff --git a/vignettes/jwt.Rmd b/vignettes/jwt.Rmd index e0e1815..086075e 100644 --- a/vignettes/jwt.Rmd +++ b/vignettes/jwt.Rmd @@ -14,7 +14,7 @@ knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = "") ``` -JavaScript Object Signing and Encryption (JOSE) consists of a set of specifications for encryption and signatures based on the popular JSON format. This is work in progress, the IETF [jose workgroup](https://tools.ietf.org/wg/jose) usually has the latest information. +JavaScript Object Signing and Encryption (JOSE) consists of a set of specifications for encryption and signatures based on the popular JSON format. This is work in progress, the IETF [jose workgroup](https://tools.ietf.org/wg/jose/) usually has the latest information. - [RFC7515](https://tools.ietf.org/html/rfc7515): JSON Web Signature (JWS) - [RFC7516](https://tools.ietf.org/html/rfc7516): JSON Web Encryption (JWE)