Skip to content

Commit 4e18e78

Browse files
correct devdocs url from http to https
1 parent 37b2eb6 commit 4e18e78

File tree

62 files changed

+91
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+91
-91
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Magento 2 development team will review all issues and contributions submitte
1616
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
1717
3. PRs which include new logic or new features must be submitted along with:
1818
* Unit/integration test coverage
19-
* Proposed [documentation](http://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
19+
* Proposed [documentation](https://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
2020
4. For larger features or changes, please [open an issue](https://github.com/magento/magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
2121
5. All automated tests must pass (all builds on [Travis CI](https://travis-ci.org/magento/magento2) must be green).
2222

@@ -27,7 +27,7 @@ If you are a new GitHub user, we recommend that you create your own [free github
2727
1. Search current [listed issues](https://github.com/magento/magento2/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
2828
2. Review the [Contributor License Agreement](https://magento.com/legaldocuments/mca) if this is your first time contributing.
2929
3. Create and test your work.
30-
4. Fork the Magento 2 repository according to the [Fork A Repository instructions](http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow the [Create A Pull Request instructions](http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#pull_request).
30+
4. Fork the Magento 2 repository according to the [Fork A Repository instructions](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow the [Create A Pull Request instructions](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#pull_request).
3131
5. Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.
3232

3333
## Code of Conduct

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To get detailed information about changes in Magento 2.3.0, see the [Release Not
44

55
2.1.0
66
=============
7-
To get detailed information about changes in Magento 2.1.0, please visit [Magento Community Edition (CE) Release Notes](http://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.html "Magento Community Edition (CE) Release Notes")
7+
To get detailed information about changes in Magento 2.1.0, please visit [Magento Community Edition (CE) Release Notes](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.0CE.html "Magento Community Edition (CE) Release Notes")
88

99
2.0.0
1010
=============
@@ -1025,7 +1025,7 @@ Tests:
10251025
* Improved backend menu keyboard accessibility
10261026
* Accessibility improvements: WAI-ARIA in a product item on a category page and related products
10271027
* Checkout flow code can work with a separate DB storage
1028-
* <a href="http://devdocs.magento.com/guides/v1.0/release-notes/changes.html#change-devrc-unit">Unit tests moved to module directories</a>
1028+
* <a href="https://devdocs.magento.com/guides/v1.0/release-notes/changes.html#change-devrc-unit">Unit tests moved to module directories</a>
10291029
* Addressed naming inconsistencies in REST routes
10301030
* Added Advanced Developer workflow for frontend developers
10311031
* Setup

app/code/Magento/Analytics/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Magento_Analytics Module
22

3-
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](http://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html) functionality.
3+
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://magento.com/products/business-intelligence) to use [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html) functionality.
44

55
The module implements the following functionality:
66

@@ -16,8 +16,8 @@ The module implements the following functionality:
1616

1717
## Structure
1818

19-
Beyond the [usual module file structure](http://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_intro.html) the module contains a directory `ReportXml`.
20-
[Report XML](http://devdocs.magento.com/guides/v2.2/advanced-reporting/report-xml.html) is a markup language used to build reports for Advanced Reporting.
19+
Beyond the [usual module file structure](https://devdocs.magento.com/guides/v2.2/architecture/archi_perspectives/components/modules/mod_intro.html) the module contains a directory `ReportXml`.
20+
[Report XML](https://devdocs.magento.com/guides/v2.2/advanced-reporting/report-xml.html) is a markup language used to build reports for Advanced Reporting.
2121
The language declares SQL queries using XML declaration.
2222

2323
## Subscription Process
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Magento_CatalogAnalytics module
22

3-
The Magento_CatalogAnalytics module configures data definitions for a data collection related to the Catalog module entities to be used in [Advanced Reporting](http://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).
3+
The Magento_CatalogAnalytics module configures data definitions for a data collection related to the Catalog module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).

app/code/Magento/Customer/Api/CustomerRepositoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getById($customerId);
5151
* Retrieve customers which match a specified criteria.
5252
*
5353
* This call returns an array of objects, but detailed information about each object’s attributes might not be
54-
* included. See http://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
54+
* included. See https://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
5555
* which call to use to get detailed information about all attributes for an object.
5656
*
5757
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria

app/code/Magento/Customer/Api/GroupRepositoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getById($id);
4242
* be filtered by tax class.
4343
*
4444
* This call returns an array of objects, but detailed information about each object’s attributes might not be
45-
* included. See http://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine
45+
* included. See https://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine
4646
* which call to use to get detailed information about all attributes for an object.
4747
*
4848
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Magento_CustomerAnalytics module
22

3-
The Magento_CustomerAnalytics module configures data definitions for a data collection related to the Customer module entities to be used in [Advanced Reporting](http://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).
3+
The Magento_CustomerAnalytics module configures data definitions for a data collection related to the Customer module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).

app/code/Magento/Deploy/Model/Filesystem.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Filesystem
2929
* Access permissions to the files are set during deploy Magento 2, directly after
3030
* uploading code of Magento. Also it is possible to specify the value
3131
* of inverse mask for setting access permissions to files generated by Magento.
32-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
33-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
32+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
33+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
3434
*/
3535
const PERMISSIONS_FILE = 0640;
3636

@@ -41,8 +41,8 @@ class Filesystem
4141
* Access permissions to the directories are set during deploy Magento 2, directly after
4242
* uploading code of Magento. Also it is possible to specify the value
4343
* of inverse mask for setting access permissions to directories generated by Magento.
44-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
45-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
44+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
45+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
4646
*/
4747
const PERMISSIONS_DIR = 0750;
4848

@@ -320,8 +320,8 @@ public function cleanupFilesystem($directoryCodeList)
320320
* Access permissions to the files and directories are set during deploy Magento 2, directly after
321321
* uploading code of Magento. Also it is possible to specify the value
322322
* of inverse mask for setting access permissions to files and directories generated by Magento.
323-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
324-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
323+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
324+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
325325
*/
326326
protected function changePermissions($directoryCodeList, $dirPermissions, $filePermissions)
327327
{
@@ -345,8 +345,8 @@ protected function changePermissions($directoryCodeList, $dirPermissions, $fileP
345345
* Access permissions to the files and directories are set during deploy Magento 2, directly after
346346
* uploading code of Magento. Also it is possible to specify the value
347347
* of inverse mask for setting access permissions to files and directories generated by Magento.
348-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
349-
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
348+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
349+
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
350350
*/
351351
public function lockStaticResources()
352352
{

app/code/Magento/Eav/Api/AttributeSetRepositoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface AttributeSetRepositoryInterface
1717
* Retrieve list of Attribute Sets
1818
*
1919
* This call returns an array of objects, but detailed information about each object’s attributes might not be
20-
* included. See http://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine
20+
* included. See https://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine
2121
* which call to use to get detailed information about all attributes for an object.
2222
*
2323
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria

app/code/Magento/Indexer/Model/Message/Invalid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getText()
7171
return __(
7272
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
7373
$url,
74-
'http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
74+
'https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
7575
);
7676
//@codingStandardsIgnoreEnd
7777
}

app/code/Magento/InstantPurchase/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Prerequisites to display the Instant Purchase button:
1010

1111
## Structure
1212

13-
In addition to [a typical file structure for a Magento 2 module](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html) `PaymentMethodsIntegration` directory contains interfaces and basic implementation of integration vault payment method to the instant purchase.
13+
In addition to [a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html) `PaymentMethodsIntegration` directory contains interfaces and basic implementation of integration vault payment method to the instant purchase.
1414

1515
## Extensibility
1616

@@ -22,7 +22,7 @@ All payments created for instant purchase also have `'instant-purchase' => true`
2222

2323
### Payment method integration
2424

25-
Instant purchase support may be implemented for any payment method with [vault support](http://devdocs.magento.com/guides/v2.1/payments-integrations/vault/vault-intro.html).
25+
Instant purchase support may be implemented for any payment method with [vault support](https://devdocs.magento.com/guides/v2.1/payments-integrations/vault/vault-intro.html).
2626
Basic implementation provided in `Magento\InstantPurchase\PaymentMethodIntegration` should be enough in most cases. It is not enabled by default to avoid issues on production sites and authors of vault payment method should verify correct work for instant purchase manually.
2727
To enable basic implementation just add single option to configuration of payemnt method in `config.xml`:
2828

@@ -52,7 +52,7 @@ Basic implementation is a good start point but it's recommended to provide own i
5252

5353
The `Magento_InstantPurchase` module does not introduce backward incompatible changes.
5454

55-
You can track [backward incompatible changes in patch releases](http://devdocs.magento.com/guides/v2.2/release-notes/changes/ce_changes.html).
55+
You can track [backward incompatible changes in patch releases](https://devdocs.magento.com/guides/v2.2/release-notes/changes/ce_changes.html).
5656

5757
***
5858

app/code/Magento/Payment/Model/Method/AbstractMethod.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2525
* @deprecated 100.0.6
2626
* @see \Magento\Payment\Model\Method\Adapter
27-
* @see http://devdocs.magento.com/guides/v2.1/payments-integrations/payment-gateway/payment-gateway-intro.html
27+
* @see https://devdocs.magento.com/guides/v2.1/payments-integrations/payment-gateway/payment-gateway-intro.html
2828
* @since 100.0.2
2929
*/
3030
abstract class AbstractMethod extends \Magento\Framework\Model\AbstractExtensibleModel implements

app/code/Magento/Quote/Api/CartRepositoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function get($cartId);
2525
* Enables administrative users to list carts that match specified search criteria.
2626
*
2727
* This call returns an array of objects, but detailed information about each object’s attributes might not be
28-
* included. See http://devdocs.magento.com/codelinks/attributes.html#CartRepositoryInterface to determine
28+
* included. See https://devdocs.magento.com/codelinks/attributes.html#CartRepositoryInterface to determine
2929
* which call to use to get detailed information about all attributes for an object.
3030
*
3131
*

app/code/Magento/Quote/Api/GuestPaymentMethodManagementInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function get($cartId);
3737
* List available payment methods for a specified shopping cart.
3838
*
3939
* This call returns an array of objects, but detailed information about each object’s attributes might not be
40-
* included. See http://devdocs.magento.com/codelinks/attributes.html#GuestPaymentMethodManagementInterface to
40+
* included. See https://devdocs.magento.com/codelinks/attributes.html#GuestPaymentMethodManagementInterface to
4141
* determine which call to use to get detailed information about all attributes for an object.
4242
*
4343
* @param string $cartId The cart ID.

app/code/Magento/Quote/Api/PaymentMethodManagementInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function get($cartId);
3737
* Lists available payment methods for a specified shopping cart.
3838
*
3939
* This call returns an array of objects, but detailed information about each object’s attributes might not be
40-
* included. See http://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to
40+
* included. See https://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to
4141
* determine which call to use to get detailed information about all attributes for an object.
4242
*
4343
* @param int $cartId The cart ID.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Magento_QuoteAnalytics
22

3-
The Magento_QuoteAnalytics module configures data definitions for a data collection related to the Quote module entities to be used in [Advanced Reporting](http://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).
3+
The Magento_QuoteAnalytics module configures data definitions for a data collection related to the Quote module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.2/advanced-reporting/modules.html).

app/code/Magento/ReleaseNotification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ A clickable link to internal or external content in any text field will be creat
5050

5151
### Link Format Example:
5252

53-
The text: `http://devdocs.magento.com/ [Magento DevDocs].` will appear as [Magento DevDocs](http://devdocs.magento.com/).
53+
The text: `https://devdocs.magento.com/ [Magento DevDocs].` will appear as [Magento DevDocs](https://devdocs.magento.com/).

app/code/Magento/ReleaseNotification/i18n/en_US.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"<![CDATA[
66
<p>We’ll try to show it again the next time you sign in to Magento Admin.</p>
77
<p>To learn more about new features, see our latest Release Notes in
8-
<a href=""http://devdocs.magento.com/magento-release-information.html""
8+
<a href=""https://devdocs.magento.com/magento-release-information.html""
99
target=""_blank"">DevDocs' Release Information</a>.
1010
</p>]]>","<![CDATA[
1111
<p>We’ll try to show it again the next time you sign in to Magento Admin.</p>
1212
<p>To learn more about new features, see our latest Release Notes in
13-
<a href=""http://devdocs.magento.com/magento-release-information.html""
13+
<a href=""https://devdocs.magento.com/magento-release-information.html""
1414
target=""_blank"">DevDocs' Release Information</a>.
1515
</p>]]>"

0 commit comments

Comments
 (0)