Hardcoded http:// cause browser warnings

This commit is contained in:
ielmin 2015-03-26 13:20:21 +11:00
parent d71e2ea552
commit b617ef1abd

View File

@ -76,7 +76,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
* @config * @config
* @var string * @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 * @var array
@ -1595,7 +1595,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
* @config * @config
* @var String * @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 * Sets the href for the anchor on the Silverstripe logo in the menu