Skip to content

Commit 1d08786

Browse files
committed
Update company url to https
1 parent 022fd67 commit 1d08786

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CustomerAccountLinksManager\Helper;

Model/Config/Source/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CustomerAccountLinksManager\Model\Config\Source;

Model/Config/Source/Sections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CustomerAccountLinksManager\Model\Config\Source;

Plugin/View/Element/Html/LinksPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CustomerAccountLinksManager\Plugin\View\Element\Html;

etc/acl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Copyright © MagePal LLC. All rights reserved.
55
* See COPYING.txt for license details.
6-
* http://www.magepal.com | support@magepal.com
6+
* https://www.magepal.com | support@magepal.com
77
*/
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
@@ -20,4 +20,4 @@
2020
</resource>
2121
</resources>
2222
</acl>
23-
</config>
23+
</config>

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Copyright © MagePal LLC. All rights reserved.
55
* See COPYING.txt for license details.
6-
* http://www.magepal.com | support@magepal.com
6+
* https://www.magepal.com | support@magepal.com
77
*/
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">

registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
\Magento\Framework\Component\ComponentRegistrar::register(

0 commit comments

Comments
 (0)