Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 6a15d9f

Browse files
author
mattjstar
committed
add hyperlink
1 parent 46cfc50 commit 6a15d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-10-01-react-reflux-to-redux.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Problem with this is, it's super specific, it's not the most reusable piece of c
3939

4040
What if we had access to a boolean that told us whether we should show or hide the hidden filters container? Our React components would listen to that boolean so it would know what to display, then our link component would simply dispatch an action that would toggle that boolean when clicked.
4141

42-
Quick flux refresher from their docs:
42+
Quick flux refresher from their [docs](https://facebook.github.io/flux/docs/overview.html):
4343

4444
![Flux Chart](https://facebook.github.io/flux/img/flux-simple-f8-diagram-explained-1300w.png)
4545

0 commit comments

Comments
 (0)