From ed98a008ea0fefece5e934996fdb2b22ebe3c70a Mon Sep 17 00:00:00 2001 From: Harry Adel Date: Fri, 14 Apr 2023 13:00:27 +0200 Subject: [PATCH] Update mini-collections link in minimongo docs --- packages/minimongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/minimongo/README.md b/packages/minimongo/README.md index 3258ac74c1..624f5843a8 100644 --- a/packages/minimongo/README.md +++ b/packages/minimongo/README.md @@ -11,7 +11,7 @@ are using to render your interface, and want to use that familiar API. Minimongo is used as a temporary data cache in the standard Meteor stack, to learn more about mini-databases and what they can do, see [the project page on -www.meteor.com](https://www.meteor.com/mini-databases) +www.meteor.com](https://docs.meteor.com/api/collections.html) ## Internals