Skip to content

Commit e1f23b1

Browse files
committed
NEXT-37655 - Adr link fix
1 parent 1d2e059 commit e1f23b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UPGRADE-6.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ We specified the following rules for overwrites of translation values in write-p
607607
1. Translations indexed by `iso-code` take precedence over values indexed by `language-id`
608608
2. Translations specified on the `translations`-association take precedence over values specified directly on the translated field.
609609

610-
For a more information on those rules refer to the [according ADR](../../adr/2022-03-29-specify-priority-of-translations-in-dal-write-payloads.md).
610+
For a more information on those rules refer to the [according ADR](/adr/2022-03-29-specify-priority-of-translations-in-dal-write-payloads.md).
611611

612612
Let's take a look on some example payloads, to see what those rules mean.
613613
**Note:** For all examples we assume that `en-GB` is the system language.

UPGRADE-6.6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ Also use the `Resources/flow.xml` file path instead of `Resources/flow-action.xm
847847
848848
## Old Elasticsearch data mapping structure is deprecated, introduce new data mapping structure:
849849
850-
* For the full reference, please read the [adr](../../adr/2023-04-11-new-language-inheritance-mechanism-for-opensearch.md)
850+
* For the full reference, please read the [adr](/adr/2023-04-11-new-language-inheritance-mechanism-for-opensearch.md)
851851
* If you've defined your own Elasticsearch definitions, please prepare for the new structure by update your definition's `getMapping` and `fetch` methods:
852852
853853
```php
@@ -1772,7 +1772,7 @@ The selector to initialize the `AjaxModal` plugin will be changed to not interfe
17721772
17731773
The `generateNewPath()` and `saveSeed()` methods in `\Shopware\Storefront\Theme\AbstractThemePathBuilder` are now abstract, this means you should implement those methods to allow atomic theme compilations.
17741774
1775-
For more details refer to the corresponding [ADR](../../adr/storefront/2023-01-10-atomic-theme-compilation.md).
1775+
For more details refer to the corresponding [ADR](/adr/2023-01-10-atomic-theme-compilation.md).
17761776
17771777
## Removal of `blacklistIds` and `whitelistIds` in `\Shopware\Core\Content\Product\ProductEntity`
17781778
Two properties `blacklistIds` and `whitelistIds` were removed without replacement

0 commit comments

Comments
 (0)