We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08a7dc + 1618e11 commit 7b280b3Copy full SHA for 7b280b3
src/core/operations/ExtractFiles.mjs
@@ -39,7 +39,7 @@ class ExtractFiles extends Operation {
39
${supportedExts.join("</li><li>")}
40
</li>
41
</ul>Minimum File Size can be used to prune small false positives.`;
42
- this.infoURL = "https://forensicswiki.xyz/wiki/index.php?title=File_Carving";
+ this.infoURL = "https://forensics.wiki/file_carving";
43
this.inputType = "ArrayBuffer";
44
this.outputType = "List<File>";
45
this.presentType = "html";
0 commit comments