Skip to content

Commit

Permalink
Fixed link to @babel/parser's issues in README (babel#9427)
Browse files Browse the repository at this point in the history
  • Loading branch information
naffiq authored and existentialism committed Jan 30, 2019
1 parent 7192546 commit 00c3e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A JavaScript parser
See our website [@babel/parser](https://babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20babylon%22+is%3Aopen) associated with this package.
See our website [@babel/parser](https://babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen) associated with this package.

## Install

Expand Down
2 changes: 1 addition & 1 deletion scripts/generators/readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const labels = {
"babel-preset-node": getIssueLabelLink("area: node"),
"babel-preset-react": getIssueLabelLink("area: react"),
"babel-preset-typescript": getIssueLabelLink("area: typescript"),
"babel-parser": getIssueLabelLink("pkg: babylon"),
"babel-parser": getIssueLabelLink("pkg: parser (babylon)"),
"babel-cli": getIssueLabelLink("pkg: cli"),
"babel-core": getIssueLabelLink("pkg: core"),
"babel-generator": getIssueLabelLink("pkg: generator"),
Expand Down

0 comments on commit 00c3e3c

Please sign in to comment.