From 1b45462542df7505821dcff51e7f48d0378d718f Mon Sep 17 00:00:00 2001 From: Quentin Stoeckel Date: Mon, 5 Sep 2022 19:04:59 +0200 Subject: [PATCH] doc: fix Secure Storage broken link (#4265) It currently leads to a 404 page (https://ionicframework.com/docs/native/secure-storage/): a working anchor would lead to https://ionic.io/docs/secure-storage --- src/@awesome-cordova-plugins/plugins/keychain/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@awesome-cordova-plugins/plugins/keychain/index.ts b/src/@awesome-cordova-plugins/plugins/keychain/index.ts index e1899e9fa..26ede62d1 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';