From f445eccfb423c1ef9b982d955b87f28f6414e5bd Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 28 Dec 2021 10:23:46 +0900 Subject: [PATCH] Expand URL to its canonical form [ci skip] --- doc/NEWS-3.1.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/NEWS-3.1.0.md b/doc/NEWS-3.1.0.md index d5a14175e3..c690a83b94 100644 --- a/doc/NEWS-3.1.0.md +++ b/doc/NEWS-3.1.0.md @@ -517,17 +517,17 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub type int_list = list[Integer] ``` -* [rbs collection](https://github.com/ruby/rbs/blob/master/docs/collection.md) has been introduced to manage gems’ RBSs. +* [rbs collection](https://github.com/ruby/rbs/blob/cdd6a3a896001e25bd1feda3eab7f470bae935c1/docs/collection.md) has been introduced to manage gems’ RBSs. * Many signatures for built-in and standard libraries have been added/updated. * It includes many bug fixes and performance improvements too. -See the [CHANGELOG.md](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) for more information. +See the [CHANGELOG.md](https://github.com/ruby/rbs/blob/cdd6a3a896001e25bd1feda3eab7f470bae935c1/CHANGELOG.md) for more information. ### TypeProf -* [Experimental IDE support](https://github.com/ruby/typeprof/blob/master/doc/ide.md) has been implemented. +* [Experimental IDE support](https://github.com/ruby/typeprof/blob/ca15c5dae9bd62668463165f8409bd66ce7de223/doc/ide.md) has been implemented. * Many bug fixes and performance improvements since Ruby 3.0.0. ## Debugger