summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2020-11-06 01:50:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 11:04:00 +0900
commit8b3653b484a1130987c6b774c71e69a4a64a4f27 (patch)
tree6b063cbd878c2e1c3ee498d91506467781d88dbd /enum.c
parentb557c5768c7642d232a6a0268d6876651d40204b (diff)
Fix links
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3738
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index 88d6730ce8..8a791cc63d 100644
--- a/enum.c
+++ b/enum.c
@@ -3903,7 +3903,7 @@ sum_iter_Kahan_Babuska(VALUE i, struct enum_sum_memo *memo)
{
/*
* Kahan-Babuska balancing compensated summation algorithm
- * See http://link.springer.com/article/10.1007/s00607-005-0139-x
+ * See https://link.springer.com/article/10.1007/s00607-005-0139-x
*/
double x;