Merge pull request #194 from babel/doc-relative-path
Change CONTRIBUTING.md to use absolute paths
This commit is contained in:
commit
7dfcba6f16
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Adding a new plugin to support (when approved in the next ECMAScript version)
|
### 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:
|
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
|
Until `compat-table` is a standalone npm module for data we are using the git url
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user