Merge pull request #4042 from selay/3.1

Hardcoded http:// cause browser warnings in admin panel
This commit is contained in:
Damian Mooyman 2015-07-28 09:14:34 +12:00
commit ae783e9598

View File

@ -76,7 +76,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
* @config
* @var string
*/
private static $help_link = 'http://userhelp.silverstripe.org/framework/en/3.1';
private static $help_link = '//userhelp.silverstripe.org/framework/en/3.1';
/**
* @var array
@ -1598,7 +1598,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
* @config
* @var String
*/
private static $application_link = 'http://www.silverstripe.org/';
private static $application_link = '//www.silverstripe.org/';
/**
* Sets the href for the anchor on the Silverstripe logo in the menu