From: IMGSS <838632526@qq.com> Date: Mon, 4 Nov 2019 19:33:24 +0000 (+0800) Subject: chore: fix broken link (#420) X-Git-Tag: v3.0.0-alpha.0~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d70497c0d4fd40bbc16c04538d108fc6f8882950;p=thirdparty%2Fvuejs%2Fcore.git chore: fix broken link (#420) --- diff --git a/packages/reactivity/README.md b/packages/reactivity/README.md index b8fa70c909..fabf6e7e39 100644 --- a/packages/reactivity/README.md +++ b/packages/reactivity/README.md @@ -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: - [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) ## Caveats