Skip to content

Commit 8768099

Browse files
ENGCOM-4836: code cleanup (http to https) #22526
- Merge Pull Request #22526 from ravi-chandra3197/magento2:patch-typographical-29 - Merged commits: 1. d254922 2. 46d56fe
2 parents f7d4822 + 46d56fe commit 8768099

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

app/code/Magento/Backend/Block/Store/Switcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Switcher extends \Magento\Backend\Block\Template
1717
/**
1818
* URL for store switcher hint
1919
*/
20-
const HINT_URL = 'http://docs.magento.com/m2/ce/user_guide/configuration/scope.html';
20+
const HINT_URL = 'https://docs.magento.com/m2/ce/user_guide/configuration/scope.html';
2121

2222
/**
2323
* Name of website variable

app/code/Magento/Braintree/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</requires>
4242
</field>
4343
<group id="configuration_details" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="4">
44-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/braintree.html</comment>
44+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/braintree.html</comment>
4545
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint</frontend_model>
4646
</group>
4747
<group id="braintree_required" translate="label" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="5">

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ protected function getFieldsForFieldset()
165165
$websitesList = $this->getWebsitesList();
166166
$isNewProduct = !$this->locator->getProduct()->getId();
167167
$tooltip = [
168-
'link' => 'http://docs.magento.com/m2/ce/user_guide/configuration/scope.html',
168+
'link' => 'https://docs.magento.com/m2/ce/user_guide/configuration/scope.html',
169169
'description' => __(
170170
'If your Magento installation has multiple websites, ' .
171171
'you can edit the scope to use the product on specific sites.'

app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</validation>
137137
<dataType>number</dataType>
138138
<tooltip>
139-
<link>http://docs.magento.com/m2/ce/user_guide/configuration/scope.html</link>
139+
<link>https://docs.magento.com/m2/ce/user_guide/configuration/scope.html</link>
140140
<description>What is this?</description>
141141
</tooltip>
142142
<label translate="true">Websites</label>

app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public function getById($customerId)
343343
* Retrieve customers which match a specified criteria.
344344
*
345345
* This call returns an array of objects, but detailed information about each object’s attributes might not be
346-
* included. See http://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
346+
* included. See https://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
347347
* which call to use to get detailed information about all attributes for an object.
348348
*
349349
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria

app/code/Magento/Customer/view/base/ui_component/customer_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</validation>
119119
<dataType>number</dataType>
120120
<tooltip>
121-
<link>http://docs.magento.com/m2/ce/user_guide/configuration/scope.html</link>
121+
<link>https://docs.magento.com/m2/ce/user_guide/configuration/scope.html</link>
122122
<description translate="true">If your Magento installation has multiple websites, you can edit the scope to associate the customer with a specific site.</description>
123123
</tooltip>
124124
<imports>

app/code/Magento/Paypal/etc/adminhtml/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<label>Payments Pro</label>
7676
<attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
7777
<group id="configuration_details">
78-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
78+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
7979
</group>
8080
<group id="paypal_payflow_required" showInDefault="1" showInWebsite="1" sortOrder="10">
8181
<field id="enable_paypal_payflow">
@@ -95,7 +95,7 @@
9595
<comment>Accept credit card and PayPal payments securely.</comment>
9696
<attribute type="activity_path">payment/wps_express/active</attribute>
9797
<group id="configuration_details">
98-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
98+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
9999
</group>
100100
<group id="express_checkout_required">
101101
<group id="express_checkout_required_express_checkout">
@@ -174,7 +174,7 @@
174174
<comment>Accept credit card and PayPal payments securely.</comment>
175175
<attribute type="activity_path">payment/wps_express/active</attribute>
176176
<group id="configuration_details">
177-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
177+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
178178
</group>
179179
<group id="express_checkout_required">
180180
<group id="express_checkout_required_express_checkout" translate="label">
@@ -245,7 +245,7 @@
245245
<comment>Accept credit card and PayPal payments securely.</comment>
246246
<attribute type="activity_path">payment/wps_express/active</attribute>
247247
<group id="configuration_details">
248-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
248+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
249249
</group>
250250
<group id="express_checkout_required">
251251
<group id="express_checkout_required_express_checkout" translate="label">
@@ -290,7 +290,7 @@
290290
<label>Website Payments Pro</label>
291291
<attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
292292
<group id="configuration_details">
293-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
293+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
294294
</group>
295295
<group id="paypal_payflow_required" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">
296296
<group id="paypal_payflow_api_settings">

app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<comment>Add PayPal as an additional payment method to your checkout page.</comment>
1414
<attribute type="activity_path">payment/paypal_express/active</attribute>
1515
<group id="configuration_details" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="4">
16-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-express-checkout.html</comment>
16+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-express-checkout.html</comment>
1717
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint</frontend_model>
1818
</group>
1919
<group id="express_checkout_required" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">

app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<comment><![CDATA[Accept payments with a PCI-compliant checkout that keeps customers on your site. (<u>Includes Express Checkout</u>)]]></comment>
1414
<attribute type="activity_path">payment/payflow_advanced/active</attribute>
1515
<group id="configuration_details" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="4">
16-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-advanced.html</comment>
16+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-advanced.html</comment>
1717
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint</frontend_model>
1818
</group>
1919
<group id="required_settings" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">

app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<comment><![CDATA[Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site. (<u>Includes Express Checkout</u>)]]></comment>
1414
<attribute type="activity_path">payment/payflow_link/active</attribute>
1515
<group id="configuration_details" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="4">
16-
<comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payflow-link.html</comment>
16+
<comment>https://docs.magento.com/m2/ce/user_guide/payment/paypal-payflow-link.html</comment>
1717
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint</frontend_model>
1818
</group>
1919
<group id="payflow_link_required" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">

0 commit comments

Comments
 (0)