summaryrefslogtreecommitdiff
path: root/hash.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 /hash.c
parentbc5662d9d8909363e67e01f3b1a2eecb0793d3ee (diff)
[DOC] Fix broken links to literals.rdoc
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 78e0b50a26..b5a711f2a9 100644
--- a/hash.c
+++ b/hash.c
@@ -6746,7 +6746,7 @@ static const rb_data_type_t env_data_type = {
*
* You can create a \Hash object explicitly with:
*
- * - A {hash literal}[doc/syntax/literals_rdoc.html#label-Hash+Literals].
+ * - A {hash literal}[rdoc-ref:syntax/literals.rdoc@Hash+Literals].
*
* You can convert certain objects to Hashes with:
*