Skip to content

Commit 2f68257

Browse files
authored
ENGCOM-3652: correct devdocs url from http to https #19644
2 parents 1605953 + c248717 commit 2f68257

File tree

75 files changed

+201
-178
lines changed

Some content is hidden

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

75 files changed

+201
-178
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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
Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
namespace Magento\Indexer\Model\Message;
88

9+
/**
10+
* Message about invalid indexers.
11+
*/
912
class Invalid implements \Magento\Framework\Notification\MessageInterface
1013
{
1114
/**
@@ -71,7 +74,7 @@ public function getText()
7174
return __(
7275
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
7376
$url,
74-
'http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
77+
'https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
7578
);
7679
//@codingStandardsIgnoreEnd
7780
}

0 commit comments

Comments
 (0)