diff --git a/admin/install-s3.sh b/admin/install-s3.sh index a77d95c93c2..027c0c1a8f8 100755 --- a/admin/install-s3.sh +++ b/admin/install-s3.sh @@ -185,7 +185,7 @@ Meteor installed! To get started fast: Or see the docs at: - preview.meteor.com + docs.meteor.com EOF diff --git a/docs/client/api.html b/docs/client/api.html index 8840b10232b..a5b161c3c3b 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -444,7 +444,7 @@

Collections

assert(Scratchpad.find({number: {$lt: 9}}).count() === 5); {{#warning}} -In this preview, Minimongo has some limitations: +In this release, Minimongo has some limitations: * `$elemMatch` is not supported in selectors. * `$pull` in modifiers can only accept certain kinds