Skip to content

Commit eed9753

Browse files
authored
Merge pull request #2953 from Luzefiru/patch-2
fix: correct broken link
2 parents 9297afb + 926e093 commit eed9753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ So far, we have followed the state management conventions recommended by React.
1111

1212
### Flux-architecture
1313

14-
Already years ago Facebook developed the [Flux](https://facebook.github.io/flux/docs/in-depth-overview/)-architecture to make state management of React apps easier. In Flux, the state is separated from the React components and into its own <i>stores</i>.
14+
Already years ago Facebook developed the [Flux](https://facebookarchive.github.io/flux/docs/in-depth-overview)-architecture to make state management of React apps easier. In Flux, the state is separated from the React components and into its own <i>stores</i>.
1515
State in the store is not changed directly, but with different <i>actions</i>.
1616

1717
When an action changes the state of the store, the views are rerendered:

0 commit comments

Comments
 (0)