Update references to flori/json

Now that the repository was transfered, these links will become
dead in a few months.
This commit is contained in:
Jean Boussier 2024-10-07 19:45:16 -04:00
parent 05d3b727d6
commit 8c7e291dd8
Notes: git 2024-10-08 00:13:16 +00:00
8 changed files with 12 additions and 13 deletions

View file

@ -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'
*