[前][次][番号順一覧][スレッド一覧]

ruby-changes:64169

From: Nobuyoshi <ko1@a...>
Date: Tue, 15 Dec 2020 08:41:43 +0900 (JST)
Subject: [ruby-changes:64169] 78fad67ce6 (master): NEWS: make links to other document files [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=78fad67ce6

From 78fad67ce67048b99c9b4e91b87444b1db2b82e8 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 14 Dec 2020 21:30:16 +0900
Subject: NEWS: make links to other document files [ci skip]


diff --git a/NEWS.md b/NEWS.md
index 501cab3..245990a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -266,7 +266,7 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L266
 
 * 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L331
 
     * 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]]
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]