Merge pull request #194 from babel/doc-relative-path

Change CONTRIBUTING.md to use absolute paths
This commit is contained in:
Artem Yavorsky 2017-03-08 12:23:28 +02:00 committed by GitHub
commit 7dfcba6f16

View File

@ -2,7 +2,7 @@
### Adding a new plugin to support (when approved in the next ECMAScript version)
#### Update [`pluginFeatures.js`](/data/plugin-features.js)
#### Update [`pluginFeatures.js`](https://github.com/babel/babel-preset-env/blob/master/data/plugin-features.js)
Example:
@ -27,7 +27,7 @@ Add add them in this structure:
},
```
#### Update [`plugins.json`](/data/plugins.json)
#### Update [`plugins.json`](https://github.com/babel/babel-preset-env/blob/master/data/plugins.json)
Until `compat-table` is a standalone npm module for data we are using the git url