diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-02-08 01:26:39 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-02-08 01:27:52 +0900 |
commit | 16fdc1ff46effdfa995b7280e6474ff45fbfbf4e (patch) | |
tree | 861b0a7de4ef4d7bb5cd9cc47c75fc106f0694d3 /hash.c | |
parent | bc5662d9d8909363e67e01f3b1a2eecb0793d3ee (diff) |
[DOC] Fix broken links to literals.rdoc
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: * |