summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-14 21:30:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-15 08:41:21 +0900
commit78fad67ce67048b99c9b4e91b87444b1db2b82e8 (patch)
tree01663218e1170d142b6766e1541a0c53e5ca7177 /NEWS.md
parenta5fd65157500a65debeb88f5ac6a62821f96972e (diff)
NEWS: make links to other document files [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 501cab351a..245990ab8a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -266,7 +266,7 @@ Outstanding ones only.
* Ractor
- * New class added to enable parallel execution. See doc/ractor.md for
+ * New class added to enable parallel execution. See rdoc-ref:ractor.md for
more details.
* Random
@@ -331,7 +331,7 @@ Outstanding ones only.
* Introduce Fiber.set_scheduler for intercepting blocking operations and
Fiber.scheduler for accessing the current scheduler. See
- doc/scheduler.md for more details. [[Feature #16786]]
+ rdoc-ref:scheduler.md for more details. [[Feature #16786]]
* Fiber.blocking? tells whether the current execution context is
blocking. [[Feature #16786]]