Skip to content

Commit d23f6ec

Browse files
committed
Update README.md
Fix "more examples" link not taking you to where more examples are at Closes #246 Signed-off-by: Muhammed Bacalan <[email protected]>
1 parent bdabf0a commit d23f6ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ secret key used to authenticate the session. Inside the handler, we call
5959
some session values in session.Values, which is a `map[interface{}]interface{}`.
6060
And finally we call `session.Save()` to save the session in the response.
6161

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

6564
## Store Implementations
6665

0 commit comments

Comments
 (0)