diff --git a/docs/api/input.md b/docs/api/input.md index bab9d178349..5b9d2c8412c 100644 --- a/docs/api/input.md +++ b/docs/api/input.md @@ -120,7 +120,7 @@ import FilteringData from '@site/static/usage/v7/input/filtering/index.md'; ## Input Masking -Input masks are expressions that constrain input to support valid input values. Ionic recommends using [Maskito](https://tinkoff.github.io/maskito/getting-started/what-is-maskito) for input masking. Maskito is a lightweight, dependency-free library for masking input fields. It supports a wide range of masks, including phone numbers, credit cards, dates, and more. +Input masks are expressions that constrain input to support valid input values. Ionic recommends using [Maskito](https://maskito.dev) for input masking. Maskito is a lightweight, dependency-free library for masking input fields. It supports a wide range of masks, including phone numbers, credit cards, dates, and more. To get started with Maskito, install the library: