Skip to content

Commit 66c0e6c

Browse files
TerbiyTimer
authored andcommitted
Fix link to the article about BEM (facebook#4858)
1 parent bee84d2 commit 66c0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class Button extends Component {
506506
}
507507
```
508508

509-
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-ui-engineering/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
509+
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-blog/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
510510

511511
In development, expressing dependencies this way allows your styles to be reloaded on the fly as you edit them. In production, all CSS files will be concatenated into a single minified `.css` file in the build output.
512512

0 commit comments

Comments
 (0)