From 5e68729fd9a17e9e4037abdffa52454a5c64f343 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 13 May 2017 11:54:51 +0200 Subject: doc: use https links to Wikipedia to avoid http redirects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sven Strickroth Reviewed-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- bisect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bisect.c') diff --git a/bisect.c b/bisect.c index 30808cadf..b79c1d464 100644 --- a/bisect.c +++ b/bisect.c @@ -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) { -- cgit v1.2.1