fix babel-plugin-transform-proto-to-assign readme url

This commit is contained in:
Tieme van Veen
2016-02-23 17:23:05 +01:00
parent 54a064b970
commit 84a5d863b0

View File

@@ -3,7 +3,7 @@
The `object-set-prototype-of-to-assign` plugin will transform all `Object.setPrototypeOf` calls to a method that will do a shallow defaults of all properties.
**NOTE:** There are some caveats when using this plugin, see the [`babel-plugin-transform-proto-to-assign` README](https://github.com/babel-plugins/babel-plugin-transform-proto-to-assign) for more information..
**NOTE:** There are some caveats when using this plugin, see the [`babel-plugin-transform-proto-to-assign` README](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign) for more information..
## Example