summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-05-04 06:23:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-05-04 06:23:25 +0900
commitb72623012d74abdb06210153ed48c9e2fa075bbd (patch)
tree1145f3f5463fbe66b0b1208c41dd4c44fc2f51fc /numeric.c
parenta3cbce7822c680e62d000817c36fbdb5f62997d8 (diff)
Update broken URL in Float documentation.
[Misc #15775][ruby-core:92332]
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index bb8b749225..336ff7066a 100644
--- a/numeric.c
+++ b/numeric.c
@@ -885,7 +885,7 @@ num_negative_p(VALUE num)
* So you should know its esoteric system. See following:
*
* - http://docs.sun.com/source/806-3568/ncg_goldberg.html
- * - http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#wiki-floats_imprecise
+ * - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise
* - http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
*/