Merge pull request #141 from JorisDebonnet/patch-3

Updated link to Requirements doc
This commit is contained in:
Daniel Hensby 2016-09-26 14:25:32 +01:00 committed by GitHub
commit fce041c5af

View File

@ -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/
}
}