Fix links to Dig Methods document (#3421)

* Fix links to Dig Methods document

* Fix links to Dig Methods document
This commit is contained in:
Burdette Lamar 2020-08-14 18:55:04 -05:00 committed by GitHub
parent fee1b98fde
commit c84ccf1a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-08-15 08:55:41 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
4 changed files with 4 additions and 4 deletions

View file

@ -1333,7 +1333,7 @@ rb_struct_size(VALUE s)
* Finds and returns the object in nested objects
* that is specified by +key+ and +identifiers+.
* The nested objects may be instances of various classes.
* See {Dig Methods}[doc/dig_methods_rdoc.html].
* See {Dig Methods}[rdoc-ref:doc/dig_methods.rdoc].
*
* Examples:
* Foo = Struct.new(:a)