From 7a46b9becb2c7d9bd6d257a7d39b34ccbee466c1 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 17 May 2019 10:39:17 +1200 Subject: [PATCH] NEW Update "More information" link to point to user help documentation instead of addons --- src/Reports/SiteSummary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reports/SiteSummary.php b/src/Reports/SiteSummary.php index a1e1892..94caa69 100644 --- a/src/Reports/SiteSummary.php +++ b/src/Reports/SiteSummary.php @@ -166,7 +166,7 @@ protected function getInfoLink() GridFieldHtmlFragment::class, 'buttons-before-right', DBField::create_field('HTMLFragment', ArrayData::create([ - 'Link' => 'https://addons.silverstripe.org/add-ons/bringyourownideas/silverstripe-maintenance', + 'Link' => 'https://userhelp.silverstripe.org/en/4/optional_features/modules_report', 'Label' => _t(__CLASS__ . '.MORE_INFORMATION', 'More information'), ])->renderWith(__CLASS__ . '/MoreInformationLink')) );