Skip to content

Commit

Permalink
fix link (golang-jwt#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
greut authored Sep 10, 2021
1 parent 93130d3 commit 205b3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Migration Guide (v4.0.0)

Starting from [v4.0.0](https://github.com/golang-jwt/jwt/releases/tag/v4.0.0]), the import path will be:
Starting from [v4.0.0](https://github.com/golang-jwt/jwt/releases/tag/v4.0.0), the import path will be:

"github.com/golang-jwt/jwt/v4"

Expand All @@ -19,4 +19,4 @@ go mod tidy

## Older releases (before v3.2.0)

The original migration guide for older releases can be found at https://github.com/dgrijalva/jwt-go/blob/master/MIGRATION_GUIDE.md.
The original migration guide for older releases can be found at https://github.com/dgrijalva/jwt-go/blob/master/MIGRATION_GUIDE.md.

0 comments on commit 205b3dc

Please sign in to comment.