Skip to content

Commit

Permalink
fixups links
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Jun 2, 2023
1 parent 486308a commit 9baccfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ export const config: Config = {
};
```

For more information on this flag, please see the [configuration documentation](../config/01-overview.md#transformaliasedimportpaths)
For more information on this flag, please see the [configuration documentation](https://stenciljs.com/docs/config#transformaliasedimportpaths)

##### `transformAliasedImportPathsInCollection`

Introduced in [Stencil v2.18.0](https://github.com/ionic-team/stencil/releases/tag/v2.18.0), `transformAliasedImportPathsInCollection` is a configuration flag on the [`dist` output target](../output-targets/dist.md#transformaliasedimportpathsincollection).
Introduced in [Stencil v2.18.0](https://github.com/ionic-team/stencil/releases/tag/v2.18.0), `transformAliasedImportPathsInCollection` is a configuration flag on the [`dist` output target](https://stenciljs.com/docs/distribution#transformaliasedimportpathsincollection).
`transformAliasedImportPathsInCollection` transforms import paths, similar to [`transformAliasedImportPaths`](#transformaliasedimportpathsincollection).
This flag however, only enables the functionality of `transformAliasedImportPaths` for collection output targets.

Expand All @@ -90,7 +90,7 @@ export const config: Config = {
};
```

For more information on this flag, please see the [`dist` output target's documentation](../output-targets/dist.md#transformaliasedimportpathsincollection).
For more information on this flag, please see the [`dist` output target's documentation](https://stenciljs.com/docs/distribution#transformaliasedimportpathsincollection).

#### Legacy Browser Support Fields Removed

Expand Down

0 comments on commit 9baccfa

Please sign in to comment.