Skip to content

Commit 956e190

Browse files
committed
Update devdocs links
1 parent 1a41fe5 commit 956e190

File tree

67 files changed

+69
-69
lines changed

Some content is hidden

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

67 files changed

+69
-69
lines changed

Inventory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
The `Inventory` module is part of the new inventory infrastructure,
44
which replaces the legacy `CatalogInventory` module with new and expanded features and APIs for Inventory Management.
55

6-
The [Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
The [Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
All Inventory Management modules follow the
1010
[Single Responsibility Principle](https://en.wikipedia.org/wiki/Single_responsibility_principle).
11-
[Inventory management architecture](https://devdocs.magento.com/guides/v2.4/inventory/architecture.html)
11+
[Inventory management architecture](https://developer.adobe.com/commerce/php/architecture/modules/inventory-management/)
1212
provides additional insight about the overall structure of these modules.
1313

1414
## Installation details

InventoryAdminUi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryAdminUi` module extends the Magento Admin UI to add Inventory Management functionality.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryApi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryApi` module provides Inventory Management service contracts.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryBundleImportExport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryBundleImportExport` module integrates inventory management business logic into Magento's bundle product logic.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryBundleProduct/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryBundleProduct` module integrates inventory management business logic into Magento's bundle product logic.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryBundleProductAdminUi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryBundleProductAdminUi`extends the Magento Admin UI to add MSI functionality.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryBundleProductIndexer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryBundleProductIndexer` module integrates inventory management business logic into Magento's indexation logic for bundle products.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryCache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryCache` module integrates inventory management business logic into Magento's cache logic.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryCatalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryCatalog` module integrates inventory management business logic into Magento's catalog logic.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

InventoryCatalogAdminUi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `InventoryCatalogAdminUi` module extends the Magento Admin UI to add MSI functionality.
44

55
This module is part of the new inventory infrastructure. The
6-
[Inventory Management overview](https://devdocs.magento.com/guides/v2.4/inventory/index.html)
6+
[Inventory Management overview](https://developer.adobe.com/commerce/webapi/rest/inventory/index.html)
77
describes the MSI (Multi-Source Inventory) project in more detail.
88

99
## Installation details

0 commit comments

Comments
 (0)