summaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-04 01:21:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-04 01:21:04 (GMT)
commit970fb22dd6734f10f3ff261bb39b31a0321f1c79 (patch)
tree138e835765002925c97794cf923b3bcdb44e8b6a /bisect.c
parent8d958b97c6544cfd8ed8d7a6f47525910ea1b8fc (diff)
parent5e68729fd9a17e9e4037abdffa52454a5c64f343 (diff)
downloadgit-970fb22dd6734f10f3ff261bb39b31a0321f1c79.zip
git-970fb22dd6734f10f3ff261bb39b31a0321f1c79.tar.gz
git-970fb22dd6734f10f3ff261bb39b31a0321f1c79.tar.bz2
Merge branch 'jk/update-links-in-docs' into maint
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 08c9fb7..fa477a3 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)
{