From 9cb6df57fb9537ce2cbee868efbb684772f56b98 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Tue, 17 Dec 2013 01:51:49 -0800 Subject: [PATCH] Link to wiki page in History. --- History.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 37670e5d5f..da4ec32d9f 100644 --- a/History.md +++ b/History.md @@ -16,8 +16,9 @@ apply the patch and will instead disable websockets. with `meteor run`, and can be enabled in production with the `MONGO_OPLOG_URL` environment variable. Currently the only supported selectors are equality checks; `$`-operators, `limit` and `skip` - queries fall back to the original poll-and-diff algorithm. See for details. + queries fall back to the original poll-and-diff algorithm. See + https://github.com/meteor/meteor/wiki/Oplog-Observe-Driver + for details. * Add `Meteor.onConnection` and add `this.connection` to method invocations and publish functions. These can be used to store data