summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-08 01:26:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-08 01:27:52 +0900
commit16fdc1ff46effdfa995b7280e6474ff45fbfbf4e (patch)
tree861b0a7de4ef4d7bb5cd9cc47c75fc106f0694d3 /complex.c
parentbc5662d9d8909363e67e01f3b1a2eecb0793d3ee (diff)
downloadruby-16fdc1ff46effdfa995b7280e6474ff45fbfbf4e.tar.gz
[DOC] Fix broken links to literals.rdoc
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index 658e41359a..92f4e812d6 100644
--- a/complex.c
+++ b/complex.c
@@ -2269,7 +2269,7 @@ float_arg(VALUE self)
*
* You can create a \Complex object explicitly with:
*
- * - A {complex literal}[doc/syntax/literals_rdoc.html#label-Complex+Literals].
+ * - A {complex literal}[rdoc-ref:syntax/literals.rdoc@Complex+Literals].
*
* You can convert certain objects to \Complex objects with:
*