Update Tracker manual link

This commit is contained in:
Harry Adel
2023-10-11 02:22:35 +03:00
committed by GitHub
parent 3eeebabf96
commit ff9e356bc8

View File

@@ -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