From bb57f7d20bfa9d5c7c3c9c2d28aa67eac079ee5f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 9 Oct 2024 01:10:33 +0900 Subject: [PATCH] [DOC] Link win32-sspi upstream URL --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e11727d3c1..db53752b9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -68,7 +68,7 @@ Note: We're only listing outstanding class updates. * win32/sspi.rb - * This library is now extracted from the Ruby repository to `ruby/win32-sspi`. + * This library is now extracted from the Ruby repository to [ruby/win32-sspi]. [[Feature #20775]] The following default gems are updated. @@ -126,7 +126,11 @@ The following bundled gems are promoted from default gems. * csv 3.3.0 * repl_type_completor 0.1.7 -See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/logger/releases) or changelog for details of the default gems or bundled gems. +See GitHub releases like [GitHub Releases of Logger] or changelog for +details of the default gems or bundled gems. + +[ruby/win32-sspi]: https://github.com/ruby/win32-sspi +[GitHub Releases of Logger]: https://github.com/ruby/logger/releases ## Supported platforms