mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Fixed and improved some infoURLs
This commit is contained in:
@@ -22,8 +22,8 @@ class FromFloat extends Operation {
|
||||
|
||||
this.name = "From Float";
|
||||
this.module = "Default";
|
||||
this.description = "Convert from EEE754 Floating Point Numbers";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/IEEE_754";
|
||||
this.description = "Convert from IEEE754 Floating Point Numbers";
|
||||
this.infoURL = "https://wikipedia.org/wiki/IEEE_754";
|
||||
this.inputType = "string";
|
||||
this.outputType = "byteArray";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user