@@ -96,64 +96,64 @@ public enum ZipMethod {
9696 /**
9797 * Compression Method 9 for enhanced deflate.
9898 *
99- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
99+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
100100 */
101101 ENHANCED_DEFLATED (9 ),
102102
103103 /**
104104 * PKWARE Data Compression Library Imploding.
105105 *
106- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
106+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
107107 */
108108 PKWARE_IMPLODING (10 ),
109109
110110 /**
111111 * Compression Method 12 for bzip2.
112112 *
113- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
113+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
114114 */
115115 BZIP2 (12 ),
116116
117117 /**
118118 * Compression Method 14 for LZMA.
119119 *
120120 * @see <a href="https://www.7-zip.org/sdk.html">https://www.7-zip.org/sdk.html</a>
121- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
121+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
122122 */
123123 LZMA (14 ),
124124
125125 /**
126126 * Compression Method 95 for XZ.
127127 *
128- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
128+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
129129 */
130130 XZ (95 ),
131131
132132 /**
133133 * Compression Method 96 for Jpeg compression.
134134 *
135- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
135+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
136136 */
137137 JPEG (96 ),
138138
139139 /**
140140 * Compression Method 97 for WavPack.
141141 *
142- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
142+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
143143 */
144144 WAVPACK (97 ),
145145
146146 /**
147147 * Compression Method 98 for PPMd.
148148 *
149- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
149+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
150150 */
151151 PPMD (98 ),
152152
153153 /**
154154 * Compression Method 99 for AES encryption.
155155 *
156- * @see <a href="https://www.winzip .com/wz54.htm">https://www.winzip.com/wz54.htm </a>
156+ * @see <a href="https://www.pkware .com/documents/casestudies/APPNOTE.TXT">Explanation of fields: compression method: (2 bytes) </a>
157157 */
158158 AES_ENCRYPTED (99 ),
159159
0 commit comments