Skip to content

Commit 7b280b3

Browse files
authored
Merge pull request #1701 from gchq/sec/fix-forensics-url
Update 'ExtractFiles' information URL
2 parents c08a7dc + 1618e11 commit 7b280b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/operations/ExtractFiles.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ExtractFiles extends Operation {
3939
${supportedExts.join("</li><li>")}
4040
</li>
4141
</ul>Minimum File Size can be used to prune small false positives.`;
42-
this.infoURL = "https://forensicswiki.xyz/wiki/index.php?title=File_Carving";
42+
this.infoURL = "https://forensics.wiki/file_carving";
4343
this.inputType = "ArrayBuffer";
4444
this.outputType = "List<File>";
4545
this.presentType = "html";

0 commit comments

Comments
 (0)