diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ec7ddb4085f24..d3fd535a6d57b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions to the Magento 2 codebase are done using the fork & pull model. This contribution model has contributors maintaining their own fork of the Magento 2 repository. -The forked repository is then used to submit a request to the base repository to “pull” a set of changes. +The forked repository is then used to submit a request to the base repository to "pull" a set of changes. For more information on pull requests please refer to [GitHub Help](https://help.github.com/articles/about-pull-requests/). Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes or optimizations. @@ -19,11 +19,11 @@ For more detailed information on contribution please read our [beginners guide]( 2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests. 3. Commits must be accompanied by meaningful commit messages. Please see the [Magento Pull Request Template](https://github.com/magento/magento2/blob/HEAD/.github/PULL_REQUEST_TEMPLATE.md) for more information. 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](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. +5. PRs which include new logic or new features must be submitted along with: + * Unit/integration test coverage + * Proposed [documentation](https://developer.adobe.com/commerce) updates. Use feedback buttons __Edit in GitHub__ and __Log an issue__ at the top of a relevant topic. +6. 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. +7. All automated tests must pass. ## Contribution process diff --git a/README.md b/README.md index a02a955a9ebbe..7628b7b1afa56 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ However, for those who need a full-featured eCommerce solution, we recommend [Ad ## Contribute -Our [Community](https://opensource.magento.com/) is large and diverse, and our project is enormous. As a contributor, you have countless opportunities to impact product development and delivery by introducing new features or improving existing ones, enhancing test coverage, updating documentation for [developers](https://developer.adobe.com/commerce/docs/) and [end-users](https://docs.magento.com/user-guide/), catching and fixing code bugs, suggesting points for optimization, and sharing your great ideas. +Our [Community](https://opensource.magento.com/) is large and diverse, and our project is enormous. As a contributor, you have countless opportunities to impact product development and delivery by introducing new features or improving existing ones, enhancing test coverage, updating documentation for [developers](https://developer.adobe.com/commerce/docs/) and [end-users](https://experienceleague.adobe.com/docs/commerce-admin/user-guides/home.html), catching and fixing code bugs, suggesting points for optimization, and sharing your great ideas. - [Contribute to the code](https://developer.adobe.com/commerce/contributor/guides/code-contributions/) - [Report an issue](https://developer.adobe.com/commerce/contributor/guides/code-contributions/#report) diff --git a/app/code/Magento/Analytics/etc/config.xml b/app/code/Magento/Analytics/etc/config.xml index d3066e186b25a..20096c7e005f1 100644 --- a/app/code/Magento/Analytics/etc/config.xml +++ b/app/code/Magento/Analytics/etc/config.xml @@ -15,7 +15,7 @@ https://advancedreporting.rjmetrics.com/otp https://advancedreporting.rjmetrics.com/report https://advancedreporting.rjmetrics.com/report - https://docs.magento.com/user-guide/reports/advanced-reporting.html + https://experienceleague.adobe.com/docs/commerce-admin/start/reporting/business-intelligence.html#advanced-reporting Magento Analytics user diff --git a/app/code/Magento/Backend/Block/Store/Switcher.php b/app/code/Magento/Backend/Block/Store/Switcher.php index f58e22bbfc007..d43ea381cb83b 100644 --- a/app/code/Magento/Backend/Block/Store/Switcher.php +++ b/app/code/Magento/Backend/Block/Store/Switcher.php @@ -20,7 +20,7 @@ class Switcher extends \Magento\Backend\Block\Template /** * URL for store switcher hint */ - public const HINT_URL = 'https://docs.magento.com/user-guide/configuration/scope.html'; + public const HINT_URL = 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings'; // @codingStandardsIgnoreLine /** * Name of website variable diff --git a/app/code/Magento/Backup/README.md b/app/code/Magento/Backup/README.md index 5a2445bfa7eab..3265e7fce25ec 100644 --- a/app/code/Magento/Backup/README.md +++ b/app/code/Magento/Backup/README.md @@ -4,7 +4,7 @@ The Magento_Backup module allows administrators to perform backups and rollbacks The Magento_Backup module does not affect the storefront. -For more information about this module, see [Magento Backups](https://docs.magento.com/user-guide/system/backups.html) +For more information about this module, see [Backups](https://experienceleague.adobe.com/docs/commerce-admin/systems/tools/backups.html) ## Extensibility diff --git a/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php b/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php index 024c62076d5b3..617926c88486c 100644 --- a/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php +++ b/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php @@ -394,7 +394,7 @@ protected function customizeNameListeners(array $meta) $urlKeyConfig = [ 'tooltip' => [ - 'link' => 'https://docs.magento.com/user-guide/catalog/catalog-urls.html', + 'link' => 'https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/catalog-urls.html', 'description' => __( 'The URL key should consist of lowercase characters with hyphens to separate words.' ), diff --git a/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php b/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php index 60ef9e83aed23..528203f3073bf 100644 --- a/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php +++ b/app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php @@ -165,7 +165,7 @@ protected function getFieldsForFieldset() $websitesList = $this->getWebsitesList(); $isNewProduct = !$this->locator->getProduct()->getId(); $tooltip = [ - 'link' => 'https://docs.magento.com/user-guide/configuration/scope.html', + 'link' => 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings', // @codingStandardsIgnoreLine 'description' => __( 'If your Magento installation has multiple websites, ' . 'you can edit the scope to use the product on specific sites.' diff --git a/app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml b/app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml index 64bc5efe8e385..1eed8489f762b 100644 --- a/app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml +++ b/app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml @@ -133,7 +133,7 @@ number - https://docs.magento.com/user-guide/configuration/scope.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings What is this? diff --git a/app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_form.xml b/app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_form.xml index 4da2e0c8c13d3..fd81373c23c85 100644 --- a/app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_form.xml +++ b/app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_form.xml @@ -125,7 +125,7 @@ int - https://docs.magento.com/user-guide/configuration/scope.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings What is this? diff --git a/app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml b/app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml index 1db60883e5e26..6f531b4fda86c 100644 --- a/app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml +++ b/app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml @@ -209,7 +209,7 @@ int - https://docs.magento.com/user-guide/configuration/scope.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings What is this? diff --git a/app/code/Magento/Customer/README.md b/app/code/Magento/Customer/README.md index f63b7f0633279..8bea0da02e2ab 100644 --- a/app/code/Magento/Customer/README.md +++ b/app/code/Magento/Customer/README.md @@ -348,9 +348,9 @@ For information about a UI component in Magento 2, see [Overview of UI component More information can get at articles: -- [Customer Configurations](https://docs.magento.com/user-guide/configuration/customers/customer-configuration.html) -- [Customer Attributes](https://docs.magento.com/user-guide/stores/attributes-customer.html) -- [Customer Address Attributes](https://docs.magento.com/user-guide/stores/attributes-customer-address.html) +- [Customer Configurations](https://experienceleague.adobe.com/docs/commerce-admin/config/customers/customer-configuration.html) +- [Customer Attributes](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/attributes/attribute-properties.html) +- [Customer Address Attributes](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/attributes/address-attributes.html) - [EAV And Extension Attributes](https://developer.adobe.com/commerce/php/development/components/attributes/) - [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html) diff --git a/app/code/Magento/Customer/view/base/ui_component/customer_form.xml b/app/code/Magento/Customer/view/base/ui_component/customer_form.xml index 0a9df3016df0b..384eb9198f5a8 100644 --- a/app/code/Magento/Customer/view/base/ui_component/customer_form.xml +++ b/app/code/Magento/Customer/view/base/ui_component/customer_form.xml @@ -129,7 +129,7 @@ number - https://docs.magento.com/user-guide/configuration/scope.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings If your Magento installation has multiple websites, you can edit the scope to associate the customer with a specific site. diff --git a/app/code/Magento/CustomerImportExport/README.md b/app/code/Magento/CustomerImportExport/README.md index 50c978eae1a7a..444895fd70a19 100644 --- a/app/code/Magento/CustomerImportExport/README.md +++ b/app/code/Magento/CustomerImportExport/README.md @@ -26,5 +26,5 @@ For more information about a layout in Magento 2, see the [Layout documentation] You can get more information about import/export processes in magento at the articles: -- [Import](https://docs.magento.com/user-guide/system/data-import.html) -- [Export](https://docs.magento.com/user-guide/system/data-export.html) +- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html) +- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html) diff --git a/app/code/Magento/Elasticsearch/README.md b/app/code/Magento/Elasticsearch/README.md index d7d7fb5ce89d3..22c61013fd492 100644 --- a/app/code/Magento/Elasticsearch/README.md +++ b/app/code/Magento/Elasticsearch/README.md @@ -14,7 +14,7 @@ For information about a module installation in Magento 2, see [Enable or disable ## Structure -`ElasticAdapter/` - the directory that contains the core files for providing support to ElasticSearch 7.x and 8.x +`ElasticAdapter/` - the directory that contains the core files for providing support to ElasticSearch 7.x and 8.x version. `SearchAdapter/` - the directory that contains solutions for adapting ElasticSearch query searching. @@ -27,7 +27,7 @@ For information about significant changes in patch releases, see [2.4.x Release More information about ElasticSearch are at articles: -- [Configuring Catalog Search](https://docs.magento.com/user-guide/catalog/search-configuration.html). +- [Configuring Catalog Search](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/search/search-configuration.html). - [Installation Guide/Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/search-engine/overview.html). - [Configure and maintain Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/search/overview-search.html). - Magento Commerce Cloud - [set up Elasticsearch service](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/service/elasticsearch.html). diff --git a/app/code/Magento/Elasticsearch7/README.md b/app/code/Magento/Elasticsearch7/README.md index a0c4063da5d3e..c4b2ddfdeec26 100644 --- a/app/code/Magento/Elasticsearch7/README.md +++ b/app/code/Magento/Elasticsearch7/README.md @@ -22,7 +22,7 @@ For information about significant changes in patch releases, see [2.4.x Release More information about ElasticSearch are at articles: -- [Configuring Catalog Search](https://docs.magento.com/user-guide/catalog/search-configuration.html). +- [Configuring Catalog Search](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/search/search-configuration.html). - [Installation Guide/Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/search-engine/overview.html). - [Configure and maintain Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/search/overview-search.html). - Magento Commerce Cloud - [set up Elasticsearch service](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/service/elasticsearch.html). diff --git a/app/code/Magento/Email/README.md b/app/code/Magento/Email/README.md index 3844f0a1e3db8..5ced4c5e0cfea 100644 --- a/app/code/Magento/Email/README.md +++ b/app/code/Magento/Email/README.md @@ -34,7 +34,7 @@ For information about significant changes in patch releases, see [2.4.x Release More information about email templates are at articles: -- [Marketing/Email](https://docs.magento.com/user-guide/marketing/email-templates.html) -- [Email templates list](https://docs.magento.com/user-guide/marketing/email-template-list.html) +- [Marketing/Email](https://experienceleague.adobe.com/docs/commerce-admin/systems/communications/email-templates.html) +- [Email templates list](https://experienceleague.adobe.com/docs/commerce-admin/systems/communications/email-templates.html#email-template-list) - [Customize email templates](https://developer.adobe.com/commerce/frontend-core/guide/templates/email/) - [Migrating custom email templates](https://developer.adobe.com/commerce/frontend-core/guide/templates/email-migration/#nested-arrays) diff --git a/app/code/Magento/EncryptionKey/README.md b/app/code/Magento/EncryptionKey/README.md index 1d4f642ac6033..06821569c9a3d 100644 --- a/app/code/Magento/EncryptionKey/README.md +++ b/app/code/Magento/EncryptionKey/README.md @@ -16,6 +16,6 @@ This module introduces the following layouts and layout handles in the `view/adm ## Additional information -For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). +For information about significant changes in patch releases, see [Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). -Some more information you can get at [Encryption Key](https://docs.magento.com/user-guide/system/encryption-key.html) article. +Some more information you can get at [Encryption Key](https://experienceleague.adobe.com/docs/commerce-admin/systems/security/encryption-key.html) article. diff --git a/app/code/Magento/Fedex/README.md b/app/code/Magento/Fedex/README.md index 419d9771987fb..1bf0d61ea19d1 100644 --- a/app/code/Magento/Fedex/README.md +++ b/app/code/Magento/Fedex/README.md @@ -25,6 +25,6 @@ This module introduces the following layouts in the `view/frontend/layout` direc You can get more information about delivery method in magento at the articles: -- [FedEx Configuration Settings](https://docs.magento.com/user-guide/shipping/fedex.html) -- [Delivery Methods Configuration](https://docs.magento.com/user-guide/configuration/sales/delivery-methods.html) +- [FedEx Configuration Settings](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/shipping-carriers/fedex.html) +- [Delivery Methods Configuration](https://experienceleague.adobe.com/docs/commerce-admin/config/sales/delivery-methods.html) - [Add custom shipping carrier](https://developer.adobe.com/commerce/php/tutorials/frontend/custom-checkout/add-shipping-carrier/) diff --git a/app/code/Magento/GiftMessage/README.md b/app/code/Magento/GiftMessage/README.md index ba3bb3962b062..1b80e3f4771b4 100644 --- a/app/code/Magento/GiftMessage/README.md +++ b/app/code/Magento/GiftMessage/README.md @@ -103,4 +103,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs]( ## Additional information -[Learn more about Gift Options and Gift Message](https://docs.magento.com/user-guide/sales/gift-options.html). +[Learn more about Gift Options and Gift Message](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/point-of-purchase/cart/cart-configuration.html#gift-options). diff --git a/app/code/Magento/GoogleAdwords/README.md b/app/code/Magento/GoogleAdwords/README.md index d79a7837149db..ae24c481c39ad 100644 --- a/app/code/Magento/GoogleAdwords/README.md +++ b/app/code/Magento/GoogleAdwords/README.md @@ -24,4 +24,4 @@ For more information about a layout in Magento 2, see the [Layout documentation] ## Additional information -[Learn how to configure Google AdWords](https://docs.magento.com/user-guide/marketing/google-adwords.html). +[Learn how to configure Google AdWords](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-adwords.html). diff --git a/app/code/Magento/GoogleAnalytics/README.md b/app/code/Magento/GoogleAnalytics/README.md index 226871406e241..9467a381abaab 100644 --- a/app/code/Magento/GoogleAnalytics/README.md +++ b/app/code/Magento/GoogleAnalytics/README.md @@ -28,4 +28,4 @@ For more information about a layout in Magento 2, see the [Layout documentation] ## Additional information -[Learn how to configure Google Analytics](https://docs.magento.com/user-guide/marketing/google-universal-analytics.html). +[Learn how to configure Google Analytics](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-analytics.html). diff --git a/app/code/Magento/GoogleGtag/README.md b/app/code/Magento/GoogleGtag/README.md index d5985c308bbc2..89c51f43c6ff1 100644 --- a/app/code/Magento/GoogleGtag/README.md +++ b/app/code/Magento/GoogleGtag/README.md @@ -29,4 +29,4 @@ For more information about a layout in Magento 2, see the [Layout documentation] ## Additional information -[Learn how to configure Google Analytics](https://docs.magento.com/user-guide/marketing/google-universal-analytics.html). +[Learn how to configure Google Analytics](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-analytics.html). diff --git a/app/code/Magento/GoogleOptimizer/README.md b/app/code/Magento/GoogleOptimizer/README.md index 2d2a32562f828..e01fbdc10dc9d 100644 --- a/app/code/Magento/GoogleOptimizer/README.md +++ b/app/code/Magento/GoogleOptimizer/README.md @@ -53,4 +53,4 @@ This allows to save different codes for products and categories on different sto This functionality can be switched on and off on the configuration page (`Stores -> Configuration -> General -> Google Api -> Google Analytics`). Also this functionality depends on Google Analytics module and configuration options. -[Learn how to configure Google Content Experiments](https://docs.magento.com/user-guide/marketing/google-content-experiments.html). +[Learn how to configure Google Content Experiments](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-content-experiments.html). diff --git a/app/code/Magento/GroupedImportExport/README.md b/app/code/Magento/GroupedImportExport/README.md index fd055be68bdbe..399097449cd4e 100644 --- a/app/code/Magento/GroupedImportExport/README.md +++ b/app/code/Magento/GroupedImportExport/README.md @@ -17,5 +17,5 @@ Extension developers can interact with the Magento_GroupedImportExport module. F You can get more information about import/export processes in magento at the articles: -- [Import](https://docs.magento.com/user-guide/system/data-import.html) -- [Export](https://docs.magento.com/user-guide/system/data-export.html) +- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html) +- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html) diff --git a/app/code/Magento/GroupedProduct/README.md b/app/code/Magento/GroupedProduct/README.md index 986b8f20791e8..982324d74c85a 100644 --- a/app/code/Magento/GroupedProduct/README.md +++ b/app/code/Magento/GroupedProduct/README.md @@ -95,4 +95,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs]( ## Additional information -For more information about creating grouped product, see [Creating Grouped Product](https://docs.magento.com/user-guide/catalog/product-create-grouped.html). +For more information about creating grouped product, see [Creating Grouped Product](https://experienceleague.adobe.com/docs/commerce-admin/catalog/products/types/product-create-grouped.html). diff --git a/app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php b/app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php index f4ef5ec432bac..bf394c9ed0c42 100644 --- a/app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php +++ b/app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php @@ -292,7 +292,7 @@ private function getImportBehaviorTooltip() { $html = ''; return $html; diff --git a/app/code/Magento/ImportExport/README.md b/app/code/Magento/ImportExport/README.md index a7a395c291cbe..560c6d0c68f5e 100644 --- a/app/code/Magento/ImportExport/README.md +++ b/app/code/Magento/ImportExport/README.md @@ -83,5 +83,5 @@ For information about a public API in Magento 2, see [Public interfaces & APIs]( You can get more information about import/export processes in magento at the articles: - [Create custom import entity](https://developer.adobe.com/commerce/php/tutorials/backend/create-custom-import-entity/) -- [Import](https://docs.magento.com/user-guide/system/data-import.html) -- [Export](https://docs.magento.com/user-guide/system/data-export.html) +- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html) +- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html) diff --git a/app/code/Magento/Indexer/README.md b/app/code/Magento/Indexer/README.md index 0285d3400924a..da955afd248ba 100644 --- a/app/code/Magento/Indexer/README.md +++ b/app/code/Magento/Indexer/README.md @@ -104,4 +104,4 @@ More information can get at articles: - [Learn more about Indexer optimization](https://developer.adobe.com/commerce/php/development/components/indexing/optimization/) - [Learn more how to add custom indexer](https://developer.adobe.com/commerce/php/development/components/indexing/custom-indexer/) - [Learn how to manage indexers](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/manage-indexers.html) -- [Learn more about Index Management](https://docs.magento.com/user-guide/system/index-management.html) +- [Learn more about Index Management](https://experienceleague.adobe.com/docs/commerce-admin/systems/tools/index-management.html) diff --git a/app/code/Magento/InstantPurchase/README.md b/app/code/Magento/InstantPurchase/README.md index f92335e4c4701..baa3eb7956c98 100644 --- a/app/code/Magento/InstantPurchase/README.md +++ b/app/code/Magento/InstantPurchase/README.md @@ -90,7 +90,7 @@ Basic implementation is a good start point but it's recommended to provide own i 3. Customer has default shipping and billing address defined 4. Customer has valid stored payment method with instant purchase support -[Learn more about Instant Purchase](https://docs.magento.com/user-guide/sales/checkout-instant-purchase.html). +[Learn more about Instant Purchase](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/point-of-purchase/checkout-instant-purchase.html). ### Backward incompatible changes diff --git a/app/code/Magento/Integration/README.md b/app/code/Magento/Integration/README.md index c9caeb63a9555..df1800963a693 100644 --- a/app/code/Magento/Integration/README.md +++ b/app/code/Magento/Integration/README.md @@ -107,5 +107,5 @@ Cron group configuration can be set at `etc/crontab.xml`: More information can get at articles: -- [Learn more about an Integration](https://docs.magento.com/user-guide/system/integrations.html) +- [Learn more about an Integration](https://experienceleague.adobe.com/docs/commerce-admin/systems/integrations.html) - [Lear how to create an Integration](https://developer.adobe.com/commerce/webapi/get-started/create-integration/) diff --git a/app/code/Magento/LayeredNavigation/README.md b/app/code/Magento/LayeredNavigation/README.md index 0d324c2a6c2f0..d923e264bebb6 100644 --- a/app/code/Magento/LayeredNavigation/README.md +++ b/app/code/Magento/LayeredNavigation/README.md @@ -55,5 +55,5 @@ This module modifies the following page_layout in the `view/frontend.page_layout More information can be found in: -- [Learn more about Layered Navigation](https://docs.magento.com/user-guide/catalog/navigation-layered.html) -- [Learn how to Configuring Layered Navigation](https://docs.magento.com/user-guide/catalog/navigation-layered-configuration.html) +- [Learn more about Layered Navigation](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/navigation/navigation-layered.html) +- [Learn how to Configuring Layered Navigation](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/navigation/navigation-layered.html#configure-layered-navigation) diff --git a/app/code/Magento/LoginAsCustomer/README.md b/app/code/Magento/LoginAsCustomer/README.md index 4efe9cca3c55a..61f143859a324 100644 --- a/app/code/Magento/LoginAsCustomer/README.md +++ b/app/code/Magento/LoginAsCustomer/README.md @@ -12,4 +12,4 @@ For information about a module installation in Magento 2, see [Enable or disable This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html) +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html) diff --git a/app/code/Magento/LoginAsCustomerAdminUi/README.md b/app/code/Magento/LoginAsCustomerAdminUi/README.md index 3d447a730140e..615d71ce244ac 100644 --- a/app/code/Magento/LoginAsCustomerAdminUi/README.md +++ b/app/code/Magento/LoginAsCustomerAdminUi/README.md @@ -8,4 +8,4 @@ This module provides UI for Admin Panel for Login As Customer functionality. This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerApi/README.md b/app/code/Magento/LoginAsCustomerApi/README.md index 39dc0d7bee6eb..91bced641dfdf 100644 --- a/app/code/Magento/LoginAsCustomerApi/README.md +++ b/app/code/Magento/LoginAsCustomerApi/README.md @@ -54,4 +54,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs]( This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerAssistance/README.md b/app/code/Magento/LoginAsCustomerAssistance/README.md index 2fc609f459654..7e11bce098c85 100644 --- a/app/code/Magento/LoginAsCustomerAssistance/README.md +++ b/app/code/Magento/LoginAsCustomerAssistance/README.md @@ -12,4 +12,4 @@ For information about a module installation in Magento 2, see [Enable or disable This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerFrontendUi/README.md b/app/code/Magento/LoginAsCustomerFrontendUi/README.md index f822a71e87d35..423d5deee6ae4 100644 --- a/app/code/Magento/LoginAsCustomerFrontendUi/README.md +++ b/app/code/Magento/LoginAsCustomerFrontendUi/README.md @@ -6,4 +6,4 @@ This module provides UI for Storefront for Login As Customer functionality. This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerGraphQl/README.md b/app/code/Magento/LoginAsCustomerGraphQl/README.md index fa3ff4d8cbcc9..c1198415014ba 100755 --- a/app/code/Magento/LoginAsCustomerGraphQl/README.md +++ b/app/code/Magento/LoginAsCustomerGraphQl/README.md @@ -17,6 +17,6 @@ For information about a module installation in Magento 2, see [Enable or disable This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). You can get more information about [GraphQl In Magento 2](https://developer.adobe.com/commerce/webapi/graphql/). diff --git a/app/code/Magento/LoginAsCustomerLog/README.md b/app/code/Magento/LoginAsCustomerLog/README.md index 197a5886e07e2..1e11958d292db 100644 --- a/app/code/Magento/LoginAsCustomerLog/README.md +++ b/app/code/Magento/LoginAsCustomerLog/README.md @@ -45,4 +45,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs]( This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerPageCache/README.md b/app/code/Magento/LoginAsCustomerPageCache/README.md index 298c6bdbb4c64..56f65969dbc6b 100644 --- a/app/code/Magento/LoginAsCustomerPageCache/README.md +++ b/app/code/Magento/LoginAsCustomerPageCache/README.md @@ -6,4 +6,4 @@ This module provides adaptation to PageCache functionality for Login as Customer This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerQuote/README.md b/app/code/Magento/LoginAsCustomerQuote/README.md index 7e3ee95478b9b..9699819eebf5e 100644 --- a/app/code/Magento/LoginAsCustomerQuote/README.md +++ b/app/code/Magento/LoginAsCustomerQuote/README.md @@ -6,4 +6,4 @@ The Magento_LoginAsCustomerQuote module is responsible for communication between This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/LoginAsCustomerSales/README.md b/app/code/Magento/LoginAsCustomerSales/README.md index 342872a7362ec..a6205f9fca4aa 100644 --- a/app/code/Magento/LoginAsCustomerSales/README.md +++ b/app/code/Magento/LoginAsCustomerSales/README.md @@ -6,4 +6,4 @@ This module is responsible for communication between Magento_LoginAsCustomer and This module is a part of Login As Customer feature. -[Learn more about Login As Customer feature](https://docs.magento.com/user-guide/customers/login-as-customer.html). +[Learn more about Login As Customer feature](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/manage/login-as-customer.html). diff --git a/app/code/Magento/MediaGallery/README.md b/app/code/Magento/MediaGallery/README.md index 96e19a9e9d239..89b18e610d328 100644 --- a/app/code/Magento/MediaGallery/README.md +++ b/app/code/Magento/MediaGallery/README.md @@ -22,4 +22,4 @@ Extension developers can interact with the Magento_MediaGallery module. For more For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). -[Learn more about New Media Gallery](https://docs.magento.com/user-guide/cms/media-gallery.html). +[Learn more about New Media Gallery](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/gallery/media-gallery.html). diff --git a/app/code/Magento/MediaGalleryUi/README.md b/app/code/Magento/MediaGalleryUi/README.md index c1dc448bc7990..714d115c3f0d6 100644 --- a/app/code/Magento/MediaGalleryUi/README.md +++ b/app/code/Magento/MediaGalleryUi/README.md @@ -44,4 +44,4 @@ For information about a UI component in Magento 2, see [Overview of UI component For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). -[Learn more about New Media Gallery](https://docs.magento.com/user-guide/cms/media-gallery.html). +[Learn more about New Media Gallery](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/gallery/media-gallery.html). diff --git a/app/code/Magento/MediaGalleryUiApi/README.md b/app/code/Magento/MediaGalleryUiApi/README.md index 585428276f13e..d2ca2d6187602 100644 --- a/app/code/Magento/MediaGalleryUiApi/README.md +++ b/app/code/Magento/MediaGalleryUiApi/README.md @@ -10,4 +10,4 @@ For information about module installation in Magento 2, see [Enable or disable m For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html). -[Learn more about New Media Gallery](https://docs.magento.com/user-guide/cms/media-gallery.html). +[Learn more about New Media Gallery](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/gallery/media-gallery.html). diff --git a/app/code/Magento/MediaStorage/README.md b/app/code/Magento/MediaStorage/README.md index 3e401c7aa6058..6a655baf1dd22 100644 --- a/app/code/Magento/MediaStorage/README.md +++ b/app/code/Magento/MediaStorage/README.md @@ -37,5 +37,5 @@ Extension developers can interact with the Magento_MediaStorage module. For more More information can get at articles: -- [Learn how to configure Media Storage Database](https://docs.magento.com/user-guide/system/media-storage-database.html). +- [Learn how to configure Media Storage Database](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/storage/media-storage-database.html). - [Learn how to Resize catalog images](https://developer.adobe.com/commerce/frontend-core/guide/themes/configure/#resize-catalog-images) diff --git a/app/code/Magento/NewRelicReporting/README.md b/app/code/Magento/NewRelicReporting/README.md index a2cebb0ee45ff..c50ee0511b025 100644 --- a/app/code/Magento/NewRelicReporting/README.md +++ b/app/code/Magento/NewRelicReporting/README.md @@ -31,7 +31,7 @@ Extension developers can interact with the Magento_NewRelicReporting module. For ## Additional information -[Learn more about New Relic Reporting](https://docs.magento.com/user-guide/reports/new-relic-reporting.html). +[Learn more about New Relic Reporting](https://experienceleague.adobe.com/docs/commerce-admin/start/reporting/new-relic-reporting.html). ### Console commands diff --git a/app/code/Magento/Newsletter/README.md b/app/code/Magento/Newsletter/README.md index b51cc7508d3fb..d15f211ae4440 100644 --- a/app/code/Magento/Newsletter/README.md +++ b/app/code/Magento/Newsletter/README.md @@ -76,7 +76,7 @@ For information about a UI component in Magento 2, see [Overview of UI component ## Additional information -[Learn more about newsletter](https://docs.magento.com/user-guide/marketing/newsletters.html). +[Learn more about newsletter](https://experienceleague.adobe.com/docs/commerce-admin/marketing/communications/newsletters/newsletters.html). ### Cron options diff --git a/app/code/Magento/OfflinePayments/README.md b/app/code/Magento/OfflinePayments/README.md index 8b34b3f2c4999..1b9bf56ec1227 100644 --- a/app/code/Magento/OfflinePayments/README.md +++ b/app/code/Magento/OfflinePayments/README.md @@ -36,4 +36,4 @@ For more information about a layout in Magento 2, see the [Layout documentation] ## Additional information -[Learn how to configure Offline Payment Methods](https://docs.magento.com/user-guide/payment/offline-payment-methods.html). +[Learn how to configure Offline Payment Methods](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/payments.html#offline-payment-methods). diff --git a/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php b/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php index 70723ba5b6d4d..07517192a0a21 100644 --- a/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php +++ b/app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php @@ -295,7 +295,6 @@ private function importData(array $fields, array $values) * @return Tablerate * @throws LocalizedException * @todo: this method should be refactored as soon as updated design will be provided - * @see https://wiki.corp.x.com/display/MCOMS/Magento+Filesystem+Decisions */ public function uploadAndImport(DataObject $object) { diff --git a/app/code/Magento/OfflineShipping/README.md b/app/code/Magento/OfflineShipping/README.md index 440f2bc3e1541..316abb58b8416 100644 --- a/app/code/Magento/OfflineShipping/README.md +++ b/app/code/Magento/OfflineShipping/README.md @@ -60,7 +60,7 @@ For information about a UI component in Magento 2, see [Overview of UI component You can get more information about offline shipping methods in magento at the articles: -- [How to configure Free Shipping](https://docs.magento.com/user-guide/shipping/shipping-free.html) -- [How to configure Flat Rate](https://docs.magento.com/user-guide/shipping/shipping-flat-rate.html) -- [How to configure Table Rates](https://docs.magento.com/user-guide/shipping/shipping-table-rate.html) -- [How to configure Store Pickup](https://docs.magento.com/user-guide/shipping/shipping-in-store-delivery.html) +- [How to configure Free Shipping](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/basic-methods/shipping-free.html) +- [How to configure Flat Rate](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/basic-methods/shipping-flat-rate.html) +- [How to configure Table Rates](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/basic-methods/shipping-table-rate.html) +- [How to configure Store Pickup](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/basic-methods/shipping-in-store-delivery.html) diff --git a/app/code/Magento/OrderCancellation/README.md b/app/code/Magento/OrderCancellation/README.md index b3af3df5f946d..8ca4bfa8282c9 100644 --- a/app/code/Magento/OrderCancellation/README.md +++ b/app/code/Magento/OrderCancellation/README.md @@ -5,5 +5,3 @@ This module allows to cancel an order and specify the order cancellation reason. This functionality is enabled / disabled by a feature flag that is set at storeView level. After the cancellation, the customer receive an email confirming it and this cancellation is reflected in the customer's order history. - - diff --git a/app/code/Magento/Paypal/etc/adminhtml/system.xml b/app/code/Magento/Paypal/etc/adminhtml/system.xml index 62df44be46006..c415d7f5a8bd2 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system.xml @@ -82,7 +82,7 @@ payment/paypal_payment_pro/active - https://docs.magento.com/user-guide/payment/paypal-payments-pro.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-pro.html @@ -102,7 +102,7 @@ Accept credit card and PayPal payments securely. payment/wps_express/active - https://docs.magento.com/user-guide/payment/paypal-payments-standard.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-standard.html @@ -184,7 +184,7 @@ Accept credit card and PayPal payments securely. payment/wps_express/active - https://docs.magento.com/user-guide/payment/paypal-payments-standard.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-standard.html @@ -259,7 +259,7 @@ Accept credit card and PayPal payments securely. payment/wps_express/active - https://docs.magento.com/user-guide/payment/paypal-payments-standard.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-standard.html @@ -306,7 +306,7 @@ payment/paypal_payment_pro/active - https://docs.magento.com/user-guide/payment/paypal-payments-pro.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-pro.html diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml b/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml index a3d2393704947..f6635a72b5278 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml @@ -13,7 +13,7 @@ Add PayPal as an additional payment method to your checkout page. payment/paypal_express/active - https://docs.magento.com/user-guide/payment/paypal-express-checkout.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-express-checkout.html Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml b/app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml index 3e237ffe0a4d4..43012c380e0a4 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml @@ -13,7 +13,7 @@ Includes Express Checkout)]]> payment/payflow_advanced/active - https://docs.magento.com/user-guide/payment/paypal-payments-advanced.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-advanced.html Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml b/app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml index cef6193bed7a0..377b1b2cf9155 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml @@ -13,7 +13,7 @@ Includes Express Checkout)]]> payment/payflow_link/active - https://docs.magento.com/user-guide/payment/paypal-payflow-link.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payflow-link.html Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/payments_pro_hosted_solution.xml b/app/code/Magento/Paypal/etc/adminhtml/system/payments_pro_hosted_solution.xml index 5e4cb2e55aece..c83cc81f7f614 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system/payments_pro_hosted_solution.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system/payments_pro_hosted_solution.xml @@ -14,7 +14,7 @@ Includes Express Checkout)]]> 1 - https://docs.magento.com/user-guide/payment/paypal-payments-pro.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payments-pro.html Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml b/app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml index 56cc21dd9ca01..d1955c49dc0c9 100644 --- a/app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml +++ b/app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml @@ -14,7 +14,7 @@ payment/payflowpro/active 1 - https://docs.magento.com/user-guide/payment/paypal-payflow-pro.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/payments/paypal/paypal-payflow-pro.html Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Hint diff --git a/app/code/Magento/Persistent/README.md b/app/code/Magento/Persistent/README.md index 3d2f19e4fc91b..efd182ba29beb 100644 --- a/app/code/Magento/Persistent/README.md +++ b/app/code/Magento/Persistent/README.md @@ -53,7 +53,7 @@ For more information about a layout in Magento 2, see the [Layout documentation] More information can get at articles: -- [Persistent Shopping Cart](https://docs.magento.com/user-guide/configuration/customers/persistent-shopping-cart.html) +- [Persistent Shopping Cart](https://experienceleague.adobe.com/docs/commerce-admin/config/customers/persistent-shopping-cart.html) - [Persistent Cart](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/point-of-purchase/cart/cart-persistent.html) ### Cron options diff --git a/app/code/Magento/ProductAlert/README.md b/app/code/Magento/ProductAlert/README.md index 1d54f5e7b811b..e1f19a158de26 100644 --- a/app/code/Magento/ProductAlert/README.md +++ b/app/code/Magento/ProductAlert/README.md @@ -39,8 +39,8 @@ For more information about a layout in Magento 2, see the [Layout documentation] More information can get at articles: -- [Product Alerts](https://docs.magento.com/user-guide/catalog/inventory-product-alerts.html) -- [Product Alert Run Settings](https://docs.magento.com/user-guide/catalog/inventory-product-alert-run-settings.html) +- [Product Alerts](https://experienceleague.adobe.com/docs/commerce-admin/inventory/configuration/product-alerts/alert-setup.html) +- [Product Alert Run Settings](https://experienceleague.adobe.com/docs/commerce-admin/inventory/configuration/product-alerts/alert-setup.html) ### Cron options diff --git a/app/code/Magento/ProductVideo/README.md b/app/code/Magento/ProductVideo/README.md index f3b9926dd111b..12a1278f9401f 100644 --- a/app/code/Magento/ProductVideo/README.md +++ b/app/code/Magento/ProductVideo/README.md @@ -46,5 +46,5 @@ For information about a UI component in Magento 2, see [Overview of UI component More information can get at articles: -- [Learn how to add Product Video](https://docs.magento.com/user-guide/catalog/product-video.html) +- [Learn how to add Product Video](https://experienceleague.adobe.com/docs/commerce-admin/catalog/products/digital-assets/product-video.html) - [Learn how to configure Product Video](https://developer.adobe.com/commerce/frontend-core/guide/themes/product-video/) diff --git a/app/code/Magento/ReleaseNotification/README.md b/app/code/Magento/ReleaseNotification/README.md index c6e55ab091bc3..88500f35d9462 100644 --- a/app/code/Magento/ReleaseNotification/README.md +++ b/app/code/Magento/ReleaseNotification/README.md @@ -74,4 +74,4 @@ A clickable link to internal or external content in any text field will be creat #### Link Format Example: -The text: `https://devdocs.magento.com/ [Magento DevDocs].` will appear as [Magento DevDocs](https://devdocs.magento.com/). +The text: `https://developer.adobe.com/commerce/docs/ [Adobe Commerce Developer Documentation].` will appear as [Adobe Commerce Developer Documentation](https://developer.adobe.com/commerce/docs/). diff --git a/app/code/Magento/SalesRule/view/adminhtml/ui_component/sales_rule_form.xml b/app/code/Magento/SalesRule/view/adminhtml/ui_component/sales_rule_form.xml index 81f13fa1353bf..556639febb39a 100644 --- a/app/code/Magento/SalesRule/view/adminhtml/ui_component/sales_rule_form.xml +++ b/app/code/Magento/SalesRule/view/adminhtml/ui_component/sales_rule_form.xml @@ -120,7 +120,7 @@ number - https://docs.magento.com/user-guide/configuration/scope.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings What is this? diff --git a/app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_form.xml b/app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_form.xml index 9cff8c07d82b6..7e1471cba9f96 100644 --- a/app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_form.xml +++ b/app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_form.xml @@ -72,7 +72,7 @@ text - https://docs.magento.com/user-guide/stores/websites-stores-views.html + https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html You can adjust the scope of this synonym group by selecting an option from the list. diff --git a/app/code/Magento/Tax/etc/config.xml b/app/code/Magento/Tax/etc/config.xml index 3c8206c63d50b..398a45c4fc215 100644 --- a/app/code/Magento/Tax/etc/config.xml +++ b/app/code/Magento/Tax/etc/config.xml @@ -49,7 +49,7 @@ 0 - https://docs.magento.com/user-guide/tax/warning-messages.html + https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/site-store/taxes/taxes.html#warning-messages diff --git a/dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports/ShowTest.php b/dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports/ShowTest.php index 779cd24791b8c..431bdbd720f5a 100644 --- a/dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports/ShowTest.php +++ b/dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports/ShowTest.php @@ -14,13 +14,13 @@ */ class ShowTest extends AbstractBackendController { - private const REPORT_HOST = 'docs.magento.com'; + private const REPORT_HOST = 'experienceleague.adobe.com'; /** - * @inheritDoc + * @var string */ protected $resource = 'Magento_Analytics::advanced_reporting'; /** - * @inheritDoc + * @var string */ protected $uri = 'backend/analytics/reports/show'; /**