From c84ccf1a0780d2542381c904b8dd524f316bb237 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Fri, 14 Aug 2020 18:55:04 -0500 Subject: Fix links to Dig Methods document (#3421) * Fix links to Dig Methods document * Fix links to Dig Methods document --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 6c667a340f..d3e1985f55 100644 --- a/array.c +++ b/array.c @@ -8645,7 +8645,7 @@ rb_ary_one_p(int argc, VALUE *argv, VALUE ary) * Finds and returns the object in nested objects * that is specified by +index+ 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: * a = [:foo, [:bar, :baz, [:bat, :bam]]] -- cgit v1.2.3