We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66cc4f commit 1752602Copy full SHA for 1752602
src/archive/zip/writer.go
@@ -608,7 +608,7 @@ func (w *fileWriter) writeDataDescriptor() error {
608
}
609
// Write data descriptor. This is more complicated than one would
610
// think, see e.g. comments in zipfile.c:putextended() and
611
- // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073588.
+ // https://bugs.openjdk.org/browse/JDK-7073588.
612
// The approach here is to write 8 byte sizes if needed without
613
// adding a zip64 extra in the local header (too late anyway).
614
var buf []byte
0 commit comments