From 8e25a98f272ac66a555ffc4c75113e91f0036a13 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 13 Feb 2018 16:59:26 +1300 Subject: [PATCH] DOCS Remove extra square bracket from markdown link --- .../How_Tos/Customise_React_Components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_React_Components.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_React_Components.md index a3e977ac6..9bfc31df7 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_React_Components.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_React_Components.md @@ -25,7 +25,7 @@ const CharacterCounter = (TextField) => (props) => { export default CharacterCounter; ``` -Now let's add this higher order component to []Injector](../07_ReactJS_Redux_and_GraphQL.md#the-injector-api). +Now let's add this higher order component to [Injector](../07_ReactJS_Redux_and_GraphQL.md#the-injector-api). __my-module/js/main.js__ ```js