summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hash.c b/hash.c
index 06b4652cde..ece9adee06 100644
--- a/hash.c
+++ b/hash.c
@@ -7014,8 +7014,8 @@ static const rb_data_type_t env_data_type = {
*
* First, what's elsewhere. \Class \Hash:
*
- * - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
- * - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
+ * - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
+ * - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
* which provides dozens of additional methods.
*
* Here, class \Hash provides methods that are useful for:
@@ -7327,8 +7327,8 @@ Init_Hash(void)
*
* First, what's elsewhere. \Class \ENV:
*
- * - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
- * - Extends {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
+ * - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
+ * - Extends {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
*
* Here, class \ENV provides methods that are useful for:
*