summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2026-02-07 18:46:36 +0000
committergit <svn-admin@ruby-lang.org>2026-02-07 19:44:23 +0000
commit2e398533e14915bb8c650975f784f2693171d39a (patch)
tree8cb19e1332a696fbfcdb57a21332888271ea78f7
parent1f0fc3da7090977110d8d64d2ad69bfa3f5cc584 (diff)
[ruby/json] [DOC] Fix links
https://github.com/ruby/json/commit/672e26e3ee
-rw-r--r--ext/json/lib/json/common.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb
index 877b96814e..1a33c41030 100644
--- a/ext/json/lib/json/common.rb
+++ b/ext/json/lib/json/common.rb
@@ -1036,7 +1036,8 @@ module JSON
# JSON.new(options = nil, &block)
#
# Argument +options+, if given, contains a \Hash of options for both parsing and generating.
- # See {Parsing Options}[#module-JSON-label-Parsing+Options], and {Generating Options}[#module-JSON-label-Generating+Options].
+ # See {Parsing Options}[rdoc-ref:JSON@Parsing+Options],
+ # and {Generating Options}[rdoc-ref:JSON@Generating+Options].
#
# For generation, the <tt>strict: true</tt> option is always set. When a Ruby object with no native \JSON counterpart is
# encountered, the block provided to the initialize method is invoked, and must return a Ruby object that has a native