diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index 12a928bc3..cd8bc9b3a 100644 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -701,7 +701,7 @@ class SiteTree extends DataObject { $homepage = new Page(); $homepage->Title = "Home"; - $homepage->Content = "

Welcome to SilverStripe! This is the default homepage. You can edit this page by opening the CMS.

"; + $homepage->Content = "

Welcome to SilverStripe! This is the default homepage. You can edit this page by opening the CMS. You can now access the developer documentation, or begin the tutorials.

"; $homepage->URLSegment = "home"; $homepage->Status = "Published"; $homepage->write();