Skip to content

Commit

Permalink
Fix gorillatoolkit link in README.md (#278)
Browse files Browse the repository at this point in the history
Fix "more examples" link not taking you to where more examples are at

Related Tickets & Documents:
- Closes #246

Signed-off-by: Muhammed Bacalan <[email protected]>
  • Loading branch information
mbacalan authored Jun 15, 2024
1 parent ef99c78 commit c373b3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ secret key used to authenticate the session. Inside the handler, we call
some session values in session.Values, which is a `map[interface{}]interface{}`.
And finally we call `session.Save()` to save the session in the response.

More examples are available [on the Gorilla
website](https://www.gorillatoolkit.org/pkg/sessions).
More examples are available at [package documentation](https://pkg.go.dev/github.com/gorilla/sessions).

## Store Implementations

Expand Down

0 comments on commit c373b3e

Please sign in to comment.