diff --git a/README.md b/README.md index f806a7a..3ec6b14 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A browserify plugin to load [CSS Modules]. Normally you need to use a strict naming convention like BEM to ensure that one component's CSS doesn't collide with another's. CSS Modules are locally scoped, which allows you to use names that are meaningful within the context of the component, without any danger of name collision. -Read Mark Dalgleish's excellent ["End of Global CSS"](https://medium.com/seek-ui-engineering/the-end-of-global-css-90d2a4a06284) and check out [css-modules](https://github.com/css-modules/css-modules) for more context. +Read Mark Dalgleish's excellent ["End of Global CSS"](https://medium.com/seek-blog/the-end-of-global-css-90d2a4a06284) and check out [css-modules](https://github.com/css-modules/css-modules) for more context. ## Getting started