diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:21:04 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:21:04 +0900 |
commit | 970fb22dd6734f10f3ff261bb39b31a0321f1c79 (patch) | |
tree | 138e835765002925c97794cf923b3bcdb44e8b6a /bisect.c | |
parent | 8d958b97c6544cfd8ed8d7a6f47525910ea1b8fc (diff) | |
parent | 5e68729fd9a17e9e4037abdffa52454a5c64f343 (diff) | |
download | git-970fb22dd6734f10f3ff261bb39b31a0321f1c79.tar.gz git-970fb22dd6734f10f3ff261bb39b31a0321f1c79.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |