[DOC] Fix broken links [ci skip]

* As the "doc/" prefix is specified by the `--page-dir` option,
  remove from the rdoc references.
* Refer to the original .rdoc instead of the converted .html.
This commit is contained in:
Nobuyoshi Nakada 2021-09-15 09:39:43 +09:00
parent 63ab2fedc8
commit a27c274f04
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
8 changed files with 10 additions and 10 deletions

View file

@ -1366,7 +1366,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}[rdoc-ref:doc/dig_methods.rdoc].
* See {Dig Methods}[rdoc-ref:dig_methods.rdoc].
*
* Examples:
* Foo = Struct.new(:a)