From ff9e356bc8a70c81a72ac71f52e57be796345c1d Mon Sep 17 00:00:00 2001 From: Harry Adel Date: Wed, 11 Oct 2023 02:22:35 +0300 Subject: [PATCH] Update Tracker manual link --- packages/tracker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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