diff --git a/mysite/code/Page.php b/mysite/code/Page.php index 6623ec2..0775444 100755 --- a/mysite/code/Page.php +++ b/mysite/code/Page.php @@ -35,7 +35,7 @@ class Page_Controller extends ContentController { public function init() { parent::init(); // You can include any CSS or JS required by your project here. - // See: http://doc.silverstripe.org/framework/en/reference/requirements + // See: https://docs.silverstripe.org/en/developer_guides/templates/requirements/ } }