Skip to content

Commit edd599b

Browse files
authored
Merge pull request #8593 from commerce-docs/ds_fix-docs
Minor fixes in docs
2 parents 6f5a25e + 777c86d commit edd599b

File tree

65 files changed

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

65 files changed

+88
-91
lines changed

Diff for: .github/CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions to the Magento 2 codebase are done using the fork & pull model.
44
This contribution model has contributors maintaining their own fork of the Magento 2 repository.
5-
The forked repository is then used to submit a request to the base repository to pull a set of changes.
5+
The forked repository is then used to submit a request to the base repository to "pull" a set of changes.
66
For more information on pull requests please refer to [GitHub Help](https://help.github.com/articles/about-pull-requests/).
77

88
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](
1919
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.
2020
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.
2121
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
22-
3. PRs which include new logic or new features must be submitted along with:
23-
* Unit/integration test coverage
24-
* Proposed [documentation](https://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
25-
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.
26-
5. All automated tests must pass.
22+
5. PRs which include new logic or new features must be submitted along with:
23+
* Unit/integration test coverage
24+
* 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.
25+
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.
26+
7. All automated tests must pass.
2727

2828
## Contribution process
2929

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ However, for those who need a full-featured eCommerce solution, we recommend [Ad
2626

2727
## Contribute
2828

29-
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.
29+
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.
3030

3131
- [Contribute to the code](https://developer.adobe.com/commerce/contributor/guides/code-contributions/)
3232
- [Report an issue](https://developer.adobe.com/commerce/contributor/guides/code-contributions/#report)

Diff for: app/code/Magento/Analytics/etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<otp>https://advancedreporting.rjmetrics.com/otp</otp>
1616
<report>https://advancedreporting.rjmetrics.com/report</report>
1717
<notify_data_changed>https://advancedreporting.rjmetrics.com/report</notify_data_changed>
18-
<documentation>https://docs.magento.com/user-guide/reports/advanced-reporting.html</documentation>
18+
<documentation>https://experienceleague.adobe.com/docs/commerce-admin/start/reporting/business-intelligence.html#advanced-reporting</documentation>
1919
</url>
2020
<integration_name>Magento Analytics user</integration_name>
2121
<general>

Diff for: app/code/Magento/Backend/Block/Store/Switcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Switcher extends \Magento\Backend\Block\Template
2020
/**
2121
* URL for store switcher hint
2222
*/
23-
public const HINT_URL = 'https://docs.magento.com/user-guide/configuration/scope.html';
23+
public const HINT_URL = 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings'; // @codingStandardsIgnoreLine
2424

2525
/**
2626
* Name of website variable

Diff for: app/code/Magento/Backup/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Magento_Backup module allows administrators to perform backups and rollbacks
44

55
The Magento_Backup module does not affect the storefront.
66

7-
For more information about this module, see [Magento Backups](https://docs.magento.com/user-guide/system/backups.html)
7+
For more information about this module, see [Backups](https://experienceleague.adobe.com/docs/commerce-admin/systems/tools/backups.html)
88

99
## Extensibility
1010

Diff for: app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ protected function customizeNameListeners(array $meta)
394394

395395
$urlKeyConfig = [
396396
'tooltip' => [
397-
'link' => 'https://docs.magento.com/user-guide/catalog/catalog-urls.html',
397+
'link' => 'https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/catalog-urls.html',
398398
'description' => __(
399399
'The URL key should consist of lowercase characters with hyphens to separate words.'
400400
),

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ protected function getFieldsForFieldset()
165165
$websitesList = $this->getWebsitesList();
166166
$isNewProduct = !$this->locator->getProduct()->getId();
167167
$tooltip = [
168-
'link' => 'https://docs.magento.com/user-guide/configuration/scope.html',
168+
'link' => 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings', // @codingStandardsIgnoreLine
169169
'description' => __(
170170
'If your Magento installation has multiple websites, ' .
171171
'you can edit the scope to use the product on specific sites.'

Diff for: app/code/Magento/CatalogRule/view/adminhtml/ui_component/catalog_rule_form.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</validation>
134134
<dataType>number</dataType>
135135
<tooltip>
136-
<link>https://docs.magento.com/user-guide/configuration/scope.html</link>
136+
<link>https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings</link>
137137
<description>What is this?</description>
138138
</tooltip>
139139
<label translate="true">Websites</label>

Diff for: app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_form.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
</validation>
126126
<dataType>int</dataType>
127127
<tooltip>
128-
<link>https://docs.magento.com/user-guide/configuration/scope.html</link>
128+
<link>https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings</link>
129129
<description>What is this?</description>
130130
</tooltip>
131131
<label translate="true">Store View</label>

Diff for: app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</validation>
210210
<dataType>int</dataType>
211211
<tooltip>
212-
<link>https://docs.magento.com/user-guide/configuration/scope.html</link>
212+
<link>https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings</link>
213213
<description>What is this?</description>
214214
</tooltip>
215215
<label translate="true">Store View</label>

Diff for: app/code/Magento/Customer/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ For information about a UI component in Magento 2, see [Overview of UI component
348348

349349
More information can get at articles:
350350

351-
- [Customer Configurations](https://docs.magento.com/user-guide/configuration/customers/customer-configuration.html)
352-
- [Customer Attributes](https://docs.magento.com/user-guide/stores/attributes-customer.html)
353-
- [Customer Address Attributes](https://docs.magento.com/user-guide/stores/attributes-customer-address.html)
351+
- [Customer Configurations](https://experienceleague.adobe.com/docs/commerce-admin/config/customers/customer-configuration.html)
352+
- [Customer Attributes](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/attributes/attribute-properties.html)
353+
- [Customer Address Attributes](https://experienceleague.adobe.com/docs/commerce-admin/customers/customer-accounts/attributes/address-attributes.html)
354354
- [EAV And Extension Attributes](https://developer.adobe.com/commerce/php/development/components/attributes/)
355355
- [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html)
356356

Diff for: app/code/Magento/Customer/view/base/ui_component/customer_form.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
</validation>
130130
<dataType>number</dataType>
131131
<tooltip>
132-
<link>https://docs.magento.com/user-guide/configuration/scope.html</link>
132+
<link>https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings</link>
133133
<description translate="true">If your Magento installation has multiple websites, you can edit the scope to associate the customer with a specific site.</description>
134134
</tooltip>
135135
<imports>

Diff for: app/code/Magento/CustomerImportExport/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ For more information about a layout in Magento 2, see the [Layout documentation]
2626

2727
You can get more information about import/export processes in magento at the articles:
2828

29-
- [Import](https://docs.magento.com/user-guide/system/data-import.html)
30-
- [Export](https://docs.magento.com/user-guide/system/data-export.html)
29+
- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html)
30+
- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html)

Diff for: app/code/Magento/Elasticsearch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For information about a module installation in Magento 2, see [Enable or disable
1414

1515
## Structure
1616

17-
`ElasticAdapter/` - the directory that contains the core files for providing support to ElasticSearch 7.x and 8.x
17+
`ElasticAdapter/` - the directory that contains the core files for providing support to ElasticSearch 7.x and 8.x
1818
version.
1919

2020
`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
2727

2828
More information about ElasticSearch are at articles:
2929

30-
- [Configuring Catalog Search](https://docs.magento.com/user-guide/catalog/search-configuration.html).
30+
- [Configuring Catalog Search](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/search/search-configuration.html).
3131
- [Installation Guide/Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/search-engine/overview.html).
3232
- [Configure and maintain Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/search/overview-search.html).
3333
- Magento Commerce Cloud - [set up Elasticsearch service](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/service/elasticsearch.html).

Diff for: app/code/Magento/Elasticsearch7/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about significant changes in patch releases, see [2.4.x Release
2222

2323
More information about ElasticSearch are at articles:
2424

25-
- [Configuring Catalog Search](https://docs.magento.com/user-guide/catalog/search-configuration.html).
25+
- [Configuring Catalog Search](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/search/search-configuration.html).
2626
- [Installation Guide/Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/search-engine/overview.html).
2727
- [Configure and maintain Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/search/overview-search.html).
2828
- Magento Commerce Cloud - [set up Elasticsearch service](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/service/elasticsearch.html).

Diff for: app/code/Magento/Email/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For information about significant changes in patch releases, see [2.4.x Release
3434

3535
More information about email templates are at articles:
3636

37-
- [Marketing/Email](https://docs.magento.com/user-guide/marketing/email-templates.html)
38-
- [Email templates list](https://docs.magento.com/user-guide/marketing/email-template-list.html)
37+
- [Marketing/Email](https://experienceleague.adobe.com/docs/commerce-admin/systems/communications/email-templates.html)
38+
- [Email templates list](https://experienceleague.adobe.com/docs/commerce-admin/systems/communications/email-templates.html#email-template-list)
3939
- [Customize email templates](https://developer.adobe.com/commerce/frontend-core/guide/templates/email/)
4040
- [Migrating custom email templates](https://developer.adobe.com/commerce/frontend-core/guide/templates/email-migration/#nested-arrays)

Diff for: app/code/Magento/EncryptionKey/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ This module introduces the following layouts and layout handles in the `view/adm
1616

1717
## Additional information
1818

19-
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).
19+
For information about significant changes in patch releases, see [Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html).
2020

21-
Some more information you can get at [Encryption Key](https://docs.magento.com/user-guide/system/encryption-key.html) article.
21+
Some more information you can get at [Encryption Key](https://experienceleague.adobe.com/docs/commerce-admin/systems/security/encryption-key.html) article.

Diff for: app/code/Magento/Fedex/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ This module introduces the following layouts in the `view/frontend/layout` direc
2525

2626
You can get more information about delivery method in magento at the articles:
2727

28-
- [FedEx Configuration Settings](https://docs.magento.com/user-guide/shipping/fedex.html)
29-
- [Delivery Methods Configuration](https://docs.magento.com/user-guide/configuration/sales/delivery-methods.html)
28+
- [FedEx Configuration Settings](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/delivery/shipping-carriers/fedex.html)
29+
- [Delivery Methods Configuration](https://experienceleague.adobe.com/docs/commerce-admin/config/sales/delivery-methods.html)
3030
- [Add custom shipping carrier](https://developer.adobe.com/commerce/php/tutorials/frontend/custom-checkout/add-shipping-carrier/)

Diff for: app/code/Magento/GiftMessage/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
103103

104104
## Additional information
105105

106-
[Learn more about Gift Options and Gift Message](https://docs.magento.com/user-guide/sales/gift-options.html).
106+
[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 for: app/code/Magento/GoogleAdwords/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ For more information about a layout in Magento 2, see the [Layout documentation]
2424

2525
## Additional information
2626

27-
[Learn how to configure Google AdWords](https://docs.magento.com/user-guide/marketing/google-adwords.html).
27+
[Learn how to configure Google AdWords](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-adwords.html).

Diff for: app/code/Magento/GoogleAnalytics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ For more information about a layout in Magento 2, see the [Layout documentation]
2828

2929
## Additional information
3030

31-
[Learn how to configure Google Analytics](https://docs.magento.com/user-guide/marketing/google-universal-analytics.html).
31+
[Learn how to configure Google Analytics](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-analytics.html).

Diff for: app/code/Magento/GoogleGtag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For more information about a layout in Magento 2, see the [Layout documentation]
2929

3030
## Additional information
3131

32-
[Learn how to configure Google Analytics](https://docs.magento.com/user-guide/marketing/google-universal-analytics.html).
32+
[Learn how to configure Google Analytics](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-analytics.html).

Diff for: app/code/Magento/GoogleOptimizer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ This allows to save different codes for products and categories on different sto
5353
This functionality can be switched on and off on the configuration page (`Stores -> Configuration -> General -> Google Api -> Google Analytics`).
5454
Also this functionality depends on Google Analytics module and configuration options.
5555

56-
[Learn how to configure Google Content Experiments](https://docs.magento.com/user-guide/marketing/google-content-experiments.html).
56+
[Learn how to configure Google Content Experiments](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-content-experiments.html).

Diff for: app/code/Magento/GroupedImportExport/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Extension developers can interact with the Magento_GroupedImportExport module. F
1717

1818
You can get more information about import/export processes in magento at the articles:
1919

20-
- [Import](https://docs.magento.com/user-guide/system/data-import.html)
21-
- [Export](https://docs.magento.com/user-guide/system/data-export.html)
20+
- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html)
21+
- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html)

Diff for: app/code/Magento/GroupedProduct/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
9595

9696
## Additional information
9797

98-
For more information about creating grouped product, see [Creating Grouped Product](https://docs.magento.com/user-guide/catalog/product-create-grouped.html).
98+
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 for: app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private function getImportBehaviorTooltip()
292292
{
293293
$html = '<div class="admin__field-tooltip tooltip">
294294
<a class="admin__field-tooltip-action action-help" target="_blank" title="What is this?"
295-
href="https://docs.magento.com/user-guide/system/data-import.html"><span>'
295+
href="https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html"><span>' // @codingStandardsIgnoreLine
296296
. __('What is this?')
297297
. '</span></a></div>';
298298
return $html;

Diff for: app/code/Magento/ImportExport/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
8383
You can get more information about import/export processes in magento at the articles:
8484

8585
- [Create custom import entity](https://developer.adobe.com/commerce/php/tutorials/backend/create-custom-import-entity/)
86-
- [Import](https://docs.magento.com/user-guide/system/data-import.html)
87-
- [Export](https://docs.magento.com/user-guide/system/data-export.html)
86+
- [Import](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html)
87+
- [Export](https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/data-export.html)

Diff for: app/code/Magento/Indexer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ More information can get at articles:
104104
- [Learn more about Indexer optimization](https://developer.adobe.com/commerce/php/development/components/indexing/optimization/)
105105
- [Learn more how to add custom indexer](https://developer.adobe.com/commerce/php/development/components/indexing/custom-indexer/)
106106
- [Learn how to manage indexers](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/manage-indexers.html)
107-
- [Learn more about Index Management](https://docs.magento.com/user-guide/system/index-management.html)
107+
- [Learn more about Index Management](https://experienceleague.adobe.com/docs/commerce-admin/systems/tools/index-management.html)

0 commit comments

Comments
 (0)