]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
doc: use https links to Wikipedia to avoid http redirects
[thirdparty/git.git] / bisect.c
index 30808cadf7613d73cae2e4caaedd922ba9a48ca0..b79c1d464cac0646fdcc05bfb012ceb7fdd0a204 100644 (file)
--- 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)
 {