Skip to content

Commit d494fee

Browse files
authored
Merge pull request #620 from javiercr/patch-1
Fix broken links to babel's docs
2 parents 332608a + 5202626 commit d494fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b
9292

9393
#### BabelTransformer options
9494

95-
You can use babel's [transformers](http://babeljs.io/docs/advanced/transformers/) and [custom plugins](http://babeljs.io/docs/advanced/plugins/),
95+
You can use babel's [transformers](http://henryzoo.com/babel.github.io/docs/advanced/transformers/) and [custom plugins](http://henryzoo.com/babel.github.io/docs/advanced/plugins/),
9696
and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpiler adding following configurations:
9797

9898
```ruby

0 commit comments

Comments
 (0)