Skip to content

Commit

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

Closes #246

Signed-off-by: Muhammed Bacalan <[email protected]>
  • Loading branch information
mbacalan committed May 20, 2024
1 parent bdabf0a commit d23f6ec
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 d23f6ec

Please sign in to comment.