diff options
author | Jean Boussier <[email protected]> | 2024-10-07 19:45:16 -0400 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-10-07 20:12:57 -0400 |
commit | 8c7e291dd86f21f1d9bbcd3c0ba1e7e01761b129 (patch) | |
tree | 1dab070316af59b1b17d9ded65337ab5cd610a5a /complex.c | |
parent | 05d3b727d654002258ae10111f7b0f03574084e9 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' * |