Skip to content

Commit

Permalink
README.md: Update site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielk committed Oct 12, 2018
1 parent f57b7e2 commit 8619d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -53,7 +53,7 @@ And finally we call `session.Save()` to save the session in the response.

Important Note: If you aren't using gorilla/mux, you need to wrap your handlers
with
[`context.ClearHandler`](http://www.gorillatoolkit.org/pkg/context#ClearHandler)
[`context.ClearHandler`](https://www.gorillatoolkit.org/pkg/context#ClearHandler)
or else you will leak memory! An easy way to do this is to wrap the top-level
mux when calling http.ListenAndServe:

Expand All @@ -64,7 +64,7 @@ mux when calling http.ListenAndServe:
The ClearHandler function is provided by the gorilla/context package.

More examples are available [on the Gorilla
website](http://www.gorillatoolkit.org/pkg/sessions).
website](https://www.gorillatoolkit.org/pkg/sessions).

## Store Implementations

Expand Down

0 comments on commit 8619d3c

Please sign in to comment.