diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index 6fecf3b4c73b7..34d697d12f5af 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -312,7 +312,7 @@ one very popular method: CSS Modules. ### CSS-in-JS -While we won't cover CSS-in-JS in this initial tutorial, we encourage you to explore CSS-in-JS libraries as these solve many of the problems with traditional CSS plus help make your React components even smarter. There are mini-tutorials for two libraries, [Glamor](https://www.gatsbyjs.org/docs/glamor/) and [Styled Components](https://www.gatsbyjs.org/docs/styled-components/). Check out the following resources for background reading on CSS-in-JS: +While we won't cover CSS-in-JS in this initial tutorial, we encourage you to explore CSS-in-JS libraries as these solve many of the problems with traditional CSS plus help make your React components even smarter. There are mini-tutorials for two libraries, [Glamor](/docs/glamor/) and [Styled Components](/docs/styled-components/). Check out the following resources for background reading on CSS-in-JS: [Christopher "vjeux" Chedeau's 2014 presentation that sparked this movement](https://speakerdeck.com/vjeux/react-css-in-js) as well as