From b61debe3fb0eb14ab631342a38549d6db99fd662 Mon Sep 17 00:00:00 2001 From: elliot sawyer Date: Sun, 31 Dec 2017 21:15:56 +1300 Subject: [PATCH] Update CMS_Alternating_Button.md The URL that points to ReactJS development appears to be case-sensitive. This fixes the link --- .../How_Tos/CMS_Alternating_Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/CMS_Alternating_Button.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/CMS_Alternating_Button.md index 704ca1c22..7e392be6f 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/CMS_Alternating_Button.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/CMS_Alternating_Button.md @@ -71,7 +71,7 @@ public function getCMSActions() __Deprecated:__ The following documentation regarding jQuery, jQueryUI and Entwine applies to legacy code only. If you're developing new functionality in React powered sections please refer to -[ReactJS in SilverStripe](./Extend_CMS_Interface.md#reactjs-in-silverstripe). +[ReactJS in SilverStripe](./extend_cms_interface.md#reactjs-in-silverstripe). As with the *Save* and *Save & publish* buttons, you might want to add some scripted reactions to user actions on the frontend. You can affect the state of the button through the jQuery UI calls.