From f34d8afd958b53fd3139e57fdc39268f2a7516e3 Mon Sep 17 00:00:00 2001 From: David Basalla Date: Wed, 12 Jun 2019 15:05:33 +0100 Subject: [PATCH] Update link to 'The End of Global CSS' blog post The current URL returns a 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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