From 51ce91d2eaddeca0ef29a71d766bb3634dadf729 Mon Sep 17 00:00:00 2001 From: Kamil Kisiel Date: Fri, 12 Oct 2018 08:35:48 -0700 Subject: [PATCH] README.md: Update site URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f8669..d31f2ba 100644 --- a/README.md +++ b/README.md @@ -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