aboutsummaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-29 12:34:48 +0900
committerJunio C Hamano <gitster@pobox.com>2017-05-29 12:34:48 +0900
commit529ebaa1b4a9505d9fdb7f65bb379ba225eba741 (patch)
treedfe23842c46ac5956701a8a51da6ba4019c40bf1 /bisect.c
parente6381080a7dd44e14fba81b5e3714661343d8e62 (diff)
parent5e68729fd9a17e9e4037abdffa52454a5c64f343 (diff)
downloadgit-529ebaa1b4a9505d9fdb7f65bb379ba225eba741.tar.gz
git-529ebaa1b4a9505d9fdb7f65bb379ba225eba741.tar.xz
Merge branch 'jk/update-links-in-docs'
A few http:// links that are redirected to https:// in the documentation have been updated to https:// links. * jk/update-links-in-docs: doc: use https links to Wikipedia to avoid http redirects
Diffstat (limited to 'bisect.c')
-rw-r--r--bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bisect.c b/bisect.c
index bb5af3ea3..d88f9bc3d 100644
--- a/bisect.c
+++ b/bisect.c
@@ -546,7 +546,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)
{