Merge branch 'devel' into updating-vue3-with-other-bundler

This commit is contained in:
Gabriel Grubba
2023-10-10 20:46:57 -03:00
committed by GitHub

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