summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasataka Pocke Kuwabara <kuwabara@pocke.me>2021-12-17 13:54:23 +0900
committerMasataka Pocke Kuwabara <kuwabara@pocke.me>2021-12-17 13:54:23 +0900
commitd524b9dec9859ce307f6f913be46144557e8edbd (patch)
tree6855f2e33a15852bb5f2685aa12d9349d6ced959
parent58333c94d527526c1d485a7fbed57e1b6f28f994 (diff)
NEWS.md: Add link to `rbs collection` documentation
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index cfe25422e8..2490932ef9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -466,7 +466,7 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub
### RBS
-* rbs collection has been introduced to manage gems’ RBSs. doc
+* [rbs collection](https://github.com/ruby/rbs/blob/master/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.