Skip to content

Commit

Permalink
Merge pull request #1701 from gchq/sec/fix-forensics-url
Browse files Browse the repository at this point in the history
Update 'ExtractFiles' information URL
  • Loading branch information
a3957273 committed Feb 3, 2024
2 parents c08a7dc + 1618e11 commit 7b280b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/ExtractFiles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ExtractFiles extends Operation {
${supportedExts.join("</li><li>")}
</li>
</ul>Minimum File Size can be used to prune small false positives.`;
this.infoURL = "https://forensicswiki.xyz/wiki/index.php?title=File_Carving";
this.infoURL = "https://forensics.wiki/file_carving";
this.inputType = "ArrayBuffer";
this.outputType = "List<File>";
this.presentType = "html";
Expand Down

0 comments on commit 7b280b3

Please sign in to comment.