Skip to content

Commit

Permalink
fix(docs): update doc links again
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jul 21, 2021
1 parent 37fdfb1 commit 26c4361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm install jose-browser-runtime

- JSON Web Tokens (JWT)
- [Signing](docs/classes/jwt_sign.SignJWT.md#readme)
- [Verification & Claims Set Validation](docs/functions/jwt_verify.SignJWT.md#readme)
- [Verification & Claims Set Validation](docs/functions/jwt_verify.jwtVerify.md#readme)
- Encrypted JSON Web Tokens
- [Encryption](docs/classes/jwt_encrypt.EncryptJWT.md#readme)
- [Decryption & Claims Set Validation](docs/functions/jwt_decrypt.jwtDecrypt.md#readme)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you or your business use `jose`, please consider becoming a [sponsor][support

- JSON Web Tokens (JWT)
- [Signing](classes/jwt_sign.SignJWT.md#readme)
- [Verification & Claims Set Validation](functions/jwt_verify.SignJWT.md#readme)
- [Verification & Claims Set Validation](functions/jwt_verify.jwtVerify.md#readme)
- Encrypted JSON Web Tokens
- [Encryption](classes/jwt_encrypt.EncryptJWT.md#readme)
- [Decryption & Claims Set Validation](functions/jwt_decrypt.jwtDecrypt.md#readme)
Expand Down

0 comments on commit 26c4361

Please sign in to comment.