Skip to content

Commit

Permalink
Fix Links Redirection (#3471)
Browse files Browse the repository at this point in the history
* Fix Links Redirection

* Fix Glamor Link Redirection
  • Loading branch information
deadcoder0904 authored and KyleAMathews committed Jan 11, 2018
1 parent 86109c6 commit 5b97b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/glamor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/styled-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5b97b23

Please sign in to comment.