]> Cypherpunks repositories - gostls13.git/commitdiff
archive/zip: update link to zip specification
authorYusuf Birader <yusuf.birader@hotmail.com>
Tue, 29 Aug 2023 22:45:52 +0000 (23:45 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 30 Aug 2023 19:42:20 +0000 (19:42 +0000)
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>

src/archive/zip/struct.go

index 9a8e67cc69488915490f66259ec8e839e62b8045..bdcc45c7293f56b780ca3a2c3173b59782599266 100644 (file)
@@ -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.
        //