From 0ce3ce010cf03698494944518e8801b17a00aaa1 Mon Sep 17 00:00:00 2001 From: Ibrahim AshShohail Date: Sun, 22 Jan 2017 02:46:25 +0300 Subject: [PATCH] archive/zip: update the ZIP spec link Update the link to PKWARE "Application Notes on the .ZIP file format" document. Now uses the permanent link according to 1.5 in version 6.3.3 (https://pkware.cachefly.net/webdocs/APPNOTE/APPNOTE-6.3.3.TXT): http://www.pkware.com/appnote Fixes #18738 Change-Id: If252a5fca1dd666e70c2591a83d8714672d02932 Reviewed-on: https://go-review.googlesource.com/35500 Reviewed-by: Brad Fitzpatrick --- src/archive/zip/struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archive/zip/struct.go b/src/archive/zip/struct.go index e92d02f8a2..0be210e8e7 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: https://www.pkware.com/documents/casestudies/APPNOTE.TXT +See: https://www.pkware.com/appnote This package does not support disk spanning. -- 2.48.1