From d50ba66befcc804e718e7f6424102082c4e872d1 Mon Sep 17 00:00:00 2001 From: dd86k Date: Wed, 29 Jun 2022 21:46:22 -0400 Subject: [PATCH] Update doc links --- source/sha3d.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sha3d.d b/source/sha3d.d index 789148b..378f6ee 100644 --- a/source/sha3d.d +++ b/source/sha3d.d @@ -1,7 +1,7 @@ /// Computes SHA-3 hashes of arbitrary data using a native implementation. /// Standards: NIST FIPS PUB 202 -/// License: $(LINK2 www.boost.org/LICENSE_1_0.txt, Boost License 1.0) -/// Authors: $(LINK2 github.com/dd86k, dd86k) +/// License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) +/// Authors: $(LINK2 https://github.com/dd86k, dd86k) module sha3d; /// Version string of sha3-d that can be used for printing purposes.