From bc5662d9d8909363e67e01f3b1a2eecb0793d3ee Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 8 Feb 2022 01:18:56 +0900 Subject: [DOC] Simplify links to global methods --- complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index a3dda4d0e1..658e41359a 100644 --- a/complex.c +++ b/complex.c @@ -2273,7 +2273,7 @@ float_arg(VALUE self) * * You can convert certain objects to \Complex objects with: * - * - \Method {Complex}[Kernel.html#method-i-Complex]. + * - \Method #Complex. * * Complex object can be created as literal, and also by using * Kernel#Complex, Complex::rect, Complex::polar or to_c method. -- cgit v1.2.3