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
This commit is contained in:
Quentin Stoeckel 2022-09-05 19:04:59 +02:00 committed by GitHub
parent 82377f0633
commit 1b45462542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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). * 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 * @usage
* ```typescript * ```typescript
* import { Keychain } from '@awesome-cordova-plugins/keychain/ngx'; * import { Keychain } from '@awesome-cordova-plugins/keychain/ngx';