aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYusuf Birader <yusuf.birader@hotmail.com>2023-08-29 23:45:52 +0100
committerGopher Robot <gobot@golang.org>2023-08-30 19:42:20 +0000
commit6f116508550d434d005ef9bc63fb027c70b5b39a (patch)
treecdf63efabe717819dcfe578c9de6a21eabd8efb6 /src
parenta756cc0967c240820b491fa6412cfe6bd7b4bf8b (diff)
downloadgo-6f116508550d434d005ef9bc63fb027c70b5b39a.tar.xz
archive/zip: update link to zip specification
Change-Id: Iad902ec2a13b0c5c594c60ecac0b40f641574a1e Reviewed-on: https://go-review.googlesource.com/c/go/+/524275 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Joseph Tsai <joetsai@digital-static.net> Run-TryBot: Joseph Tsai <joetsai@digital-static.net> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/archive/zip/struct.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/archive/zip/struct.go b/src/archive/zip/struct.go
index 9a8e67cc69..bdcc45c729 100644
--- a/src/archive/zip/struct.go
+++ b/src/archive/zip/struct.go
@@ -17,7 +17,7 @@ for normal archives both fields will be the same. For files requiring
the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit
fields must be used instead.
-[ZIP specification]: https://www.pkware.com/appnote
+[ZIP specification]: https://support.pkware.com/pkzip/appnote
*/
package zip
@@ -82,7 +82,7 @@ const (
// FileHeader describes a file within a ZIP file.
// See the [ZIP specification] for details.
//
-// [ZIP specification]: https://www.pkware.com/appnote
+// [ZIP specification]: https://support.pkware.com/pkzip/appnote
type FileHeader struct {
// Name is the name of the file.
//