]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix broken link (#420)
authorIMGSS <838632526@qq.com>
Mon, 4 Nov 2019 19:33:24 +0000 (03:33 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 4 Nov 2019 19:33:24 +0000 (14:33 -0500)
packages/reactivity/README.md

index b8fa70c90977b25bc8eca96a30007f98d43f3b91..fabf6e7e399b3a8a8301a220515457d36879c36c 100644 (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:
 
 - [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