We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a756cc0 commit 6f11650Copy full SHA for 6f11650
src/archive/zip/struct.go
@@ -17,7 +17,7 @@ for normal archives both fields will be the same. For files requiring
17
the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit
18
fields must be used instead.
19
20
-[ZIP specification]: https://www.pkware.com/appnote
+[ZIP specification]: https://support.pkware.com/pkzip/appnote
21
*/
22
package zip
23
@@ -82,7 +82,7 @@ const (
82
// FileHeader describes a file within a ZIP file.
83
// See the [ZIP specification] for details.
84
//
85
-// [ZIP specification]: https://www.pkware.com/appnote
+// [ZIP specification]: https://support.pkware.com/pkzip/appnote
86
type FileHeader struct {
87
// Name is the name of the file.
88
0 commit comments