summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2024-10-07 19:45:16 -0400
committerJean Boussier <[email protected]>2024-10-07 20:12:57 -0400
commit8c7e291dd86f21f1d9bbcd3c0ba1e7e01761b129 (patch)
tree1dab070316af59b1b17d9ded65337ab5cd610a5a /complex.c
parent05d3b727d654002258ae10111f7b0f03574084e9 (diff)
Update references to flori/json
Now that the repository was transfered, these links will become dead in a few months.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11820
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index b89c6f1f93..1d7ae694d5 100644
--- a/complex.c
+++ b/complex.c
@@ -2588,7 +2588,7 @@ float_arg(VALUE self)
* - #as_json: Returns a serialized hash constructed from +self+.
* - #to_json: Returns a JSON string representing +self+.
*
- * These methods are provided by the {JSON gem}[https://github.com/flori/json]. To make these methods available:
+ * These methods are provided by the {JSON gem}[https://github.com/ruby/json]. To make these methods available:
*
* require 'json/add/complex'
*