Tidied up infoURL in Rail Fence Cipher ops

This commit is contained in:
n1474335 2020-02-13 15:05:33 +00:00
parent 015d0f065f
commit b045dc37f5
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class RailFenceCipherDecode extends Operation {
this.name = "Rail Fence Cipher Decode";
this.module = "Ciphers";
this.description = "Decodes Strings that were created using the Rail fence Cipher provided a key and an offset";
this.infoURL = "https://en.wikipedia.org/wiki/Rail_fence_cipher";
this.infoURL = "https://wikipedia.org/wiki/Rail_fence_cipher";
this.inputType = "string";
this.outputType = "string";
this.args = [

View File

@ -21,7 +21,7 @@ class RailFenceCipherEncode extends Operation {
this.name = "Rail Fence Cipher Encode";
this.module = "Ciphers";
this.description = "Encodes Strings using the Rail fence Cipher provided a key and an offset";
this.infoURL = "https://en.wikipedia.org/wiki/Rail_fence_cipher";
this.infoURL = "https://wikipedia.org/wiki/Rail_fence_cipher";
this.inputType = "string";
this.outputType = "string";
this.args = [