Skip to content

Commit

Permalink
Fix links to docs and Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Mar 15, 2023
1 parent f88b3a7 commit 0af37f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more detailed information on contribution please read our [beginners guide](

## Contribution requirements

1. Contributions must adhere to the [Magento coding standards](https://devdocs.magento.com/guides/v2.4/coding-standards/bk-coding-standards.html).
1. Contributions must adhere to the [Magento coding standards](https://developer.adobe.com/commerce/php/coding-standards/).
1. 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.
1. Commits must be accompanied by meaningful commit messages. Please see the [Magento Inventory Pull Request Template](https://github.com/magento/inventory/blob/1.1-develop/.github/PULL_REQUEST_TEMPLATE.md) for more information.
1. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
Expand Down
2 changes: 1 addition & 1 deletion InventoryAdvancedCheckout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Overview

The Magento_InventoryAdvancedCheckout module adds multi-sourcing capabilities to the AdvancedCheckout module allowing Order By SKU feature to work correctly with multiple inventory sources enabled.
The Magento_InventoryAdvancedCheckout module adds multi-sourcing capabilities to the AdvancedCheckout module allowing Order By SKU feature to work correctly with multiple inventory sources enabled.
2 changes: 1 addition & 1 deletion InventoryRequisitionList/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Magento_InventoryRequisitionList allows the customer to use the new inventory management (MSI).
The Magento_InventoryRequisitionList allows the customer to use the new inventory management (MSI).
1 change: 1 addition & 0 deletions InventorySalesAsyncOrder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The `InventorySalesAsyncOrder` module integrates Inventory Sales logic with Asyn
It gives ability to use "Use deferred Stock update" config option with async order.

## Usage

| Async Order | Use Deferred Stock Update | Result |
|-------------|---------------------------|---------------------------------------------------------------------------------------------------------------------|
| 1 | 1 | Reservation is created when async order is processed by consumer. |
Expand Down

0 comments on commit 0af37f6

Please sign in to comment.