From 877431a60bb64c4694d51cca79dfc4230d6af603 Mon Sep 17 00:00:00 2001 From: Arthur Denner Date: Sun, 17 Mar 2019 18:08:17 -0300 Subject: [PATCH] Fix previous article on hooks-effect.md (#1802) Hi! :wave: This PR only fixes the `Previous article` link on [this page](https://reactjs.org/docs/hooks-effect.html). Once this get merged, do I need to open a similar PR in each one of the translation repos? --- content/docs/hooks-effect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/hooks-effect.md b/content/docs/hooks-effect.md index fd7d8959..73d6a3d2 100644 --- a/content/docs/hooks-effect.md +++ b/content/docs/hooks-effect.md @@ -3,7 +3,7 @@ id: hooks-state title: Using the Effect Hook permalink: docs/hooks-effect.html next: hooks-rules.html -prev: hooks-intro.html +prev: hooks-state.html --- *Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class.