docs(select,item-sliding): relative link paths (#24985)

This commit is contained in:
Sean Perkins
2022-03-23 15:03:26 -04:00
committed by GitHub
parent 8424210049
commit c52f3ad2c2
3 changed files with 9 additions and 9 deletions

View File

@ -78,9 +78,9 @@ export class Select implements ComponentInterface {
/**
* Any additional options that the `alert`, `action-sheet` or `popover` interface
* can take. See the [ion-alert docs](../alert), the
* [ion-action-sheet docs](../action-sheet) and the
* [ion-popover docs](../popover) for the
* can take. See the [ion-alert docs](./alert), the
* [ion-action-sheet docs](./action-sheet) and the
* [ion-popover docs](./popover) for the
* create options for each interface.
*
* Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.