Skip to content

Commit

Permalink
fix: typos in URLS in v12 migration guide (#2748)
Browse files Browse the repository at this point in the history
## Proposed change

Fix the typo of the backslash in the URLs generated by the deprecated
items script.

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
sdo-1A authored Jan 28, 2025
2 parents 5154a6b + b2f8bf8 commit 6b79a57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions migration-guides/12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Some deprecated code has been removed in version 12.

The following items are **deprecated** and **will be removed** in the version **13**:

### From [@ama-sdk\core](https://npmjs.com/package/@ama-sdk\core)
### From [@ama-sdk/core](https://npmjs.com/package/@ama-sdk/core)

- `AbortCallback` is deprecated.</br>Note: *Use the one exposed by [@ama-sdk/client-fetch](https://npmjs.com/package/@ama-sdk/client-fetch)*
- `angularPlugins` is deprecated.</br>Note: *Use the one exposed by [@ama-sdk/client-angular](https://npmjs.com/package/@ama-sdk/client-angular)*
Expand Down Expand Up @@ -109,27 +109,27 @@ The following items are **deprecated** and **will be removed** in the version **
- `TimeoutStatus` is deprecated.</br>Note: *Use the one exposed by [@ama-sdk/client-fetch](https://npmjs.com/package/@ama-sdk/client-fetch)*
- `WaitForFetch` is deprecated.</br>Note: *Use the one exposed by [@ama-sdk/client-fetch](https://npmjs.com/package/@ama-sdk/client-fetch)*

### From [@o3r\core](https://npmjs.com/package/@o3r\core)
### From [@o3r/core](https://npmjs.com/package/@o3r/core)

- `keep` is deprecated.</br>Note: *please use `Keep` instead*

### From [@o3r\design](https://npmjs.com/package/@o3r\design)
### From [@o3r/design](https://npmjs.com/package/@o3r/design)

- `compareVariableByName` is deprecated.</br>Note: *use `getTokenSorterByName` instead.*
- `computeFileToUpdatePath` is deprecated.</br>Note: *Use `getFileToUpdatePath` instead.*
- `TokenReferenceRender` is deprecated.</br>Note: *duplicate of `TokenReferenceRenderer`, will be removed on v13*
- `UnregisteredTokenReferenceRender` is deprecated.</br>Note: *duplicate of `UnregisteredTokenReferenceRender`, will be removed on v13*
- `variableSortComparator` is deprecated.</br>Note: *Use `tokenListTransform` instead.*

### From [@o3r\rules-engine](https://npmjs.com/package/@o3r\rules-engine)
### From [@o3r/rules-engine](https://npmjs.com/package/@o3r/rules-engine)

- `actionHandlers` is deprecated.</br>Note: *will become protected in Otter v13, instead use `registerActionHandlers`*

### From [@o3r\testing](https://npmjs.com/package/@o3r\testing)
### From [@o3r/testing](https://npmjs.com/package/@o3r/testing)

The following items from `@o3r/testing/src/core/protractor` are deprecated and will be removed in v13:
- `convertPromise` is deprecated.</br>Note: *please use Playwright instead*
- `ComponentFixtureProfile`, `Constructable`, `FixtureWithCustom` are deprecated.</br>Note: *please use Playwright instead*
- `ComponentFixtureProfile`, `Constructable`, and `FixtureWithCustom` are deprecated.</br>Note: *please use Playwright instead*
- `MatAutocomplete` is deprecated.</br>Note: *please use Playwright instead*
- `MatSelect` is deprecated.</br>Note: *please use Playwright instead*
- `O3rCheckboxElement` is deprecated.</br>Note: *please use Playwright instead*
Expand Down

0 comments on commit 6b79a57

Please sign in to comment.