summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
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:
*