summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2020-08-04 22:17:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-05 08:04:58 +0900
commit9db5d63ece9f9d794c4a6142593682d8228d4433 (patch)
tree6c2174e1c9f7a5c4fd47b3abfd2392ae4d30a1c7
parente8edc34f0abe176b24975a1fed1f2c3782f0a252 (diff)
[DOC] Use oracle url instead of sun url
[ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3389
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 468defe78e..387e46f29b 100644
--- a/numeric.c
+++ b/numeric.c
@@ -911,7 +911,7 @@ num_negative_p(VALUE num)
* Floating point has a different arithmetic and is an inexact number.
* So you should know its esoteric system. See following:
*
- * - http://docs.sun.com/source/806-3568/ncg_goldberg.html
+ * - https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
* - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise
* - https://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
*/