Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbaaa2c

Browse files
committed
Updated the Module Reference Guide after release
1 parent 466d5d6 commit cbaaa2c

Some content is hidden

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

45 files changed

+144
-45
lines changed

_data/toc/module-reference-guide-2_3.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pages:
33
- label: Introduction
44
url: /mrg/intro.html
55
- label: Open Source
6+
include_versions: ["2.3"]
67
children:
78

89
- label: AdminNotification
@@ -200,6 +201,9 @@ pages:
200201
- label: GraphQl
201202
url: /mrg/ce/GraphQl.html
202203

204+
- label: GraphQlCache
205+
url: /mrg/ce/GraphQlCache.html
206+
203207
- label: GroupedCatalogInventory
204208
url: /mrg/ce/GroupedCatalogInventory.html
205209

@@ -266,6 +270,9 @@ pages:
266270
- label: Paypal
267271
url: /mrg/ce/Paypal.html
268272

273+
- label: PaypalCaptcha
274+
url: /mrg/ce/PaypalCaptcha.html
275+
269276
- label: Persistent
270277
url: /mrg/ce/Persistent.html
271278

@@ -416,6 +423,9 @@ pages:
416423
- label: Vault
417424
url: /mrg/ce/Vault.html
418425

426+
- label: VaultGraphQl
427+
url: /mrg/ce/VaultGraphQl.html
428+
419429
- label: Version
420430
url: /mrg/ce/Version.html
421431

@@ -497,6 +507,12 @@ pages:
497507
- label: CatalogUrlRewriteStaging
498508
url: /mrg/ee/CatalogUrlRewriteStaging.html
499509

510+
- label: CheckoutAddressSearch
511+
url: /mrg/ee/CheckoutAddressSearch.html
512+
513+
- label: CheckoutAddressSearchGiftRegistry
514+
url: /mrg/ee/CheckoutAddressSearchGiftRegistry.html
515+
500516
- label: CheckoutStaging
501517
url: /mrg/ee/CheckoutStaging.html
502518

@@ -527,6 +543,9 @@ pages:
527543
- label: DownloadableStaging
528544
url: /mrg/ee/DownloadableStaging.html
529545

546+
- label: ElasticsearchCatalogPermissions
547+
url: /mrg/ee/ElasticsearchCatalogPermissions.html
548+
530549
- label: Enterprise
531550
url: /mrg/ee/Enterprise.html
532551

@@ -688,6 +707,9 @@ pages:
688707
- label: BundleSharedCatalog
689708
url: /mrg/b2b/BundleSharedCatalog.html
690709

710+
- label: CheckoutAddressSearchNegotiableQuote
711+
url: /mrg/b2b/CheckoutAddressSearchNegotiableQuote.html
712+
691713
- label: Company
692714
url: /mrg/b2b/Company.html
693715

@@ -738,4 +760,3 @@ pages:
738760

739761
- label: SharedCatalog
740762
url: /mrg/b2b/SharedCatalog.html
741-
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Magento_CheckoutAddressSearchNegotiableQuote module
3+
ee_only: true
4+
functional_areas:
5+
- B2B
6+
---
7+
8+
{% include mrg/note.md %}
9+
10+
## CheckoutAddressSearchNegotiableQuote module Overview
11+
12+
CheckoutAddressSearchNegotiableQuote module extends Magento_CheckoutAddressSearch if it is enabled in configuration and it modifies NegotiableQuote shipping address on checkout.
13+
14+
CheckoutAddressSearchNegotiableQuote module removes shipping address search configuration on shipping step on checkout if negotiable quote address is locked and it replaces selected shipping address component to display only negotiable quote address.

guides/v2.3/mrg/b2b/Company.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following directories contain extensible UI components:
4040

4141
* `Magento\Company\view\adminhtml\ui_component` - customer listing, invitation form, sales order grid
4242

43-
* `Magento\Company\view\base\ui_component` - company listing, company creation form, customer creation form
43+
* `Magento\Company\view\base\ui_component` - company listing, complany creation form, customer creation form
4444

4545
* `Magento\Company\view\frontend\ui_component` - company users listing, role listing
4646

guides/v2.3/mrg/b2b/RequisitionList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ functional_areas:
1111

1212
The Magento_RequisitionList module allows a customer to create multiple lists of frequently-purchased items and use those lists for order placement. This feature is available for both logged-in users and guests.
1313

14-
RequisitionList functionality is similar to wish lists, but it has the following differences:
14+
RequisitionList functionality is similiar to wish lists, but it has the following differences:
1515

1616
* A requisition list is not purged after sending items to the shopping cart. It can be used to place multiple orders.
1717

