Skip to content

Commit

Permalink
Merge pull request golang-jwt#140 from kazhuravlev/patch-1
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
dgrijalva authored Jun 17, 2016
2 parents d2709f9 + 1e9b4c4 commit f077707
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 @@ -25,8 +25,8 @@ This library supports the parsing and verification as well as the generation and

See [the project documentation](https://godoc.org/github.com/dgrijalva/jwt-go) for examples of usage:

* [Simple example of parsing and validating a token](https://godoc.org/github.com/dgrijalva/jwt-go#example_Parse_hmac)
* [Simple example of building and signing a token](https://godoc.org/github.com/dgrijalva/jwt-go#example_New_hmac)
* [Simple example of parsing and validating a token](https://godoc.org/github.com/dgrijalva/jwt-go#example-Parse--Hmac)
* [Simple example of building and signing a token](https://godoc.org/github.com/dgrijalva/jwt-go#example-New--Hmac)
* [Directory of Examples](https://godoc.org/github.com/dgrijalva/jwt-go#pkg-examples)

## Extensions
Expand Down

0 comments on commit f077707

Please sign in to comment.