From ca236f2a0dc717942f58d3f7a651808534bce980 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 11 Mar 2021 23:31:09 -0500 Subject: [PATCH] BoundingResourceUse: use https in a link --- BoundingResourceUse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoundingResourceUse.md b/BoundingResourceUse.md index a34ae572..1ecf4d9f 100644 --- a/BoundingResourceUse.md +++ b/BoundingResourceUse.md @@ -27,4 +27,4 @@ func handle(r *Request) { ## References -Effective Go's discussion of channels: http://golang.org/doc/effective_go.html#channels \ No newline at end of file +Effective Go's discussion of channels: https://golang.org/doc/effective_go.html#channels \ No newline at end of file