doc: Use https URLs where possible

This commit is contained in:
Sawyer Billings
2020-12-30 21:49:12 -05:00
committed by fanquake
parent f52f427b8e
commit e8640849c7
14 changed files with 19 additions and 19 deletions

View File

@@ -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.
*/