chore: fix broken link (#420)

This commit is contained in:
IMGSS 2019-11-05 03:33:24 +08:00 committed by Evan You
parent e1d25e3537
commit d70497c0d4

View File

@ -11,7 +11,7 @@ For full exposed APIs, see `src/index.ts`. You can also run `yarn build reactivi
The implementation of this module is inspired by the following prior art in the JavaScript ecosystem: The implementation of this module is inspired by the following prior art in the JavaScript ecosystem:
- [Meteor Tracker](https://docs.meteor.com/api/tracker.html) - [Meteor Tracker](https://docs.meteor.com/api/tracker.html)
- [nx-js/reactivity-util](https://github.com/nx-js/reactivity-util) - [nx-js/observer-util](https://github.com/nx-js/observer-util)
- [salesforce/observable-membrane](https://github.com/salesforce/observable-membrane) - [salesforce/observable-membrane](https://github.com/salesforce/observable-membrane)
## Caveats ## Caveats