Skip to content

Commit

Permalink
Update 2 links in README (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 24, 2022
1 parent 7fa27fd commit ec258bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var _ bool = newClaims.IsForAudience("admin")
var _ bool = newClaims.IsValidAt(time.Now())
```

Also see examples: [example_test.go](https://github.com/cristalhq/jwt/blob/master/example_test.go).
Also see examples: [example_test.go](https://github.com/cristalhq/jwt/blob/main/example_test.go).

## Documentation

Expand All @@ -112,7 +112,7 @@ See [these docs][pkg-url].
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/jwt/v4
[reportcard-img]: https://goreportcard.com/badge/cristalhq/jwt
[reportcard-url]: https://goreportcard.com/report/cristalhq/jwt
[coverage-img]: https://codecov.io/gh/cristalhq/jwt/branch/master/graph/badge.svg
[coverage-img]: https://codecov.io/gh/cristalhq/jwt/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/jwt
[version-img]: https://img.shields.io/github/v/release/cristalhq/jwt
[version-url]: https://github.com/cristalhq/jwt/releases

0 comments on commit ec258bd

Please sign in to comment.