doc: use https links to Wikipedia to avoid http redirects

Signed-off-by: Sven Strickroth <email@cs-ware.de>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Sven Strickroth
2017-05-13 11:54:51 +02:00
committed by Junio C Hamano
parent 613416f0be
commit 5e68729fd9
3 changed files with 3 additions and 3 deletions

View File

@ -544,7 +544,7 @@ static unsigned get_prn(unsigned count) {
/*
* Custom integer square root from
* http://en.wikipedia.org/wiki/Integer_square_root
* https://en.wikipedia.org/wiki/Integer_square_root
*/
static int sqrti(int val)
{