From 36edde8137d65f54bb0bd371fffe1de2fdf2de94 Mon Sep 17 00:00:00 2001 From: Focus <65309793+Focusucof@users.noreply.github.com> Date: Wed, 20 Oct 2021 22:24:46 -0400 Subject: [PATCH] Update ciphers/a1z26_cipher.cpp Co-authored-by: David Leal --- ciphers/a1z26_cipher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphers/a1z26_cipher.cpp b/ciphers/a1z26_cipher.cpp index dda21e757..06526d409 100644 --- a/ciphers/a1z26_cipher.cpp +++ b/ciphers/a1z26_cipher.cpp @@ -24,7 +24,7 @@ namespace ciphers { /** * @namespace a1z26 - * @brief Functions for [A1Z26] encryption and decryption implementation + * @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher) encryption and decryption implementation */ namespace a1z26 {