Skip to content

correct devdocs url from http to https #19644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Magento 2 development team will review all issues and contributions submitte
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
3. PRs which include new logic or new features must be submitted along with:
* Unit/integration test coverage
* Proposed [documentation](http://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
* Proposed [documentation](https://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
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.
5. All automated tests must pass (all builds on [Travis CI](https://travis-ci.org/magento/magento2) must be green).

Expand All @@ -27,7 +27,7 @@ If you are a new GitHub user, we recommend that you create your own [free github
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.
2. Review the [Contributor License Agreement](https://magento.com/legaldocuments/mca) if this is your first time contributing.
3. Create and test your work.
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).
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).
5. Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.

## Code of Conduct
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To get detailed information about changes in Magento 2.3.0, see the [Release Not

2.1.0
=============
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")
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")

2.0.0
=============
Expand Down Expand Up @@ -1025,7 +1025,7 @@ Tests:
* Improved backend menu keyboard accessibility
* Accessibility improvements: WAI-ARIA in a product item on a category page and related products
* Checkout flow code can work with a separate DB storage
* <a href="http://devdocs.magento.com/guides/v1.0/release-notes/changes.html#change-devrc-unit">Unit tests moved to module directories</a>
* <a href="https://devdocs.magento.com/guides/v1.0/release-notes/changes.html#change-devrc-unit">Unit tests moved to module directories</a>
* Addressed naming inconsistencies in REST routes
* Added Advanced Developer workflow for frontend developers
* Setup
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento_Analytics Module

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.
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.

The module implements the following functionality:

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

## Structure

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`.
[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.
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`.
[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.
The language declares SQL queries using XML declaration.

## Subscription Process
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogAnalytics/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Magento_CatalogAnalytics module

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).
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).
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getById($customerId);
* Retrieve customers which match a specified criteria.
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
* included. See https://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
* which call to use to get detailed information about all attributes for an object.
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Api/GroupRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getById($id);
* be filtered by tax class.
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine
* included. See https://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine
* which call to use to get detailed information about all attributes for an object.
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CustomerAnalytics/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Magento_CustomerAnalytics module

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).
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).
16 changes: 8 additions & 8 deletions app/code/Magento/Deploy/Model/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Filesystem
* Access permissions to the files are set during deploy Magento 2, directly after
* uploading code of Magento. Also it is possible to specify the value
* of inverse mask for setting access permissions to files generated by Magento.
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
*/
const PERMISSIONS_FILE = 0640;

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

Expand Down Expand Up @@ -320,8 +320,8 @@ public function cleanupFilesystem($directoryCodeList)
* Access permissions to the files and directories are set during deploy Magento 2, directly after
* uploading code of Magento. Also it is possible to specify the value
* of inverse mask for setting access permissions to files and directories generated by Magento.
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
*/
protected function changePermissions($directoryCodeList, $dirPermissions, $filePermissions)
{
Expand All @@ -345,8 +345,8 @@ protected function changePermissions($directoryCodeList, $dirPermissions, $fileP
* Access permissions to the files and directories are set during deploy Magento 2, directly after
* uploading code of Magento. Also it is possible to specify the value
* of inverse mask for setting access permissions to files and directories generated by Magento.
* @link http://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/install/post-install-umask.html
* @link https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
*/
public function lockStaticResources()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface AttributeSetRepositoryInterface
* Retrieve list of Attribute Sets
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine
* included. See https://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine
* which call to use to get detailed information about all attributes for an object.
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
Expand Down
5 changes: 4 additions & 1 deletion app/code/Magento/Indexer/Model/Message/Invalid.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace Magento\Indexer\Model\Message;

/**
* Message about invalid indexers.
*/
class Invalid implements \Magento\Framework\Notification\MessageInterface
{
/**
Expand Down Expand Up @@ -71,7 +74,7 @@ public function getText()
return __(
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
$url,
'http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
'https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
);
//@codingStandardsIgnoreEnd
}
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/InstantPurchase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Prerequisites to display the Instant Purchase button:

## Structure

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.
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.

## Extensibility

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

### Payment method integration

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).
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).
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.
To enable basic implementation just add single option to configuration of payemnt method in `config.xml`:

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

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

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

***

Expand Down
25 changes: 14 additions & 11 deletions app/code/Magento/Payment/Model/Method/AbstractMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @deprecated 100.0.6
* @see \Magento\Payment\Model\Method\Adapter
* @see http://devdocs.magento.com/guides/v2.1/payments-integrations/payment-gateway/payment-gateway-intro.html
* @see https://devdocs.magento.com/guides/v2.1/payments-integrations/payment-gateway/payment-gateway-intro.html
* @since 100.0.2
*/
abstract class AbstractMethod extends \Magento\Framework\Model\AbstractExtensibleModel implements
Expand Down Expand Up @@ -258,7 +258,7 @@ protected function initializeData($data = [])
}

/**
* {inheritdoc}
* @inheritdoc
* @deprecated 100.2.0
*/
public function setStore($storeId)
Expand All @@ -267,7 +267,7 @@ public function setStore($storeId)
}

/**
* {inheritdoc}
* @inheritdoc
* @deprecated 100.2.0
*/
public function getStore()
Expand Down Expand Up @@ -360,7 +360,8 @@ public function canRefundPartialPerInvoice()
}

/**
* Check void availability
* Check void availability.
*
* @return bool
* @internal param \Magento\Framework\DataObject $payment
* @api
Expand All @@ -372,8 +373,9 @@ public function canVoid()
}

/**
* Using internal pages for input payment data
* Can be used in admin
* Using internal pages for input payment data.
*
* Can be used in admin.
*
* @return bool
* @deprecated 100.2.0
Expand Down Expand Up @@ -715,7 +717,8 @@ public function void(\Magento\Payment\Model\InfoInterface $payment)
}

/**
* Whether this method can accept or deny payment
* Whether this method can accept or deny payment.
*
* @return bool
* @api
* @deprecated 100.2.0
Expand Down Expand Up @@ -867,8 +870,7 @@ public function isActive($storeId = null)
}

/**
* Method that will be executed instead of authorize or capture
* if flag isInitializeNeeded set to true
* Method that will be executed instead of authorize or capture if flag isInitializeNeeded set to true.
*
* @param string $paymentAction
* @param object $stateObject
Expand All @@ -884,8 +886,9 @@ public function initialize($paymentAction, $stateObject)
}

/**
* Get config payment action url
* Used to universalize payment actions when processing payment place
* Get config payment action url.
*
* Used to universalize payment actions when processing payment place.
*
* @return string
* @api
Expand Down
3 changes: 1 addition & 2 deletions app/code/Magento/Quote/Api/CartRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ public function get($cartId);
* Enables administrative users to list carts that match specified search criteria.
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#CartRepositoryInterface to determine
* included. See https://devdocs.magento.com/codelinks/attributes.html#CartRepositoryInterface to determine
* which call to use to get detailed information about all attributes for an object.
*
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
* @return \Magento\Quote\Api\Data\CartSearchResultsInterface
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function get($cartId);
* List available payment methods for a specified shopping cart.
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#GuestPaymentMethodManagementInterface to
* included. See https://devdocs.magento.com/codelinks/attributes.html#GuestPaymentMethodManagementInterface to
* determine which call to use to get detailed information about all attributes for an object.
*
* @param string $cartId The cart ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function get($cartId);
* Lists available payment methods for a specified shopping cart.
*
* This call returns an array of objects, but detailed information about each object’s attributes might not be
* included. See http://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to
* included. See https://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to
* determine which call to use to get detailed information about all attributes for an object.
*
* @param int $cartId The cart ID.
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/QuoteAnalytics/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Magento_QuoteAnalytics

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).
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).
2 changes: 1 addition & 1 deletion app/code/Magento/ReleaseNotification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ A clickable link to internal or external content in any text field will be creat

### Link Format Example:

The text: `http://devdocs.magento.com/ [Magento DevDocs].` will appear as [Magento DevDocs](http://devdocs.magento.com/).
The text: `https://devdocs.magento.com/ [Magento DevDocs].` will appear as [Magento DevDocs](https://devdocs.magento.com/).
4 changes: 2 additions & 2 deletions app/code/Magento/ReleaseNotification/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"<![CDATA[
<p>We’ll try to show it again the next time you sign in to Magento Admin.</p>
<p>To learn more about new features, see our latest Release Notes in
<a href=""http://devdocs.magento.com/magento-release-information.html""
<a href=""https://devdocs.magento.com/magento-release-information.html""
target=""_blank"">DevDocs' Release Information</a>.
</p>]]>","<![CDATA[
<p>We’ll try to show it again the next time you sign in to Magento Admin.</p>
<p>To learn more about new features, see our latest Release Notes in
<a href=""http://devdocs.magento.com/magento-release-information.html""
<a href=""https://devdocs.magento.com/magento-release-information.html""
target=""_blank"">DevDocs' Release Information</a>.
</p>]]>"
Loading