From e8640849c775efcf202dbd34736fed8d61379c49 Mon Sep 17 00:00:00 2001 From: Sawyer Billings Date: Wed, 30 Dec 2020 21:49:12 -0500 Subject: doc: Use https URLs where possible --- src/util/strencodings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/strencodings.h b/src/util/strencodings.h index 8ee43c620b..b4a61202ef 100644 --- a/src/util/strencodings.h +++ b/src/util/strencodings.h @@ -166,7 +166,7 @@ bool TimingResistantEqual(const T& a, const T& b) } /** Parse number as fixed point according to JSON number syntax. - * See http://json.org/number.gif + * See https://json.org/number.gif * @returns true on success, false on error. * @note The result must be in the range (-10^18,10^18), otherwise an overflow error will trigger. */ -- cgit v1.2.3