diff --git a/docs/docs/glamor.md b/docs/docs/glamor.md index 9b6ccab374885..b910a009cfa0f 100644 --- a/docs/docs/glamor.md +++ b/docs/docs/glamor.md @@ -3,7 +3,7 @@ title: Glamor --- Let's create a page using -[Glamor](https://github.com/threepointone/glamor). It might be useful for you to explore [CSS Modules](/tutorial/part-two/) and [Styled Components](/styled-components/) to see how Glamor compares as a styling method. +[Glamor](https://github.com/threepointone/glamor). It might be useful for you to explore [CSS Modules](/tutorial/part-two/#css-modules) and [Styled Components](../styled-components/) to see how Glamor compares as a styling method. Glamor lets you write _real_ CSS inline in your components using the same Object CSS syntax React supports for the `style` prop. Glamor is a variant on "CSS-in-JS"—which solves many of the problems with traditional CSS. diff --git a/docs/docs/styled-components.md b/docs/docs/styled-components.md index 1ca24d7c6fb21..de7fb52cffbf6 100644 --- a/docs/docs/styled-components.md +++ b/docs/docs/styled-components.md @@ -2,7 +2,7 @@ title: Styled Components --- -[Styled Components](https://www.styled-components.com/) is an example of using CSS-in-JS. It might be useful for you to explore [CSS Modules](/tutorial/part-two/) and [Glamor](/glamor/) to see how Styled Components compares as a styling method. +[Styled Components](https://www.styled-components.com/) is an example of using CSS-in-JS. It might be useful for you to explore [CSS Modules](/tutorial/part-two/) and [Glamor](../glamor/) to see how Styled Components compares as a styling method. Styled Components lets you use actual CSS syntax inside your components. Like Glamor, Styled Components is a variant on "CSS-in-JS"—which solves many of the problems with traditional CSS.