mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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:
parent
63ab2fedc8
commit
a27c274f04
8 changed files with 10 additions and 10 deletions
2
struct.c
2
struct.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue