diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2021-12-28 10:23:46 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2021-12-28 10:23:46 +0900 |
| commit | f445eccfb423c1ef9b982d955b87f28f6414e5bd (patch) | |
| tree | 3732613304f1aec374a62d9e80f9414cc13a28f3 | |
| parent | 2c7aed46ba886c6fc4fb15e404035755f9884d54 (diff) | |
Expand URL to its canonical form [ci skip]
| -rw-r--r-- | doc/NEWS-3.1.0.md | 6 |
1 files 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 |
