diff --git a/packages/tracker/README.md b/packages/tracker/README.md index 6c7fb404c1..26c309f29d 100644 --- a/packages/tracker/README.md +++ b/packages/tracker/README.md @@ -14,8 +14,8 @@ Tracker is essentially a simple _convention_, or interface, that lets reactive d This README has a short introduction to Tracker. For a complete guide to Tracker, consult the thorough and informative [Tracker -Manual](https://github.com/meteor/meteor/wiki/Tracker-Manual), which -is five times longer than the Tracker source code itself. You can also browse the API reference on the [main Meteor docs page](http://docs.meteor.com/#tracker). +Manual](https://github.com/meteor/docs/blob/version-NEXT/long-form/tracker-manual.md), which +is five times longer than the Tracker source code itself. You can also browse the API reference on the [main Meteor docs page](https://docs.meteor.com/api/tracker.html). ## Example