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 authored Oct 12, 2018
1 parent 08b5f42 commit 51ce91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gorilla/context is a general purpose registry for global request variables.
> Note: gorilla/context, having been born well before `context.Context` existed, does not play well
> with the shallow copying of the request that [`http.Request.WithContext`](https://golang.org/pkg/net/http/#Request.WithContext) (added to net/http Go 1.7 onwards) performs. You should either use *just* gorilla/context, or moving forward, the new `http.Request.Context()`.
Read the full documentation here: http://www.gorillatoolkit.org/pkg/context
Read the full documentation here: https://www.gorillatoolkit.org/pkg/context

0 comments on commit 51ce91d

Please sign in to comment.