guides/v2.3/mrg/ce/GraphQlCache.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Magento_GraphQlCache module
3+
---
4+
5+
{% include mrg/note.md %}
6+
7+
# GraphQl Cache
8+
9+
**GraphQL Cache** provides the ability to cache GraphQL queries.
10+
This module allows Magento's built-in cache or Varnish as the application for serving the Full Page Cache to the front end.

guides/v2.3/mrg/ce/InstantPurchase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All payments created for instant purchase also have `'instant-purchase' => true`
3030

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

3535
```
3636
<instant_purchase>

guides/v2.3/mrg/ce/Paypal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Magento_Paypal module
55
{% include mrg/note.md %}
66

77
Module Magento\PayPal implements integration with the PayPal payment system. Namely, it enables the following payment methods:
8-
*PayPal Express Checkout
9-
*PayPal Payments Standard
10-
*PayPal Payments Pro
11-
*PayPal Credit
12-
*PayFlow Payment Gateway
8+
* PayPal Express Checkout
9+
* PayPal Payments Standard
10+
* PayPal Payments Pro
11+
* PayPal Credit
12+
* PayFlow Payment Gateway

guides/v2.3/mrg/ce/PaypalCaptcha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Magento_PaypalCaptcha module
3+
---
4+
5+
{% include mrg/note.md %}
6+
7+
The PayPal Captcha module provides a possibility to enable Captcha validation on Payflow Pro payment form.

guides/v2.3/mrg/ce/SampleData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ If you have deleted certain entities provided by sample data and want to restore
7575
The deleted sample data entities will be restored. Those entities, which were changed, will preserve these changes and will not be restored to the default view.
7676

7777
## Documentation
78-
You can find the more detailed description of sample data manipulation procedures at [Install optional sample data modules]({{ page.baseurl }}/install-gde/install/cli/install-cli-sample-data.html)
78+
You can find the more detailed description of sample data manipulation procedures at [https://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](https://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html)

guides/v2.3/mrg/ce/Signifyd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Debug Mode may be enabled in the module configuration. This logs the communi
7373

7474
The Magento_Signifyd module does not introduce backward incompatible changes.
7575

76-
You can track [backward incompatible changes in patch releases]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
76+
You can track [backward incompatible changes in patch releases](https://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
7777

7878
### Processing supplementary payment information
7979

guides/v2.3/mrg/ce/VaultGraphQl.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Magento_VaultGraphQl module
3+
---
4+
5+
{% include mrg/note.md %}
6+
7+
# VaultGraphQl
8+
9+
**VaultGraphQl** provides type and resolver information for the GraphQl module
10+
to generate Vault (stored payment information) information endpoints. This module also
11+
provides mutations for modifying a payment token.

guides/v2.3/mrg/ce/WebapiAsync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: Magento_WebapiAsync module
66

77
# WebapiAsync
88

9-
**WebapiAsync** Extends Webapi extension and provides functionality to process asynchronous requests. It handles asynchronous requests, schedule, publish and consume bulk operations from queue.
9+
**WebapiAsync** Extends Webapi extension and provide functional to process asynchronous requests. It handle asynchronous requests, schedule, publish and consum bulk operations from queue.

guides/v2.3/mrg/ee/BundleStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ You can extend Bundle updates product listing using the grid UI component locat
3535

3636
## Additional information
3737

38-
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
38+
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/CatalogImportExportStaging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ You can find the list of modules that have dependencies on Magento_CatalogImport
2626

2727
The Magento_CatalogImportExportStaging module does not provide any specific extension points. You can extend it using the Magento extension mechanism.
2828

29-
For more information about Magento extension mechanism, see [Magento plug-ins]({{ page.baseurl }}/extension-dev-guide/plugins.html) and [Magento dependency injection]({{ page.baseurl }}/extension-dev-guide/depend-inj.html).
29+
For more information about Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/plugins.html) and [Magento dependency injection](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/depend-inj.html).
3030

3131
## Additional information
3232

33-
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
33+
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
34+

guides/v2.3/mrg/ee/CatalogInventoryStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ You can interact with the Magento_CatalogInventoryStaging module using the Magen
2727

2828
## Additional information
2929

30-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
30+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/CatalogRuleStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ For more information about layouts, see the [Layout documentation](http://devdoc
5252

5353
## Additional Information
5454

55-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
55+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/CatalogStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ You can use the following events:
128128

129129
## Additional information
130130

131-
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
131+
For more Magento 2 developer documentation, see [Magento 2 Developer Documentation](http://devdocs.magento.com). Also, there you can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/CatalogUrlRewriteStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Extensions points for the Magento_CatalogUrlRewriteStaging module are not availa
2525

2626
## Additional information
2727

28-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
28+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Magento_CheckoutAddressSearch module
3+
ee_only: true
4+
---
5+
6+
{% include mrg/note.md %}
7+
8+
## CheckoutAddressSearch module Overview
9+
10+
CheckoutAddressSearch module extends Magento_Checkout and adds functionality to search customer shipping and billing addresses with ui-select component.
11+
12+
It prevents loading and rendering of all customer addresses on checkout.
13+
14+
This feature is disabled by default and can be configured in Magento Admin Sales Checkout options. Default limit of addresses after which address search is enabled is 10 and it can be configured in Magento Admin.
15+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Magento_CheckoutAddressSearchGiftRegistry module
3+
ee_only: true
4+
---
5+
6+
{% include mrg/note.md %}
7+
8+
## CheckoutAddressSearchGiftRegistry module Overview
9+
10+
CheckoutAddressSearchGiftRegistry module extends Magento_GiftRegistry and adds search customer shipping and billing addresses functionality on checkout to gift registry only if customer address search is enabled in configuration.
11+

guides/v2.3/mrg/ee/CheckoutStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Extension points enable extension developers to interact with the Magento_Checko
4141

4242
## Additional information
4343

44-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
44+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
4545

guides/v2.3/mrg/ee/CmsStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ For more information about layouts, see the [Layout documentation](http://devdoc
6868

6969
## Additional information
7070

71-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
71+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/ConfigurableProductStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ For more information about layouts, see the [Layout documentation](http://devdoc
4040

4141
## Additional information
4242

43-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
43+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
4444

guides/v2.3/mrg/ee/DownloadableStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ For more information about layouts, see the [Layout documentation](http://devdoc
4343

4444
## Additional information
4545

46-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
46+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Magento_ElasticsearchCatalogPermissions module
3+
ee_only: true
4+
---
5+
6+
{% include mrg/note.md %}
7+
8+
Magento\ElasticsearchCatalogPermissions module allows to use Elastic search engine for product searching capabilities in case if Magento\CatalogPermissions module is also enabled.
9+
The module implements Magento\Search library interfaces.

guides/v2.3/mrg/ee/GiftCardStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Extension points enable extension developers to interact with the Magento_GiftCa
3131

3232
## Additional information
3333

34-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
34+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
3535

guides/v2.3/mrg/ee/GiftMessageStaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can find the list of modules that have dependencies on the Magento_GiftMessa
2121

2222
## Extension points
2323

24-
[The Magento dependency injection mechanism]({{ page.baseurl }}/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GiftMessageStaging module.
24+
[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GiftMessageStaging module.
2525

2626
## Additional information
2727

28-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
28+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/GiftWrappingStaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can find the list of modules that have dependencies on the Magento_GiftWrapp
2424

2525
## Extension points
2626

27-
[The Magento dependency injection mechanism]({{ page.baseurl }}/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GiftWrappingStaging module.
27+
[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GiftWrappingStaging module.
2828

2929
## Additional information
3030

31-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
31+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/GoogleOptimizerStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ You can find the list of modules that have dependencies on the Magento_GoogleOpt
2929

3030
## Additional information
3131

32-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
32+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/GroupedProductStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ You can find the list of modules that have dependencies on the Magento_GroupedPr
2525

2626
## Additional information
2727

28-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
28+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/LayeredNavigationStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ For more information about layouts, see the [Layout documentation](http://devdoc
3131

3232
## Additional information
3333

34-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
34+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
3535

guides/v2.3/mrg/ee/MsrpStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ You can find the list of modules that have dependencies on the Magento_MsrpStagi
2828

2929
## Additional information
3030

31-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
31+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/PaymentStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Extension points enable extension developers to interact with the Magento_Paymen
2727

2828
## Additional information
2929

30-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
30+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
3131

guides/v2.3/mrg/ee/ProductVideoStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ For more information about layouts, see the [Layout documentation](http://devdoc
3030

3131
## Additional information
3232

33-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
33+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/ReviewStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ For more information about layouts, see the [Layout documentation](http://devdoc
3636

3737
## Additional information
3838

39-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
39+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

guides/v2.3/mrg/ee/RewardStaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Extension points enable extension developers to interact with the Magento_Reward
2727

2828
## Additional information
2929

30-
You can track [backward incompatible changes]({{ page.baseurl }}/release-notes/backward-incompatible-changes/).
30+
You can track [backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).

0 commit comments

Comments
 (0)