Skip to content

Commit c0ce031

Browse files
committed
Fix JWT handbook URL.
1 parent c71785d commit c0ce031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/website/ebook.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ section.jtw-ebook-banner
22
span
33
strong Get the JWT Handbook for free!
44
|  Spread the word and download it now.
5-
a.btn.btn-download-ebook(href='https://auth0.com/%3Cspan%20class="x x-first x-last">e-books/jwt-handbook?utm_source=jwtio&utm_medium=sc&utm_campaign=rotating_banner', target='_blank') Download Ebook
5+
a.btn.btn-download-ebook(href='https://auth0.com/%3Cspan%20class="x x-first x-last">resources/ebooks/jwt-handbook?utm_source=jwtio&utm_medium=sc&utm_campaign=rotating_banner', target='_blank') Download Ebook

views/website/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**NEW:** get the [JWT Handbook for free](https://auth0.com/e-books/jwt-handbook) and learn JWTs in depth!
1+
**NEW:** get the [JWT Handbook for free](https://auth0.com/resources/ebooks/jwt-handbook) and learn JWTs in depth!
22

33
## What is JSON Web Token?
44
JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html/rfc7519)) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the **HMAC** algorithm) or a public/private key pair using **RSA** or **ECDSA**.

0 commit comments

Comments
 (0)