From ecb4cd889ec24d8ff4212bace5f7ff7532b3040b Mon Sep 17 00:00:00 2001 From: Matt Clegg Date: Fri, 13 Mar 2020 14:28:23 +0545 Subject: [PATCH] [DOCS] Update link to reactjs_redux_and_graphql --- .../How_Tos/Extend_CMS_Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md index 9cfdaadf6..2cb410c62 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extend_CMS_Interface.md @@ -247,7 +247,7 @@ how-to. ## React-rendered UI For sections of the admin that are rendered with React, Redux, and GraphQL, please refer -to [the introduction on those concepts](../../reactjs_redux_and_graphql/), +to [the introduction on those concepts](../reactjs_redux_and_graphql/), as well as their respective How-To's in this section. ### Implementing handlers