From 4a1c91f91d17fe66c100f497f3d3b45dcb2e424d Mon Sep 17 00:00:00 2001 From: Tyler Trout Date: Mon, 20 Jan 2020 09:47:43 -0500 Subject: [PATCH] Update to link Clicking "ReactJS in SilverStripe" on https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/cms_layout/ directs to 404. --- .../15_Customising_the_Admin_Interface/03_CMS_Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/03_CMS_Layout.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/03_CMS_Layout.md index e71c57a8c..1a22b9e3f 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/03_CMS_Layout.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/03_CMS_Layout.md @@ -8,7 +8,7 @@ summary: Add interactivity enhancements to the admin with Javascript __Deprecated:__ The following documentation regarding JavaScript layouts applies to legacy code only. If you're developing new functionality in React powered sections please refer to -[ReactJS in SilverStripe](./How_Tos/Extend_CMS_Interface.md#reactjs-in-silverstripe). +[ReactJS in SilverStripe](./how_tos/extend_cms_interface/#react-rendered-ui). The CMS markup is structured into "panels", which are the base units containing interface components (or other panels), as declared by the class `cms-panel`. Panels can be made collapsible, and get the ability to be resized and aligned with