diff --git a/src/@awesome-cordova-plugins/plugins/keychain/index.ts b/src/@awesome-cordova-plugins/plugins/keychain/index.ts index e1899e9f..26ede62d 100644 --- a/src/@awesome-cordova-plugins/plugins/keychain/index.ts +++ b/src/@awesome-cordova-plugins/plugins/keychain/index.ts @@ -8,7 +8,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl * * Requires Cordova plugin: `cordova-plugin-ios-keychain`. For more info, please see the [Keychain plugin docs](https://github.com/ionic-team/cordova-plugin-ios-keychain). * - * See also [Secure Storage](https://ionicframework.com/docs/native/secure-storage/) for more supported platforms. + * See also [Secure Storage](https://ionic.io/docs/secure-storage) for more supported platforms. * @usage * ```typescript * import { Keychain } from '@awesome-cordova-plugins/keychain/ngx';