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

ruby-changes:63886

From: Nobuyoshi <ko1@a...>
Date: Fri, 4 Dec 2020 12:03:53 +0900 (JST)
Subject: [ruby-changes:63886] 95118e0250 (master): Fixed links in NEWS [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=95118e0250

From 95118e0250e2255811cc18694b97af1a920cffaf Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 4 Dec 2020 12:02:20 +0900
Subject: Fixed links in NEWS [ci skip]

* added a missing link
* removed a duplicated link

diff --git a/NEWS.md b/NEWS.md
index 6c541a4..ad7726c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -163,7 +163,7 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L163
     * Fiber#backtrace & Fiber#backtrace_locations provide per-fiber backtrace.
       [[Feature #16815]]
 
-    * The limitation of Fiber#transfer is relaxed. [Bug #17221]
+    * The limitation of Fiber#transfer is relaxed. [[Bug #17221]]
 
 * GC
 
@@ -619,6 +619,6 @@ end https://github.com/ruby/ruby/blob/trunk/NEWS.md#L619
 [Feature #17134]: https://bugs.ruby-lang.org/issues/17134
 [Feature #17136]: https://bugs.ruby-lang.org/issues/17136
 [Feature #17176]: https://bugs.ruby-lang.org/issues/17176
-[Feature #17260]: https://bugs.ruby-lang.org/issues/17260
+[Bug #17221]:     https://bugs.ruby-lang.org/issues/17221
 [Feature #17260]: https://bugs.ruby-lang.org/issues/17260
 [GH-2991]:        https://github.com/ruby/ruby/pull/2991
-- 
cgit v0.10.2


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

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