From 9a2ddbddc995f5c75812bd8cbfd73ab2df376d80 Mon Sep 17 00:00:00 2001 From: shifengchen Date: Thu, 11 May 2017 18:34:35 +0800 Subject: [PATCH] Edit two errors in docs (#9659) (cherry picked from commit d7e6ef0f88242db091e1aab0fc2200350a343c1e) --- docs/docs/forms.md | 2 +- docs/docs/lifting-state-up.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/forms.md b/docs/docs/forms.md index 1e9ac4a49e..c806a97a65 100644 --- a/docs/docs/forms.md +++ b/docs/docs/forms.md @@ -2,7 +2,7 @@ id: forms title: Forms permalink: docs/forms.html -prev: state-and-lifecycle.html +prev: lists-and-keys.html next: lifting-state-up.html redirect_from: - "tips/controlled-input-null-value.html" diff --git a/docs/docs/lifting-state-up.md b/docs/docs/lifting-state-up.md index 17b4406720..359ca7df78 100644 --- a/docs/docs/lifting-state-up.md +++ b/docs/docs/lifting-state-up.md @@ -2,7 +2,7 @@ id: lifting-state-up title: Lifting State Up permalink: docs/lifting-state-up.html -prev: state-and-lifecycle.html +prev: forms.html next: composition-vs-inheritance.html redirect_from: - "docs/flux-overview.html"