From: Kevin Burke Date: Sat, 14 May 2016 17:23:09 +0000 (-0700) Subject: archive/zip: use HTTPS for documentation link X-Git-Tag: go1.7beta1~217 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5f833121cb8e7722667d17dcf07bb32e4e524f23;p=gostls13.git archive/zip: use HTTPS for documentation link The resource is available over (and redirects to) HTTPS, it seems like a good idea to save a redirect and ensure an encrypted connection. Change-Id: I262c7616ae289cdd756b6f67573ba6bd7e3e0ca6 Reviewed-on: https://go-review.googlesource.com/23104 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/archive/zip/struct.go b/src/archive/zip/struct.go index 5ee4f88f80..e92d02f8a2 100644 --- a/src/archive/zip/struct.go +++ b/src/archive/zip/struct.go @@ -5,7 +5,7 @@ /* Package zip provides support for reading and writing ZIP archives. -See: http://www.pkware.com/documents/casestudies/APPNOTE.TXT +See: https://www.pkware.com/documents/casestudies/APPNOTE.TXT This package does not support disk spanning.