From 26dffdcbf57c2dd26920ea38ceedfa6001dff6c2 Mon Sep 17 00:00:00 2001 From: Joe Palmieri Date: Tue, 16 Feb 2021 00:45:13 -0800 Subject: [PATCH] Update emotion example package names in readme (#22144) The links for `emotion` and `emotion-server` in the emotion example's readme were 404ing. After going to Emotion's repo, I noticed [the packages were renamed](https://github.com/emotion-js/emotion/issues/1635). This PR updates the links: `emotion` -> `emotion/css` and `emotion-server` -> `emotion/server` --- examples/with-emotion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-emotion/README.md b/examples/with-emotion/README.md index a46123c4f027c..bb4ea630bafcc 100644 --- a/examples/with-emotion/README.md +++ b/examples/with-emotion/README.md @@ -1,8 +1,8 @@ # Emotion Example Extract and inline critical css with -[emotion](https://github.com/emotion-js/emotion/tree/master/packages/emotion), -[emotion-server](https://github.com/emotion-js/emotion/tree/master/packages/emotion-server), +[@emotion/css](https://github.com/emotion-js/emotion/tree/master/packages/css), +[@emotion/server](https://github.com/emotion-js/emotion/tree/master/packages/server), [@emotion/react](https://github.com/emotion-js/emotion/tree/master/packages/react), and [@emotion/styled](https://github.com/emotion-js/emotion/tree/master/packages/styled).