Skip to content

Commit 6f11650

Browse files
ybiradergopherbot
authored andcommitted
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Joseph Tsai <[email protected]> Run-TryBot: Joseph Tsai <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent a756cc0 commit 6f11650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/archive/zip/struct.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for normal archives both fields will be the same. For files requiring
1717
the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit
1818
fields must be used instead.
1919
20-
[ZIP specification]: https://www.pkware.com/appnote
20+
[ZIP specification]: https://support.pkware.com/pkzip/appnote
2121
*/
2222
package zip
2323

@@ -82,7 +82,7 @@ const (
8282
// FileHeader describes a file within a ZIP file.
8383
// See the [ZIP specification] for details.
8484
//
85-
// [ZIP specification]: https://www.pkware.com/appnote
85+
// [ZIP specification]: https://support.pkware.com/pkzip/appnote
8686
type FileHeader struct {
8787
// Name is the name of the file.
8888
//

0 commit comments

Comments
 (0)