From a27c274f0476fa270b9e2f5d4f4ec36bd8c0b61a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 15 Sep 2021 09:39:43 +0900 Subject: [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. --- struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'struct.c') diff --git a/struct.c b/struct.c index e1c0145c16..c7c95f9002 100644 --- a/struct.c +++ b/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) -- cgit v1.2.3